stopCapturing method Null safety

Future<void> stopCapturing()

Implementation

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