encode static method

String encode(
  1. Uint8List data
)

Implementation

static String encode(Uint8List data) {
  return coder!.encode(data);
}