stopScreenCapture method

Future<void> stopScreenCapture()

停止屏幕共享

Implementation

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