AuthRepository class

Constructors

AuthRepository.new()
factory

Properties

apiKey String?
no setter
hashCode int
The hash code for this object.
no setterinherited
loggedIn bool
no setter
loggedInUser IvivaUser?
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
userKey String?
no setter

Methods

init() Future
loadCurrentUser() Future<Map>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setApiKey(String apiKey) Future
setLoggedInUser(String uk) Future
toString() String
A string representation of this object.
inherited

Operators

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