start method

Future<void> start(
  1. ScreenRegionCaptureConfig config
)

Implementation

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