captureFrame method

Future<Uint8List?> captureFrame()

Implementation

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