BoxxInterface class abstract
Blueprint for boxx platform classes, providing the structure that must be followed by boxx subclasses to maintain a consistent API. This ensures that developers using boxx have a predictable and standardized interface to work with
- Implementers
Constructors
- BoxxInterface.new({required EncryptionMode? mode, String? encryptionKey})
Properties
- aes ↔ EncryptAES
-
getter/setter pair
- encryptionKey ↔ String?
-
getter/setter pair
- fernet ↔ EncryptFernet
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- mode ↔ EncryptionMode?
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
clear(
) → Future< void> -
delete(
String key) → Future< void> -
exists(
String key) → Future< bool> -
get(
String key) → Future -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
put(
String key, dynamic value) → Future< void> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited