menu
u package
documentation
utils/u_encrypt.dart
UEncryption
urlDecode static method
urlDecode static method
dark_mode
light_mode
urlDecode
static method
String
urlDecode
(
String
value
)
Implementation
static String urlDecode(String value) => Uri.decodeComponent(value);
u package
documentation
utils/u_encrypt
UEncryption
urlDecode static method
UEncryption class