IAuthRepository class abstract

Inheritance
  • Object
  • IRepository
  • IAuthRepository
Implementers

Constructors

IAuthRepository()

Properties

accessToken Future<String?>
no setter
hashCode int
The hash code for this object.
no setterinherited
isLoggedIn Future<bool>
no setter
refreshToken Future<String?>
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
userId Future<String?>
no setter

Methods

deleteAccessToken() Future
deleteRefreshToken() Future
deleteUserId() Future
logout() Future
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
writeAccessToken(String token) Future
writeRefreshToken(String token) Future
writeUserId(String userId) Future

Operators

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