base58Decode static method

List<int> base58Decode(
  1. String value
)

Implementation

static List<int> base58Decode(String value) => _base58Decode(value);