capture method

Future<bool?> capture()

Captures something.

Implementation

Future<bool?> capture() {
  throw UnimplementedError('capture() has not been implemented.');
}