resume method

Future<void> resume(
  1. ScreenRegionCaptureConfig config
)

Implementation

Future<void> resume(ScreenRegionCaptureConfig config) {
  throw UnimplementedError('resume() has not been implemented.');
}