capture method

Future<void> capture()

Implementation

Future<void> capture() async {
  await _channel?.invokeMethod('capture');
}