utf8Decode static method

String utf8Decode(
  1. Uint8List bytes
)

Implementation

static String utf8Decode(Uint8List bytes) {
  return _decode(utf8.decode, bytes);
}