stopCapturing method Null safety
Implementation
Future<void> stopCapturing() async {
await PlatformService.invokeMethod(PlatformMethod.stopCapturing);
}
Future<void> stopCapturing() async {
await PlatformService.invokeMethod(PlatformMethod.stopCapturing);
}