menu
datalocal package
documentation
utils/encrypt.dart
EncryptUtil
encript method
encript method
dark_mode
light_mode
encript
method
String
encript
(
String
value
)
To Encrypt String
Implementation
String encript(String value) { return _encrypter.encrypt(value, iv: _iv).base64; }
datalocal package
documentation
utils/encrypt
EncryptUtil
encript method
EncryptUtil class