stopScreenCapture method
Stop screen capture
Implementation
Future<void> stopScreenCapture() {
return _cloudChannel!.invokeMethod('stopScreenCapture');
}
Stop screen capture
Future<void> stopScreenCapture() {
return _cloudChannel!.invokeMethod('stopScreenCapture');
}