detect method

Future<String> detect(
  1. Uint8List bytes
)
inherited

Detect and return the charset of bytes.

Implementation

Future<String> detect(Uint8List bytes) =>
    throw UnimplementedError('detect() has not been implemented.');