menu
u package
documentation
utils/u_encrypt.dart
UEncryption
hexEncodeText static method
hexEncodeText static method
dark_mode
light_mode
hexEncodeText
static method
String
hexEncodeText
(
String
text
)
Implementation
static String hexEncodeText(String text) => _toHex(utf8.encode(text));
u package
documentation
utils/u_encrypt
UEncryption
hexEncodeText static method
UEncryption class