start method

Future<Uint8List?> start()

Captures a snapshot. If a pending request exists it is cancelled first.

Implementation

Future<Uint8List?> start() => _impl.start();