stopScreenCapture method Null safety

Future<void> stopScreenCapture()

停止屏幕采集

Implementation

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