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