IAuthApiService class abstract

Implementers

Constructors

IAuthApiService()

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

changePassword(ChangePasswordRequest requestModel) Future
guestSignIn() Future
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
resetPassword(ResetPasswordRequest requestModel) Future
sendOtp(ResendOtpRequest requestModel) Future
signInUser(AccessRequest requestModel, {bool isSocial = false}) Future
signUpUser(SignUpRequest requestModel) Future
toString() String
A string representation of this object.
inherited
verifyOtp(OtpRequest requestModel) Future

Operators

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