base62Encode function

String base62Encode(
  1. Uint8List bytes
)

Implementation

String base62Encode(Uint8List bytes) => base62.encode(bytes);