capture method

Future<Uint8List> capture()

Implementation

Future<Uint8List> capture() async {
  return await _channel.invokeMethod(
    mCapture,
  );
}