BoxxHelper class
Boxx helper for none web
- Implemented types
Constructors
- BoxxHelper({required EncryptionMode? mode, String? encryptionKey})
Properties
- aes → EncryptAES
-
final
- encryptionKey → String?
-
final
- fernet → EncryptFernet
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- mode → EncryptionMode?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
clear(
) → Future< void> -
Clear all data from local storage
override
-
delete(
String key) → Future< void> -
Delete from local storage
override
-
exists(
String key) → Future< bool> -
Check if key exists in local storage
override
-
get(
String key) → Future -
Get from local storage
override
-
initialize(
) → Future< void> -
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
put(
String key, dynamic value) → Future< void> -
Save to local storage
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited