convert method

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

Converts input and returns the result of the conversion.

Implementation

@override
Uint8List convert(List<int> input) => Uint8List.fromList(input);