stopScreenCapture method Null safety
Stop screen capture
Implementation
Future<void> stopScreenCapture() {
  return _channel.invokeMethod('stopScreenCapture');
}Stop screen capture
Future<void> stopScreenCapture() {
  return _channel.invokeMethod('stopScreenCapture');
}