pauseScreenCapture method

Future<void> pauseScreenCapture()

Pause screen sharing

Platform not supported:

  • web

Implementation

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