pauseScreenCapture method
Pause screen sharing
Platform not supported:
- web
Implementation
Future<void> pauseScreenCapture() {
return _cloudChannel!.invokeMethod('pauseScreenCapture');
}
Pause screen sharing
Platform not supported:
Future<void> pauseScreenCapture() {
return _cloudChannel!.invokeMethod('pauseScreenCapture');
}