convertChunkSync abstract method
Adds input
to the sequence of converted bytes. Returns a list of
converted bytes, which may be empty or larger the input.
You MUST later call convert, which will finish converting.
Implementation
List<int> convertChunkSync(
List<int> input, {
Uint8List? possibleBuffer,
});