List<int> encode(String input)

Source

List<int> encode(String input) => encoder.convert(input);