convert method

  1. @override
dynamic convert(
  1. String input
)
inherited

Converts input and returns the result of the conversion.

Implementation

@override
T convert(S input) {
  throw UnsupportedError('This converter only supports chunked conversion');
}