startCapturing method Null safety

void startCapturing()

it will start capturing the local video.

Implementation

void startCapturing() {
  PlatformService.invokeMethod(PlatformMethod.startCapturing);
}