convert method

  1. @override
List<String> convert(
  1. Uint8List input
)
override

Converts input and returns the result of the conversion.

Implementation

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