stopScreenRecorder static method

Future<void> stopScreenRecorder()

停止录制屏幕

Implementation

static Future<void> stopScreenRecorder() async {
  await _channel.invokeMethod('stopScreenRecorder');
}