BoxxHelper class

Boxx helper for web

Implemented types

Constructors

BoxxHelper.new({required EncryptionMode? mode, String? encryptionKey})
Boxx setup for web

Properties

aes ↔ EncryptAES
getter/setter pairoverride
encryptionKey String?
getter/setter pairoverride
fernet ↔ EncryptFernet
getter/setter pairoverride
hashCode int
The hash code for this object.
no setterinherited
mode EncryptionMode?
getter/setter pairoverride
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
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

Constants

dbName → const String
storeName → const String