menu
star_live package
documentation
http/utils/encrypt_utils.dart
EncryptUtils
encodeMd5ForJJ static method
encodeMd5ForJJ static method
dark_mode
light_mode
encodeMd5ForJJ
static method
String
encodeMd5ForJJ
(
String
data
)
Implementation
static String encodeMd5ForJJ(String data) { return encodeMd5("$data${Config.appRequestMd5Salt}"); }
star_live package
documentation
http/utils/encrypt_utils
EncryptUtils
encodeMd5ForJJ static method
EncryptUtils class