stopScreenCapture method Null safety

Future<void> stopScreenCapture()

Stop screen capture

Implementation

Future<void> stopScreenCapture() {
  return _channel.invokeMethod('stopScreenCapture');
}