InMemoryParseStorage class

Inheritance

Constructors

InMemoryParseStorage.empty()
Instantiates an empty in-memory preferences store.
InMemoryParseStorage.withData(Map<String, Map<String, Object?>> data)
Instantiates an in-memory preferences store containing a copy of data.

Properties

hashCode int
The hash code for this object.
no setterinherited
isMock bool
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

clear({String? key}) Future<bool>
Clear current key data, or all of it if key is not set
override
get(String key) Future<Map<String, Object?>?>
Return the Map from a key
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
put(String key, Map<String, Object?> data) Future<bool>
Set Map data using current key
override
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited