start method

Future<Uint8List?> start()

Request a new snapshot. If there is a pending snapshot request, it is cancelled automatically. Throws an error if the snapshot is cancelled.

Implementation

Future<Uint8List?> start() async => _snapshotterMessenger.start();