CachedLoginMixin mixin

Superclass Constraints

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

handelException(dynamic e, {String? subTitle}) → dynamic
inherited
loadCachedLogin() Future<Map<String, String>?>
log(dynamic e, {String? subTitle}) → void
inherited
login() Future<BaseUserModel?>
inherited
logout() Future
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
removeCachedLogin() Future
saveCachedLogin({required Map<String, String> map}) Future
toString() String
A string representation of this object.
inherited

Operators

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

Constants

phoneKey → const String
uidPhoneKey → const String