List<int> encode(String input)

Not documented.

Source

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