IAuthRepository<T> class abstract

Implementers

Constructors

IAuthRepository()

Properties

authApiService ↔ T
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
notificationDeviceToken String
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

changePassword(String password, String confirmPassword, String oldPassword) Future<bool>
guestSignIn() Future<RepositoryResponse<User>>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
resetPassword(String password, String confirmPassword, String otp) Future<bool>
sendOtp(String email) Future<bool>
signIn(String email, String password) Future<RepositoryResponse<User>>
signUp(SignUpRequest signUpRequest) Future<bool>
toString() String
A string representation of this object.
inherited
verifyOtp(String otp) Future<bool>

Operators

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