AuthRepository class

Implemented types

Constructors

AuthRepository()

Properties

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

Methods

appleLogin(AuthorizationCredentialAppleID creds) Future<bool>
changePassword(String password, String confirmPassword, String oldPassword) Future<bool>
override
googleSignIn(GoogleSignInAccount creds, String accessToken) Future<bool>
guestSignIn() Future<RepositoryResponse<User>>
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
resetPassword(String password, String confirmPassword, String otp) Future<bool>
override
sendOtp(String email) Future<bool>
override
signIn(String email, String password) Future<RepositoryResponse<User>>
override
signUp(SignUpRequest signUpRequest) Future<bool>
Use pass the request from controller as below
override
toString() String
A string representation of this object.
inherited
verifyOtp(String otp) Future<bool>
override

Operators

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