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