TikiLogin class

Constructors

TikiLogin({Httpp? httpp, required Page home, FlutterSecureStorage? secureStorage})

Properties

hashCode int
The hash code for this object.
no setterinherited
routerDelegate RouterDelegate
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
token FlowModelToken?
no setter
user FlowModelUser?
no setter

Methods

init() Future<void>
logout() Future<void>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onLogin(String id, void callback()) → void
onLogout(String id, void callback()) → void
refresh(void onComplete(String?)?) Future<void>
toString() String
A string representation of this object.
inherited

Operators

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