LocalAppStorage class

Constructors

LocalAppStorage.new(String key)

Properties

hashCode int
The hash code for this object.
no setterinherited
key String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

clear() Future<void>
Clear JSON data
load() Future<Map<String, dynamic>?>
Load JSON data
loadEvents() Future<List<ClientAnalyticsEvent>?>
loadFlags() Future<Map<String, EvaluationResult>?>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
save(Map<String, dynamic> data) Future<void>
Save JSON data
saveEvents(List<ClientAnalyticsEvent> events) Future<void>
saveFlags(Map<String, EvaluationResult> flags) Future<void>
toString() String
A string representation of this object.
inherited

Operators

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