StorageImpl class

Constructors

StorageImpl(String fileName, [String? path])

Properties

fileName String
final
hashCode int
The hash code for this object.
no setterinherited
localStorage Storage
no setter
path String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
subject ValueStorage<Map<String, dynamic>>
getter/setter pair

Methods

clear() → 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