StorageImpl class
Constructors
- StorageImpl.new(String fileName, [String? path])
Properties
Methods
-
clear(
) → void -
deleteBox(
) → Future< void> -
flush(
) → Future< void> -
getKeys<
T> () → T -
getValues<
T> () → T -
init(
[Map< String, dynamic> ? initialData]) → Future<void> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
read<
T> (String key) → T? -
remove(
String key) → void -
toString(
) → String -
A string representation of this object.
inherited
-
write(
String key, dynamic value) → void
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited