isSupported method

Future<bool> isSupported(
  1. String charEncoding
)

Implementation

Future<bool> isSupported(String charEncoding) async {
  return await _charsetConverter.isSupported(charEncoding);
}