data/data library

Classes

Store<T>

Constants

key → const String

Properties

dateStore Store<DateTime>
final
passwordStore Store<String>
final
tokenStore Store<String>
final

Functions

aesDecrypt(String encryptedText, String key) String
aesEncrypt(String plainText, String key) String