base58Decode function

Uint8List base58Decode(
  1. String source
)

Implementation

Uint8List base58Decode(String source) => base58.decode(source);