base62Decode function

Uint8List base62Decode(
  1. String source
)

Implementation

Uint8List base62Decode(String source) => base62.decode(source);