CoffeeStorage class

Constructors

CoffeeStorage()

Properties

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

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Static Methods

clearAll() Future<void>
clearAllCache() Future<void>
clearLoggedUser() Future<void>
getJwtToken() String
getLoggedUser<T extends CoffeeModel>(T fromJson(Map<String, dynamic>)) → dynamic
getUserProperty(dynamic user, String property) → dynamic
setJwtToken(String token) Future<void>
setLoggedUser<T extends CoffeeModel>(T user) Future<void>
setUserProperty(dynamic user, String property, dynamic value) Future<void>