process method

Future<Uint8List> process(
  1. Uint8List d
)

Implementation

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