convert method

  1. @override
Uint8List convert(
  1. Uint8List input
)
override

Converts input and returns the result of the conversion.

Implementation

@override
convert(input) => throw UnimplementedError();