stopScreenCapture method

Future<void> stopScreenCapture()

停止屏幕采集

Implementation

Future<void> stopScreenCapture() {
  return _channelInvokeMethod('stopScreenCapture');
}