KVSInterface<K, V> class
- Inheritance
-
- Object
- KVSPlatformInterface<
K, V> - KVSInterface
- Implementers
Constructors
- KVSInterface({String name = 'default', String? documentDirectory})
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
readAsBytes(
) → Future< Uint8List> -
override
-
readAsString(
) → Future< String> -
override
-
toString(
) → String -
A string representation of this object.
inherited
-
writeAsBytes(
Uint8List data) → Future< void> -
override
-
writeAsString(
String data) → Future< void> -
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited