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