AccountBasicServiceMock class
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
-
cancelChangeEmail(AuthenticationData? data)
→ Future<Either<Failure, Unit>>
-
override
-
confirmEmailChange(String? changeEmailToken, AuthenticationData? authData)
→ Future<Either<Failure, Unit>>
-
override
-
noSuchMethod(Invocation invocation, {Object? returnValue, Object? returnValueForMissingStub = deferToDefaultResponse})
→ dynamic
-
Handles method stubbing, method call verification, and real method calls.
inherited
-
requestEmailChange(String? email, AuthenticationData? data, {Map<String, dynamic>? additionalParams})
→ Future<Either<Failure, Unit>>
-
override
-
requestPasswordReset(String? email)
→ Future<Either<Failure, Unit>>
-
override
-
resendChangeEmailCode(AuthenticationData? authData)
→ Future<Either<Failure, Unit>>
-
override
-
resendVerificationCode(AuthenticationData? data, CustomVerificationCodePayload? customPayload)
→ Future<Either<Failure, Unit>>
-
override
-
stbConfirmEmailChangeSuccess([Right<Failure, Unit>? response])
→ dynamic
-
-
stbFailure()
→ dynamic
-
-
stbRequestChangeEmailSuccess([Right<Failure, Unit>? response])
→ dynamic
-
-
stbRequestPasswordResetSuccess([Right<Failure, Unit>? response])
→ dynamic
-
-
stbResendChangeEmailCodeSuccess([Right<Failure, Unit>? response])
→ dynamic
-
-
stbResendVerificationCodeSuccess([Right<Failure, Unit>? response])
→ dynamic
-
-
stbSubmitChangePassword([Right<Failure, Unit>? response])
→ dynamic
-
-
stbSubmitChangePasswordSuccess([Right<Failure, Unit>? response])
→ dynamic
-
-
stbSubmitPasswordReset([Right<Failure, Unit>? response])
→ dynamic
-
-
stbSubmitVerificationCodeSuccess([Right<Failure, Unit>? response])
→ dynamic
-
-
stbUpdateUserInfoSuccess([Right<Failure, User?>? response])
→ dynamic
-
-
stbUpdateUsernameSuccess([Right<Failure, User?>? response])
→ dynamic
-
-
stbUpdateUserProfilePictureSuccess([Right<Failure, Unit>? response])
→ dynamic
-
-
submitChangePassword(String? oldPassword, String? newPassword, AuthenticationData? authData)
→ Future<Either<Failure, Unit>>
-
override
-
submitPasswordReset(String? email, String? code, String? password, String? confirmPassword)
→ Future<Either<Failure, Unit>>
-
override
-
submitVerificationCode(String? code, AuthenticationData? authData)
→ Future<Either<Failure, Unit>>
-
override
-
toString()
→ String
-
A string representation of this object.
inherited
-
updateUserInfo(AuthenticationData? authData, Map<String, dynamic>? userInfo)
→ Future<Either<Failure, User?>>
-
override
-
updateUsername(AuthenticationData? authData, String? username)
→ Future<Either<Failure, User?>>
-
override
-
updateUserProfilePicture(AuthenticationData? authData, String? imagePath)
→ Future<Either<Failure, String?>>
-
override