AuthApiService class

Implemented types

Constructors

AuthApiService()

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

Operators

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