Converts input and returns the result of the conversion.
input
@override Uint8List convert(List<int> input) => Uint8List.fromList(input);