decode static method

String? decode(
  1. Uint8List utf8
)

Implementation

static String? decode(Uint8List utf8) {
  return coder!.decode(utf8);
}