AuthRemoteDataSource class abstract
- Implementers
Constructors
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
-
checkCode(
VerifyCodeRequest request) → Future< AppResponse< AuthResponse> > -
externalAuth(
ExternalAuthRequest request) → Future< AppResponse< AuthResponse> > -
forgetPassword(
ForgetPasswordRequest request) → Future< AppResponse< String?> > -
getOnBoarding(
) → Future< AppResponse< List< >Onboarding> > -
login(
LoginRequest request) → Future< AppResponse< AuthResponse> > -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
register(
RegisterRequest request) → Future< AppResponse< AuthResponse> > -
resendVerifyEmail(
ResendVerifyEmailRequest request) → Future< AppResponse< String?> > -
resetPassword(
ResetPasswordRequest request) → Future< AppResponse< AuthResponse> > -
storeLogin(
StoreLoginRequest storeLoginRequest) → Future< AppResponse< StoreResponse> > -
toString(
) → String -
A string representation of this object.
inherited
-
verifyEmail(
VerifyCodeRequest request) → Future< AppResponse< String?> >
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited