base58DecodeText static method

String base58DecodeText(
  1. String value
)

Implementation

static String base58DecodeText(String value) => utf8.decode(_base58Decode(value));