supportedCodecs property
the Encoding supported for messageEncoding. Can be expanded at runtime.
Default values are
- iso-8859-1: Latin1Codec
- utf-8: Utf8Codec
Implementation
static Map<String, Encoding> supportedCodecs = {
'iso-8859-1': latin1,
'iso-8859': latin1,
'iso8859': latin1,
'utf-8': utf8,
'utf8': utf8,
};