capture method

Future<Uint8List> capture()

Implementation

Future<Uint8List> capture() async {
  return await _c.invokeMethod(
    'lens#capture',
  );
}