stopCapturing method Null safety

void stopCapturing()

it will stop capturing the local video.

Implementation

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