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