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