menu
u package
documentation
utils/u_encrypt.dart
UEncryption
base58DecodeText static method
base58DecodeText static method
dark_mode
light_mode
base58DecodeText
static method
String
base58DecodeText
(
String
value
)
Implementation
static String base58DecodeText(String value) => utf8.decode(_base58Decode(value));
u package
documentation
utils/u_encrypt
UEncryption
base58DecodeText static method
UEncryption class