stopScreenCapture method

Future<void> stopScreenCapture()

Stop screen capture

Implementation

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