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