startCapturing method Null safety
it will start capturing the local video.
Implementation
void startCapturing() {
PlatformService.invokeMethod(PlatformMethod.startCapturing);
}
it will start capturing the local video.
void startCapturing() {
PlatformService.invokeMethod(PlatformMethod.startCapturing);
}