resumeScreenCapture method

Future<void> resumeScreenCapture()

Resume screen sharing

Platform not supported:

  • web

Implementation

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