startCapture method

Future<Map> startCapture([
  1. Display? source,
  2. EncodingOptions? options
])

Implementation

Future<Map> startCapture([Display? source, EncodingOptions? options]) {
  throw UnimplementedError('stopScreenCapture() has not been implemented.');
}