menu
yxr_flutter_basic package
documentation
base/util/EncrypterUtil.dart
EncrypterUtil
getAesKey static method
getAesKey static method
dark_mode
light_mode
getAesKey
static method
String
getAesKey
(
)
Implementation
static String getAesKey() { return const Uuid().v1().replaceAll("-", ""); }
yxr_flutter_basic package
documentation
base/util/EncrypterUtil
EncrypterUtil
getAesKey static method
EncrypterUtil class