From 0a13c67058db39b10c03ce3d9b069b944780a45d Mon Sep 17 00:00:00 2001 From: Hugo Pointcheval Date: Thu, 13 Apr 2023 23:43:57 +0200 Subject: [PATCH] refactor(authentication): remove cross package export --- packages/wyatt_authentication_bloc/README.md | 4 +- .../doc/api/__404error.md | 6 - .../doc/api/categories.json | 1 - .../doc/api/index.json | 1 - .../doc/api/index.md | 214 ------ .../doc/api/search.md | 6 - .../Account-class.md | 237 ------ .../Account/Account.md | 43 -- .../Account/accessToken.md | 34 - .../Account/creationTime.md | 35 - .../Account/email.md | 35 - .../Account/emailVerified.md | 35 - .../wyatt_authentication_bloc/Account/id.md | 34 - .../Account/isAnonymous.md | 34 - .../Account/isNewUser.md | 34 - .../Account/lastSignInTime.md | 34 - .../Account/phoneNumber.md | 36 - .../Account/photoURL.md | 36 - .../Account/props.md | 55 -- .../Account/providerId.md | 34 - .../Account/refreshToken.md | 34 - .../Account/stringify.md | 47 -- .../AccountModel-class.md | 247 ------ .../AccountModel.fromFirebaseUser.md | 51 -- ...AccountModel.fromFirebaseUserCredential.md | 54 -- .../AccountModel/refreshToken.md | 41 - .../AccountModel/user.md | 33 - .../ApplyActionCodeFailureFirebase-class.md | 137 ---- ...ApplyActionCodeFailureFirebase.fromCode.md | 49 -- .../ApplyActionCodeFailureFirebase.md | 31 - .../ApplyActionCodeFailureInterface-class.md | 139 ---- ...pplyActionCodeFailureInterface.fromCode.md | 31 - .../ApplyActionCodeFailureInterface.md | 31 - .../AuthFormField-class.md | 122 --- .../AuthFormField/AuthFormField.md | 25 - .../AuthFormField/confirmPassword-constant.md | 34 - .../AuthFormField/email-constant.md | 34 - .../AuthFormField/password-constant.md | 34 - .../AuthFormName-class.md | 131 ---- .../AuthFormName/AuthFormName.md | 25 - .../AuthFormName/editAccountForm-constant.md | 34 - .../passwordResetForm-constant.md | 34 - .../AuthFormName/signInForm-constant.md | 34 - .../AuthFormName/signUpForm-constant.md | 34 - .../AuthenticationBuilder-class.md | 216 ------ .../AuthenticationBuilder.md | 35 - .../AuthenticationBuilder/authenticated.md | 36 - .../AuthenticationBuilder/build.md | 85 -- .../AuthenticationBuilder/unauthenticated.md | 33 - .../AuthenticationBuilder/unknown.md | 33 - .../AuthenticationChangeEvent-class.md | 137 ---- .../AuthenticationChangeEvent.md | 30 - .../AuthenticationChangeEvent/props.md | 42 - .../AuthenticationChangeEvent/stringify.md | 47 -- .../AuthenticationCubit-class.md | 292 ------- .../AuthenticationCubit.md | 34 - .../authenticationRepository.md | 33 - .../AuthenticationCubit/currentSession.md | 37 - .../AuthenticationCubit/delete.md | 44 -- .../AuthenticationCubit/onDelete.md | 38 - .../AuthenticationCubit/onReauthenticate.md | 38 - .../AuthenticationCubit/onRefresh.md | 37 - .../AuthenticationCubit/onSignInFromCache.md | 38 - .../AuthenticationCubit/onSignOut.md | 37 - .../AuthenticationCubit/reauthenticate.md | 53 -- .../AuthenticationCubit/refresh.md | 49 -- .../AuthenticationCubit/signOut.md | 43 -- .../AuthenticationFailureInterface-class.md | 159 ---- ...AuthenticationFailureInterface.fromCode.md | 31 - .../AuthenticationFailureInterface.md | 30 - .../AuthenticationFailureInterface/code.md | 33 - .../AuthenticationFailureInterface/message.md | 40 - .../AuthenticationFailureInterface/msg.md | 33 - .../toString.md | 53 -- ...henticationFirebaseDataSourceImpl-class.md | 251 ------ .../AuthenticationFirebaseDataSourceImpl.md | 40 - .../addSession.md | 40 - .../confirmPasswordReset.md | 53 -- .../delete.md | 48 -- .../reauthenticate.md | 61 -- .../refresh.md | 52 -- .../sendEmailVerification.md | 47 -- .../sendPasswordResetEmail.md | 47 -- .../sessionStream.md | 39 - .../signInAnonymously.md | 54 -- .../signInWithEmailAndPassword.md | 61 -- .../signInWithGoogle.md | 68 -- .../signOut.md | 46 -- .../signUpWithEmailAndPassword.md | 62 -- .../updateEmail.md | 55 -- .../updatePassword.md | 55 -- .../verifyPasswordResetCode.md | 48 -- .../AuthenticationRemoteDataSource-class.md | 247 ------ .../AuthenticationRemoteDataSource.md | 25 - .../addSession.md | 35 - .../confirmPasswordReset.md | 38 - .../AuthenticationRemoteDataSource/delete.md | 35 - .../reauthenticate.md | 35 - .../AuthenticationRemoteDataSource/refresh.md | 35 - .../sendEmailVerification.md | 35 - .../sendPasswordResetEmail.md | 35 - .../sessionStream.md | 35 - .../signInAnonymously.md | 35 - .../signInWithEmailAndPassword.md | 38 - .../signInWithGoogle.md | 35 - .../AuthenticationRemoteDataSource/signOut.md | 35 - .../signUpWithEmailAndPassword.md | 38 - .../updateEmail.md | 35 - .../updatePassword.md | 35 - .../verifyPasswordResetCode.md | 35 - .../AuthenticationRepository-class.md | 258 ------- .../AuthenticationRepository.md | 25 - .../AuthenticationRepository/addSession.md | 36 - .../confirmPasswordReset.md | 40 - .../AuthenticationRepository/delete.md | 38 - .../formRepository.md | 37 - .../reauthenticate.md | 40 - .../AuthenticationRepository/refresh.md | 36 - .../sendEmailVerification.md | 37 - .../sendPasswordResetEmail.md | 37 - .../AuthenticationRepository/sessionStream.md | 36 - .../signInAnonymously.md | 37 - .../signInWithEmailAndPassword.md | 41 - .../signInWithGoogle.md | 37 - .../AuthenticationRepository/signOut.md | 37 - .../signUpWithEmailAndPassword.md | 42 - .../AuthenticationRepository/updateEmail.md | 40 - .../updatePassword.md | 40 - .../verifyPasswordResetCode.md | 37 - .../AuthenticationRepositoryImpl-class.md | 269 ------- .../AuthenticationRepositoryImpl.md | 69 -- .../addSession.md | 39 - .../authenticationRemoteDataSource.md | 33 - .../confirmPasswordReset.md | 51 -- .../AuthenticationRepositoryImpl/delete.md | 44 -- .../formRepository.md | 41 - .../reauthenticate.md | 49 -- .../AuthenticationRepositoryImpl/refresh.md | 45 -- .../sendEmailVerification.md | 45 -- .../sendPasswordResetEmail.md | 47 -- .../sessionStream.md | 39 - .../signInAnonymously.md | 47 -- .../signInWithEmailAndPassword.md | 54 -- .../signInWithGoogle.md | 47 -- .../AuthenticationRepositoryImpl/signOut.md | 45 -- .../signUpWithEmailAndPassword.md | 55 -- .../updateEmail.md | 48 -- .../updatePassword.md | 49 -- .../verifyPasswordResetCode.md | 47 -- .../AuthenticationState-class.md | 150 ---- .../AuthenticationState.authenticated.md | 34 - .../AuthenticationState.unauthenticated.md | 31 - .../AuthenticationState.unknown.md | 31 - .../AuthenticationState/props.md | 42 - .../AuthenticationState/status.md | 33 - .../AuthenticationState/stringify.md | 47 -- .../AuthenticationState/wrapper.md | 33 - .../AuthenticationStatus.md | 151 ---- .../AuthenticationStatus.md | 25 - .../AuthenticationStatus/values-constant.md | 29 - .../BaseEditAccountCubit-class.md | 261 ------- .../BaseEditAccountCubit.md | 37 - .../authenticationRepository.md | 33 - .../BaseEditAccountCubit/dataChanged.md | 53 -- .../BaseEditAccountCubit/formName.md | 40 - .../BaseEditAccountCubit/formRepository.md | 36 - .../BaseEditAccountCubit/reset.md | 43 -- .../BaseEditAccountCubit/submit.md | 48 -- .../BaseEditAccountCubit/update.md | 48 -- .../BaseEditAccountCubit/validate.md | 42 - .../BaseSignInCubit-class.md | 261 ------- .../BaseSignInCubit/BaseSignInCubit.md | 37 - .../authenticationRepository.md | 33 - .../BaseSignInCubit/dataChanged.md | 53 -- .../BaseSignInCubit/formName.md | 40 - .../BaseSignInCubit/formRepository.md | 36 - .../BaseSignInCubit/reset.md | 43 -- .../BaseSignInCubit/submit.md | 48 -- .../BaseSignInCubit/update.md | 48 -- .../BaseSignInCubit/validate.md | 42 - .../BaseSignUpCubit-class.md | 261 ------- .../BaseSignUpCubit/BaseSignUpCubit.md | 37 - .../authenticationRepository.md | 33 - .../BaseSignUpCubit/dataChanged.md | 53 -- .../BaseSignUpCubit/formName.md | 40 - .../BaseSignUpCubit/formRepository.md | 36 - .../BaseSignUpCubit/reset.md | 43 -- .../BaseSignUpCubit/submit.md | 49 -- .../BaseSignUpCubit/update.md | 51 -- .../BaseSignUpCubit/validate.md | 42 - .../BuildContextExtension.md | 76 -- .../BuildContextExtension/account.md | 37 - .../BuildContextExtension/data.md | 37 - .../BuildContextExtension/session.md | 37 - .../BuildContextExtension/wrapper.md | 37 - ...nfirmPasswordResetFailureFirebase-class.md | 137 ---- ...rmPasswordResetFailureFirebase.fromCode.md | 30 - .../ConfirmPasswordResetFailureFirebase.md | 31 - ...firmPasswordResetFailureInterface-class.md | 139 ---- ...mPasswordResetFailureInterface.fromCode.md | 31 - .../ConfirmPasswordResetFailureInterface.md | 31 - .../CustomRoutine-class.md | 139 ---- .../CustomRoutine/CustomRoutine.md | 35 - .../CustomRoutine/attachedLogic.md | 35 - .../CustomRoutine/call.md | 55 -- .../CustomRoutine/onError.md | 33 - .../CustomRoutine/onSuccess.md | 33 - .../CustomRoutine/routine.md | 33 - .../DeleteAccountFailureFirebase-class.md | 137 ---- .../DeleteAccountFailureFirebase.fromCode.md | 39 - .../DeleteAccountFailureFirebase.md | 31 - .../DeleteAccountFailureInterface-class.md | 139 ---- .../DeleteAccountFailureInterface.fromCode.md | 30 - .../DeleteAccountFailureInterface.md | 30 - .../DeletedEvent-class.md | 126 --- .../DeletedEvent/DeletedEvent.md | 30 - .../EditAccountCubit-class.md | 335 -------- .../EditAccountCubit/EditAccountCubit.md | 30 - .../EditAccountCubit/onEmailUpdated.md | 42 - .../EditAccountCubit/onPasswordUpdated.md | 42 - .../EditAccountListener-class.md | 236 ------ .../EditAccountListener.md | 37 - .../EditAccountListener/build.md | 92 --- .../EditAccountListener/child.md | 33 - .../EditAccountListener/customBuilder.md | 34 - .../EditAccountListener/onError.md | 37 - .../EditAccountListener/onProgress.md | 33 - .../EditAccountListener/onSuccess.md | 33 - .../EditAccountState-class.md | 179 ----- .../EditAccountState/EditAccountState.md | 34 - .../EditAccountState/copyWith.md | 44 -- .../EditAccountState/email.md | 37 - .../EditAccountState/errorMessage.md | 34 - .../EditAccountState/form.md | 34 - .../EditAccountState/password.md | 37 - .../EditAccountState/props.md | 42 - .../EditAccountState/status.md | 34 - .../EditAccountState/toString.md | 48 -- .../EmailVerificationBuilder-class.md | 225 ------ .../EmailVerificationBuilder.md | 36 - .../EmailVerificationBuilder/build.md | 91 --- .../EmailVerificationBuilder/customBuilder.md | 34 - .../EmailVerificationBuilder/notVerified.md | 33 - .../EmailVerificationBuilder/onError.md | 37 - .../EmailVerificationBuilder/verified.md | 33 - .../EmailVerificationCubit-class.md | 211 ----- .../EmailVerificationCubit.md | 32 - .../authenticationRepository.md | 33 - .../checkEmailVerification.md | 65 -- .../sendEmailVerification.md | 47 -- .../EmailVerificationState-class.md | 160 ---- .../EmailVerificationState.md | 34 - .../EmailVerificationState/copyWith.md | 44 -- .../EmailVerificationState/errorMessage.md | 33 - .../EmailVerificationState/isVerified.md | 33 - .../EmailVerificationState/props.md | 42 - .../EmailVerificationState/status.md | 33 - .../EmailVerificationState/toString.md | 49 -- ...nInMethodsForEmailFailureFirebase-class.md | 137 ---- ...MethodsForEmailFailureFirebase.fromCode.md | 40 - ...tchSignInMethodsForEmailFailureFirebase.md | 31 - ...InMethodsForEmailFailureInterface-class.md | 139 ---- ...ethodsForEmailFailureInterface.fromCode.md | 32 - ...chSignInMethodsForEmailFailureInterface.md | 31 - .../ModelParsingFailureFirebase-class.md | 137 ---- .../ModelParsingFailureFirebase.fromCode.md | 30 - .../ModelParsingFailureFirebase.md | 31 - .../ModelParsingFailureInterface-class.md | 139 ---- .../ModelParsingFailureInterface.fromCode.md | 30 - .../ModelParsingFailureInterface.md | 30 - .../PasswordResetCubit-class.md | 275 ------- .../PasswordResetCubit/PasswordResetCubit.md | 37 - .../authenticationRepository.md | 33 - .../PasswordResetCubit/dataChanged.md | 53 -- .../PasswordResetCubit/emailChanged.md | 47 -- .../PasswordResetCubit/emailCustomChanged.md | 42 - .../PasswordResetCubit/formName.md | 40 - .../PasswordResetCubit/formRepository.md | 36 - .../PasswordResetCubit/reset.md | 43 -- .../PasswordResetCubit/submit.md | 70 -- .../PasswordResetCubit/update.md | 51 -- .../PasswordResetCubit/validate.md | 43 -- .../PasswordResetState-class.md | 169 ---- .../PasswordResetState/PasswordResetState.md | 34 - .../PasswordResetState/copyWith.md | 44 -- .../PasswordResetState/email.md | 36 - .../PasswordResetState/errorMessage.md | 34 - .../PasswordResetState/form.md | 34 - .../PasswordResetState/props.md | 42 - .../PasswordResetState/status.md | 34 - .../PasswordResetState/toString.md | 48 -- .../ReauthenticateFailureFirebase-class.md | 137 ---- .../ReauthenticateFailureFirebase.fromCode.md | 57 -- .../ReauthenticateFailureFirebase.md | 31 - .../ReauthenticateFailureInterface-class.md | 139 ---- ...ReauthenticateFailureInterface.fromCode.md | 30 - .../ReauthenticateFailureInterface.md | 30 - .../ReauthenticatedEvent-class.md | 137 ---- .../ReauthenticatedEvent.md | 30 - .../ReauthenticatedEvent/account.md | 33 - .../ReauthenticatedEvent/props.md | 42 - .../RefreshFailureFirebase-class.md | 137 ---- .../RefreshFailureFirebase.fromCode.md | 30 - .../RefreshFailureFirebase.md | 31 - .../RefreshFailureInterface-class.md | 139 ---- .../RefreshFailureInterface.fromCode.md | 31 - .../RefreshFailureInterface.md | 31 - .../RefreshedEvent-class.md | 136 ---- .../RefreshedEvent/RefreshedEvent.md | 30 - .../RefreshedEvent/account.md | 33 - .../RefreshedEvent/props.md | 42 - ...dEmailVerificationFailureFirebase-class.md | 137 ---- ...ailVerificationFailureFirebase.fromCode.md | 30 - .../SendEmailVerificationFailureFirebase.md | 31 - ...EmailVerificationFailureInterface-class.md | 139 ---- ...ilVerificationFailureInterface.fromCode.md | 31 - .../SendEmailVerificationFailureInterface.md | 31 - ...PasswordResetEmailFailureFirebase-class.md | 137 ---- ...swordResetEmailFailureFirebase.fromCode.md | 30 - .../SendPasswordResetEmailFailureFirebase.md | 31 - ...asswordResetEmailFailureInterface-class.md | 139 ---- ...wordResetEmailFailureInterface.fromCode.md | 32 - .../SendPasswordResetEmailFailureInterface.md | 31 - ...endSignInLinkEmailFailureFirebase-class.md | 137 ---- ...SignInLinkEmailFailureFirebase.fromCode.md | 30 - .../SendSignInLinkEmailFailureFirebase.md | 31 - ...ndSignInLinkEmailFailureInterface-class.md | 139 ---- ...ignInLinkEmailFailureInterface.fromCode.md | 31 - .../SendSignInLinkEmailFailureInterface.md | 31 - .../Session-class.md | 144 ---- .../Session/Session.md | 33 - .../Session/account.md | 33 - .../wyatt_authentication_bloc/Session/data.md | 33 - .../Session/props.md | 42 - .../Session/stringify.md | 47 -- .../SessionWrapper-class.md | 144 ---- .../SessionWrapper/SessionWrapper.md | 33 - .../SessionWrapper/event.md | 33 - .../SessionWrapper/props.md | 42 - .../SessionWrapper/session.md | 33 - .../SessionWrapper/stringify.md | 47 -- .../SignInAnonymously-mixin.md | 269 ------- .../SignInAnonymously/onSignInAnonymously.md | 39 - .../SignInAnonymously/signInAnonymously.md | 79 -- .../SignInAnonymouslyFailureFirebase-class.md | 137 ---- ...gnInAnonymouslyFailureFirebase.fromCode.md | 40 - .../SignInAnonymouslyFailureFirebase.md | 31 - ...SignInAnonymouslyFailureInterface-class.md | 139 ---- ...nInAnonymouslyFailureInterface.fromCode.md | 31 - .../SignInAnonymouslyFailureInterface.md | 31 - .../SignInCubit-class.md | 354 --------- .../SignInCubit/SignInCubit.md | 30 - .../SignInCubit/onSignInAnonymously.md | 42 - .../onSignInWithEmailAndPassword.md | 42 - .../SignInCubit/onSignInWithGoogle.md | 42 - .../SignInListener-class.md | 236 ------ .../SignInListener/SignInListener.md | 37 - .../SignInListener/build.md | 92 --- .../SignInListener/child.md | 33 - .../SignInListener/customBuilder.md | 33 - .../SignInListener/onError.md | 37 - .../SignInListener/onProgress.md | 33 - .../SignInListener/onSuccess.md | 33 - .../SignInState-class.md | 179 ----- .../SignInState/SignInState.md | 34 - .../SignInState/copyWith.md | 44 -- .../SignInState/email.md | 37 - .../SignInState/errorMessage.md | 34 - .../SignInState/form.md | 34 - .../SignInState/password.md | 37 - .../SignInState/props.md | 42 - .../SignInState/status.md | 34 - .../SignInState/toString.md | 48 -- .../SignInWithAppleFailureFirebase-class.md | 141 ---- ...SignInWithAppleFailureFirebase.fromCode.md | 30 - .../SignInWithAppleFailureFirebase.md | 30 - .../SignInWithAppleFailureInterface-class.md | 140 ---- ...ignInWithAppleFailureInterface.fromCode.md | 31 - .../SignInWithAppleFailureInterface.md | 31 - ...gnInWithCredentialFailureFirebase-class.md | 143 ---- ...nWithCredentialFailureFirebase.fromCode.md | 61 -- .../SignInWithCredentialFailureFirebase.md | 31 - ...nInWithCredentialFailureInterface-class.md | 139 ---- ...WithCredentialFailureInterface.fromCode.md | 31 - .../SignInWithCredentialFailureInterface.md | 31 - ...thEmailAndPasswordFailureFirebase-class.md | 137 ---- ...mailAndPasswordFailureFirebase.fromCode.md | 49 -- ...gnInWithEmailAndPasswordFailureFirebase.md | 31 - ...hEmailAndPasswordFailureInterface-class.md | 139 ---- ...ailAndPasswordFailureInterface.fromCode.md | 32 - ...nInWithEmailAndPasswordFailureInterface.md | 31 - ...ignInWithEmailLinkFailureFirebase-class.md | 137 ---- ...InWithEmailLinkFailureFirebase.fromCode.md | 46 -- .../SignInWithEmailLinkFailureFirebase.md | 31 - ...gnInWithEmailLinkFailureInterface-class.md | 139 ---- ...nWithEmailLinkFailureInterface.fromCode.md | 31 - .../SignInWithEmailLinkFailureInterface.md | 31 - .../SignInWithEmailPassword-mixin.md | 305 -------- .../SignInWithEmailPassword/emailChanged.md | 47 -- .../emailCustomChanged.md | 42 - .../onSignInWithEmailAndPassword.md | 39 - .../passwordChanged.md | 46 -- .../passwordCustomChanged.md | 42 - .../signInWithEmailAndPassword.md | 105 --- ...SignInWithFacebookFailureFirebase-class.md | 141 ---- ...nInWithFacebookFailureFirebase.fromCode.md | 30 - .../SignInWithFacebookFailureFirebase.md | 30 - ...ignInWithFacebookFailureInterface-class.md | 139 ---- ...InWithFacebookFailureInterface.fromCode.md | 31 - .../SignInWithFacebookFailureInterface.md | 31 - .../SignInWithGoogle-mixin.md | 269 ------- .../SignInWithGoogle/onSignInWithGoogle.md | 39 - .../SignInWithGoogle/signInWithGoogle.md | 78 -- .../SignInWithGoogleFailureFirebase-class.md | 141 ---- ...ignInWithGoogleFailureFirebase.fromCode.md | 30 - .../SignInWithGoogleFailureFirebase.md | 30 - .../SignInWithGoogleFailureInterface-class.md | 139 ---- ...gnInWithGoogleFailureInterface.fromCode.md | 31 - .../SignInWithGoogleFailureInterface.md | 31 - .../SignInWithTwitterFailureFirebase-class.md | 141 ---- ...gnInWithTwitterFailureFirebase.fromCode.md | 30 - .../SignInWithTwitterFailureFirebase.md | 30 - ...SignInWithTwitterFailureInterface-class.md | 136 ---- ...nInWithTwitterFailureInterface.fromCode.md | 31 - .../SignInWithTwitterFailureInterface.md | 31 - .../SignOutFailureFirebase-class.md | 137 ---- .../SignOutFailureFirebase.fromCode.md | 30 - .../SignOutFailureFirebase.md | 31 - .../SignOutFailureInterface-class.md | 139 ---- .../SignOutFailureInterface.fromCode.md | 31 - .../SignOutFailureInterface.md | 31 - .../SignUpCubit-class.md | 316 -------- .../SignUpCubit/SignUpCubit.md | 30 - .../onSignUpWithEmailAndPassword.md | 43 -- .../SignUpListener-class.md | 236 ------ .../SignUpListener/SignUpListener.md | 37 - .../SignUpListener/build.md | 92 --- .../SignUpListener/child.md | 33 - .../SignUpListener/customBuilder.md | 33 - .../SignUpListener/onError.md | 37 - .../SignUpListener/onProgress.md | 33 - .../SignUpListener/onSuccess.md | 33 - .../SignUpState-class.md | 179 ----- .../SignUpState/SignUpState.md | 34 - .../SignUpState/copyWith.md | 44 -- .../SignUpState/email.md | 37 - .../SignUpState/errorMessage.md | 34 - .../SignUpState/form.md | 34 - .../SignUpState/password.md | 37 - .../SignUpState/props.md | 42 - .../SignUpState/status.md | 34 - .../SignUpState/toString.md | 50 -- ...thEmailAndPasswordFailureFirebase-class.md | 137 ---- ...mailAndPasswordFailureFirebase.fromCode.md | 52 -- ...gnUpWithEmailAndPasswordFailureFirebase.md | 31 - ...hEmailAndPasswordFailureInterface-class.md | 139 ---- ...ailAndPasswordFailureInterface.fromCode.md | 32 - ...nUpWithEmailAndPasswordFailureInterface.md | 31 - .../SignUpWithEmailPassword-mixin.md | 305 -------- .../SignUpWithEmailPassword/emailChanged.md | 47 -- .../emailCustomChanged.md | 42 - .../onSignUpWithEmailAndPassword.md | 40 - .../passwordChanged.md | 46 -- .../passwordCustomChanged.md | 42 - .../signUpWithEmailPassword.md | 97 --- .../SignedInEvent-class.md | 135 ---- .../SignedInEvent/SignedInEvent.md | 30 - .../SignedInEvent/account.md | 33 - .../SignedInEvent/props.md | 42 - .../SignedInFromCacheEvent-class.md | 135 ---- .../SignedInFromCacheEvent.md | 30 - .../SignedInFromCacheEvent/account.md | 33 - .../SignedInFromCacheEvent/props.md | 42 - .../SignedOutEvent-class.md | 126 --- .../SignedOutEvent/SignedOutEvent.md | 30 - .../SignedUpEvent-class.md | 135 ---- .../SignedUpEvent/SignedUpEvent.md | 30 - .../SignedUpEvent/account.md | 33 - .../SignedUpEvent/props.md | 42 - .../UnknownAuthenticationEvent-class.md | 126 --- .../UnknownAuthenticationEvent.md | 30 - .../UpdateEmail-mixin.md | 287 ------- .../UpdateEmail/emailChanged.md | 47 -- .../UpdateEmail/emailCustomChanged.md | 42 - .../UpdateEmail/onEmailUpdated.md | 39 - .../UpdateEmail/updateEmail.md | 103 --- .../UpdateEmailFailureFirebase-class.md | 137 ---- .../UpdateEmailFailureFirebase.fromCode.md | 45 -- .../UpdateEmailFailureFirebase.md | 31 - .../UpdateEmailFailureInterface-class.md | 139 ---- .../UpdateEmailFailureInterface.fromCode.md | 30 - .../UpdateEmailFailureInterface.md | 30 - .../UpdatePassword-mixin.md | 287 ------- .../UpdatePassword/onPasswordUpdated.md | 39 - .../UpdatePassword/passwordChanged.md | 46 -- .../UpdatePassword/passwordCustomChanged.md | 42 - .../UpdatePassword/updatePassword.md | 103 --- .../UpdatePasswordFailureFirebase-class.md | 137 ---- .../UpdatePasswordFailureFirebase.fromCode.md | 42 - .../UpdatePasswordFailureFirebase.md | 31 - .../UpdatePasswordFailureInterface-class.md | 139 ---- ...UpdatePasswordFailureInterface.fromCode.md | 30 - .../UpdatePasswordFailureInterface.md | 30 - .../UpdatedEvent-class.md | 135 ---- .../UpdatedEvent/UpdatedEvent.md | 30 - .../UpdatedEvent/account.md | 33 - .../UpdatedEvent/props.md | 42 - ...yPasswordResetCodeFailureFirebase-class.md | 137 ---- ...sswordResetCodeFailureFirebase.fromCode.md | 31 - .../VerifyPasswordResetCodeFailureFirebase.md | 31 - ...PasswordResetCodeFailureInterface-class.md | 139 ---- ...swordResetCodeFailureInterface.fromCode.md | 32 - ...VerifyPasswordResetCodeFailureInterface.md | 31 - .../wyatt_authentication_bloc-library.md | 727 ------------------ .../lib/core/dependency_injection/get_it.dart | 2 + .../example/pubspec.yaml | 2 + .../lib/src/core/constants/storage.dart | 8 + ...ation_firebase_cache_data_source_impl.dart | 2 +- .../lib/wyatt_authentication_bloc.dart | 3 - .../wyatt_authentication_bloc/pubspec.yaml | 2 +- 520 files changed, 16 insertions(+), 33833 deletions(-) delete mode 100644 packages/wyatt_authentication_bloc/doc/api/__404error.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/categories.json delete mode 100644 packages/wyatt_authentication_bloc/doc/api/index.json delete mode 100644 packages/wyatt_authentication_bloc/doc/api/index.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/search.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/Account-class.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/Account/Account.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/Account/accessToken.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/Account/creationTime.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/Account/email.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/Account/emailVerified.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/Account/id.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/Account/isAnonymous.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/Account/isNewUser.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/Account/lastSignInTime.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/Account/phoneNumber.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/Account/photoURL.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/Account/props.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/Account/providerId.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/Account/refreshToken.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/Account/stringify.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AccountModel-class.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AccountModel/AccountModel.fromFirebaseUser.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AccountModel/AccountModel.fromFirebaseUserCredential.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AccountModel/refreshToken.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AccountModel/user.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/ApplyActionCodeFailureFirebase-class.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/ApplyActionCodeFailureFirebase/ApplyActionCodeFailureFirebase.fromCode.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/ApplyActionCodeFailureFirebase/ApplyActionCodeFailureFirebase.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/ApplyActionCodeFailureInterface-class.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/ApplyActionCodeFailureInterface/ApplyActionCodeFailureInterface.fromCode.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/ApplyActionCodeFailureInterface/ApplyActionCodeFailureInterface.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthFormField-class.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthFormField/AuthFormField.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthFormField/confirmPassword-constant.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthFormField/email-constant.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthFormField/password-constant.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthFormName-class.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthFormName/AuthFormName.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthFormName/editAccountForm-constant.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthFormName/passwordResetForm-constant.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthFormName/signInForm-constant.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthFormName/signUpForm-constant.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationBuilder-class.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationBuilder/AuthenticationBuilder.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationBuilder/authenticated.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationBuilder/build.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationBuilder/unauthenticated.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationBuilder/unknown.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationChangeEvent-class.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationChangeEvent/AuthenticationChangeEvent.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationChangeEvent/props.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationChangeEvent/stringify.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationCubit-class.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationCubit/AuthenticationCubit.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationCubit/authenticationRepository.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationCubit/currentSession.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationCubit/delete.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationCubit/onDelete.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationCubit/onReauthenticate.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationCubit/onRefresh.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationCubit/onSignInFromCache.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationCubit/onSignOut.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationCubit/reauthenticate.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationCubit/refresh.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationCubit/signOut.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationFailureInterface-class.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationFailureInterface/AuthenticationFailureInterface.fromCode.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationFailureInterface/AuthenticationFailureInterface.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationFailureInterface/code.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationFailureInterface/message.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationFailureInterface/msg.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationFailureInterface/toString.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationFirebaseDataSourceImpl-class.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationFirebaseDataSourceImpl/AuthenticationFirebaseDataSourceImpl.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationFirebaseDataSourceImpl/addSession.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationFirebaseDataSourceImpl/confirmPasswordReset.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationFirebaseDataSourceImpl/delete.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationFirebaseDataSourceImpl/reauthenticate.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationFirebaseDataSourceImpl/refresh.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationFirebaseDataSourceImpl/sendEmailVerification.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationFirebaseDataSourceImpl/sendPasswordResetEmail.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationFirebaseDataSourceImpl/sessionStream.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationFirebaseDataSourceImpl/signInAnonymously.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationFirebaseDataSourceImpl/signInWithEmailAndPassword.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationFirebaseDataSourceImpl/signInWithGoogle.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationFirebaseDataSourceImpl/signOut.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationFirebaseDataSourceImpl/signUpWithEmailAndPassword.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationFirebaseDataSourceImpl/updateEmail.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationFirebaseDataSourceImpl/updatePassword.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationFirebaseDataSourceImpl/verifyPasswordResetCode.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationRemoteDataSource-class.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationRemoteDataSource/AuthenticationRemoteDataSource.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationRemoteDataSource/addSession.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationRemoteDataSource/confirmPasswordReset.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationRemoteDataSource/delete.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationRemoteDataSource/reauthenticate.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationRemoteDataSource/refresh.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationRemoteDataSource/sendEmailVerification.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationRemoteDataSource/sendPasswordResetEmail.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationRemoteDataSource/sessionStream.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationRemoteDataSource/signInAnonymously.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationRemoteDataSource/signInWithEmailAndPassword.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationRemoteDataSource/signInWithGoogle.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationRemoteDataSource/signOut.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationRemoteDataSource/signUpWithEmailAndPassword.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationRemoteDataSource/updateEmail.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationRemoteDataSource/updatePassword.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationRemoteDataSource/verifyPasswordResetCode.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationRepository-class.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationRepository/AuthenticationRepository.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationRepository/addSession.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationRepository/confirmPasswordReset.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationRepository/delete.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationRepository/formRepository.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationRepository/reauthenticate.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationRepository/refresh.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationRepository/sendEmailVerification.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationRepository/sendPasswordResetEmail.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationRepository/sessionStream.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationRepository/signInAnonymously.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationRepository/signInWithEmailAndPassword.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationRepository/signInWithGoogle.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationRepository/signOut.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationRepository/signUpWithEmailAndPassword.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationRepository/updateEmail.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationRepository/updatePassword.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationRepository/verifyPasswordResetCode.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationRepositoryImpl-class.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationRepositoryImpl/AuthenticationRepositoryImpl.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationRepositoryImpl/addSession.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationRepositoryImpl/authenticationRemoteDataSource.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationRepositoryImpl/confirmPasswordReset.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationRepositoryImpl/delete.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationRepositoryImpl/formRepository.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationRepositoryImpl/reauthenticate.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationRepositoryImpl/refresh.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationRepositoryImpl/sendEmailVerification.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationRepositoryImpl/sendPasswordResetEmail.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationRepositoryImpl/sessionStream.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationRepositoryImpl/signInAnonymously.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationRepositoryImpl/signInWithEmailAndPassword.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationRepositoryImpl/signInWithGoogle.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationRepositoryImpl/signOut.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationRepositoryImpl/signUpWithEmailAndPassword.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationRepositoryImpl/updateEmail.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationRepositoryImpl/updatePassword.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationRepositoryImpl/verifyPasswordResetCode.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationState-class.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationState/AuthenticationState.authenticated.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationState/AuthenticationState.unauthenticated.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationState/AuthenticationState.unknown.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationState/props.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationState/status.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationState/stringify.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationState/wrapper.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationStatus.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationStatus/AuthenticationStatus.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationStatus/values-constant.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/BaseEditAccountCubit-class.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/BaseEditAccountCubit/BaseEditAccountCubit.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/BaseEditAccountCubit/authenticationRepository.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/BaseEditAccountCubit/dataChanged.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/BaseEditAccountCubit/formName.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/BaseEditAccountCubit/formRepository.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/BaseEditAccountCubit/reset.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/BaseEditAccountCubit/submit.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/BaseEditAccountCubit/update.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/BaseEditAccountCubit/validate.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/BaseSignInCubit-class.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/BaseSignInCubit/BaseSignInCubit.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/BaseSignInCubit/authenticationRepository.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/BaseSignInCubit/dataChanged.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/BaseSignInCubit/formName.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/BaseSignInCubit/formRepository.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/BaseSignInCubit/reset.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/BaseSignInCubit/submit.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/BaseSignInCubit/update.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/BaseSignInCubit/validate.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/BaseSignUpCubit-class.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/BaseSignUpCubit/BaseSignUpCubit.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/BaseSignUpCubit/authenticationRepository.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/BaseSignUpCubit/dataChanged.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/BaseSignUpCubit/formName.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/BaseSignUpCubit/formRepository.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/BaseSignUpCubit/reset.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/BaseSignUpCubit/submit.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/BaseSignUpCubit/update.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/BaseSignUpCubit/validate.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/BuildContextExtension.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/BuildContextExtension/account.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/BuildContextExtension/data.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/BuildContextExtension/session.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/BuildContextExtension/wrapper.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/ConfirmPasswordResetFailureFirebase-class.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/ConfirmPasswordResetFailureFirebase/ConfirmPasswordResetFailureFirebase.fromCode.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/ConfirmPasswordResetFailureFirebase/ConfirmPasswordResetFailureFirebase.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/ConfirmPasswordResetFailureInterface-class.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/ConfirmPasswordResetFailureInterface/ConfirmPasswordResetFailureInterface.fromCode.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/ConfirmPasswordResetFailureInterface/ConfirmPasswordResetFailureInterface.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/CustomRoutine-class.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/CustomRoutine/CustomRoutine.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/CustomRoutine/attachedLogic.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/CustomRoutine/call.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/CustomRoutine/onError.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/CustomRoutine/onSuccess.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/CustomRoutine/routine.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/DeleteAccountFailureFirebase-class.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/DeleteAccountFailureFirebase/DeleteAccountFailureFirebase.fromCode.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/DeleteAccountFailureFirebase/DeleteAccountFailureFirebase.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/DeleteAccountFailureInterface-class.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/DeleteAccountFailureInterface/DeleteAccountFailureInterface.fromCode.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/DeleteAccountFailureInterface/DeleteAccountFailureInterface.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/DeletedEvent-class.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/DeletedEvent/DeletedEvent.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/EditAccountCubit-class.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/EditAccountCubit/EditAccountCubit.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/EditAccountCubit/onEmailUpdated.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/EditAccountCubit/onPasswordUpdated.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/EditAccountListener-class.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/EditAccountListener/EditAccountListener.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/EditAccountListener/build.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/EditAccountListener/child.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/EditAccountListener/customBuilder.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/EditAccountListener/onError.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/EditAccountListener/onProgress.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/EditAccountListener/onSuccess.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/EditAccountState-class.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/EditAccountState/EditAccountState.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/EditAccountState/copyWith.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/EditAccountState/email.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/EditAccountState/errorMessage.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/EditAccountState/form.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/EditAccountState/password.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/EditAccountState/props.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/EditAccountState/status.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/EditAccountState/toString.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/EmailVerificationBuilder-class.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/EmailVerificationBuilder/EmailVerificationBuilder.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/EmailVerificationBuilder/build.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/EmailVerificationBuilder/customBuilder.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/EmailVerificationBuilder/notVerified.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/EmailVerificationBuilder/onError.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/EmailVerificationBuilder/verified.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/EmailVerificationCubit-class.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/EmailVerificationCubit/EmailVerificationCubit.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/EmailVerificationCubit/authenticationRepository.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/EmailVerificationCubit/checkEmailVerification.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/EmailVerificationCubit/sendEmailVerification.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/EmailVerificationState-class.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/EmailVerificationState/EmailVerificationState.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/EmailVerificationState/copyWith.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/EmailVerificationState/errorMessage.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/EmailVerificationState/isVerified.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/EmailVerificationState/props.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/EmailVerificationState/status.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/EmailVerificationState/toString.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/FetchSignInMethodsForEmailFailureFirebase-class.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/FetchSignInMethodsForEmailFailureFirebase/FetchSignInMethodsForEmailFailureFirebase.fromCode.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/FetchSignInMethodsForEmailFailureFirebase/FetchSignInMethodsForEmailFailureFirebase.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/FetchSignInMethodsForEmailFailureInterface-class.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/FetchSignInMethodsForEmailFailureInterface/FetchSignInMethodsForEmailFailureInterface.fromCode.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/FetchSignInMethodsForEmailFailureInterface/FetchSignInMethodsForEmailFailureInterface.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/ModelParsingFailureFirebase-class.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/ModelParsingFailureFirebase/ModelParsingFailureFirebase.fromCode.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/ModelParsingFailureFirebase/ModelParsingFailureFirebase.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/ModelParsingFailureInterface-class.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/ModelParsingFailureInterface/ModelParsingFailureInterface.fromCode.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/ModelParsingFailureInterface/ModelParsingFailureInterface.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/PasswordResetCubit-class.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/PasswordResetCubit/PasswordResetCubit.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/PasswordResetCubit/authenticationRepository.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/PasswordResetCubit/dataChanged.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/PasswordResetCubit/emailChanged.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/PasswordResetCubit/emailCustomChanged.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/PasswordResetCubit/formName.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/PasswordResetCubit/formRepository.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/PasswordResetCubit/reset.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/PasswordResetCubit/submit.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/PasswordResetCubit/update.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/PasswordResetCubit/validate.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/PasswordResetState-class.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/PasswordResetState/PasswordResetState.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/PasswordResetState/copyWith.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/PasswordResetState/email.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/PasswordResetState/errorMessage.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/PasswordResetState/form.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/PasswordResetState/props.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/PasswordResetState/status.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/PasswordResetState/toString.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/ReauthenticateFailureFirebase-class.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/ReauthenticateFailureFirebase/ReauthenticateFailureFirebase.fromCode.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/ReauthenticateFailureFirebase/ReauthenticateFailureFirebase.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/ReauthenticateFailureInterface-class.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/ReauthenticateFailureInterface/ReauthenticateFailureInterface.fromCode.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/ReauthenticateFailureInterface/ReauthenticateFailureInterface.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/ReauthenticatedEvent-class.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/ReauthenticatedEvent/ReauthenticatedEvent.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/ReauthenticatedEvent/account.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/ReauthenticatedEvent/props.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/RefreshFailureFirebase-class.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/RefreshFailureFirebase/RefreshFailureFirebase.fromCode.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/RefreshFailureFirebase/RefreshFailureFirebase.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/RefreshFailureInterface-class.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/RefreshFailureInterface/RefreshFailureInterface.fromCode.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/RefreshFailureInterface/RefreshFailureInterface.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/RefreshedEvent-class.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/RefreshedEvent/RefreshedEvent.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/RefreshedEvent/account.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/RefreshedEvent/props.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SendEmailVerificationFailureFirebase-class.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SendEmailVerificationFailureFirebase/SendEmailVerificationFailureFirebase.fromCode.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SendEmailVerificationFailureFirebase/SendEmailVerificationFailureFirebase.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SendEmailVerificationFailureInterface-class.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SendEmailVerificationFailureInterface/SendEmailVerificationFailureInterface.fromCode.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SendEmailVerificationFailureInterface/SendEmailVerificationFailureInterface.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SendPasswordResetEmailFailureFirebase-class.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SendPasswordResetEmailFailureFirebase/SendPasswordResetEmailFailureFirebase.fromCode.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SendPasswordResetEmailFailureFirebase/SendPasswordResetEmailFailureFirebase.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SendPasswordResetEmailFailureInterface-class.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SendPasswordResetEmailFailureInterface/SendPasswordResetEmailFailureInterface.fromCode.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SendPasswordResetEmailFailureInterface/SendPasswordResetEmailFailureInterface.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SendSignInLinkEmailFailureFirebase-class.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SendSignInLinkEmailFailureFirebase/SendSignInLinkEmailFailureFirebase.fromCode.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SendSignInLinkEmailFailureFirebase/SendSignInLinkEmailFailureFirebase.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SendSignInLinkEmailFailureInterface-class.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SendSignInLinkEmailFailureInterface/SendSignInLinkEmailFailureInterface.fromCode.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SendSignInLinkEmailFailureInterface/SendSignInLinkEmailFailureInterface.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/Session-class.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/Session/Session.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/Session/account.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/Session/data.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/Session/props.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/Session/stringify.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SessionWrapper-class.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SessionWrapper/SessionWrapper.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SessionWrapper/event.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SessionWrapper/props.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SessionWrapper/session.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SessionWrapper/stringify.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignInAnonymously-mixin.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignInAnonymously/onSignInAnonymously.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignInAnonymously/signInAnonymously.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignInAnonymouslyFailureFirebase-class.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignInAnonymouslyFailureFirebase/SignInAnonymouslyFailureFirebase.fromCode.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignInAnonymouslyFailureFirebase/SignInAnonymouslyFailureFirebase.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignInAnonymouslyFailureInterface-class.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignInAnonymouslyFailureInterface/SignInAnonymouslyFailureInterface.fromCode.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignInAnonymouslyFailureInterface/SignInAnonymouslyFailureInterface.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignInCubit-class.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignInCubit/SignInCubit.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignInCubit/onSignInAnonymously.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignInCubit/onSignInWithEmailAndPassword.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignInCubit/onSignInWithGoogle.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignInListener-class.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignInListener/SignInListener.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignInListener/build.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignInListener/child.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignInListener/customBuilder.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignInListener/onError.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignInListener/onProgress.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignInListener/onSuccess.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignInState-class.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignInState/SignInState.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignInState/copyWith.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignInState/email.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignInState/errorMessage.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignInState/form.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignInState/password.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignInState/props.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignInState/status.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignInState/toString.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignInWithAppleFailureFirebase-class.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignInWithAppleFailureFirebase/SignInWithAppleFailureFirebase.fromCode.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignInWithAppleFailureFirebase/SignInWithAppleFailureFirebase.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignInWithAppleFailureInterface-class.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignInWithAppleFailureInterface/SignInWithAppleFailureInterface.fromCode.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignInWithAppleFailureInterface/SignInWithAppleFailureInterface.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignInWithCredentialFailureFirebase-class.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignInWithCredentialFailureFirebase/SignInWithCredentialFailureFirebase.fromCode.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignInWithCredentialFailureFirebase/SignInWithCredentialFailureFirebase.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignInWithCredentialFailureInterface-class.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignInWithCredentialFailureInterface/SignInWithCredentialFailureInterface.fromCode.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignInWithCredentialFailureInterface/SignInWithCredentialFailureInterface.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignInWithEmailAndPasswordFailureFirebase-class.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignInWithEmailAndPasswordFailureFirebase/SignInWithEmailAndPasswordFailureFirebase.fromCode.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignInWithEmailAndPasswordFailureFirebase/SignInWithEmailAndPasswordFailureFirebase.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignInWithEmailAndPasswordFailureInterface-class.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignInWithEmailAndPasswordFailureInterface/SignInWithEmailAndPasswordFailureInterface.fromCode.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignInWithEmailAndPasswordFailureInterface/SignInWithEmailAndPasswordFailureInterface.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignInWithEmailLinkFailureFirebase-class.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignInWithEmailLinkFailureFirebase/SignInWithEmailLinkFailureFirebase.fromCode.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignInWithEmailLinkFailureFirebase/SignInWithEmailLinkFailureFirebase.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignInWithEmailLinkFailureInterface-class.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignInWithEmailLinkFailureInterface/SignInWithEmailLinkFailureInterface.fromCode.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignInWithEmailLinkFailureInterface/SignInWithEmailLinkFailureInterface.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignInWithEmailPassword-mixin.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignInWithEmailPassword/emailChanged.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignInWithEmailPassword/emailCustomChanged.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignInWithEmailPassword/onSignInWithEmailAndPassword.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignInWithEmailPassword/passwordChanged.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignInWithEmailPassword/passwordCustomChanged.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignInWithEmailPassword/signInWithEmailAndPassword.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignInWithFacebookFailureFirebase-class.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignInWithFacebookFailureFirebase/SignInWithFacebookFailureFirebase.fromCode.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignInWithFacebookFailureFirebase/SignInWithFacebookFailureFirebase.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignInWithFacebookFailureInterface-class.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignInWithFacebookFailureInterface/SignInWithFacebookFailureInterface.fromCode.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignInWithFacebookFailureInterface/SignInWithFacebookFailureInterface.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignInWithGoogle-mixin.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignInWithGoogle/onSignInWithGoogle.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignInWithGoogle/signInWithGoogle.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignInWithGoogleFailureFirebase-class.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignInWithGoogleFailureFirebase/SignInWithGoogleFailureFirebase.fromCode.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignInWithGoogleFailureFirebase/SignInWithGoogleFailureFirebase.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignInWithGoogleFailureInterface-class.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignInWithGoogleFailureInterface/SignInWithGoogleFailureInterface.fromCode.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignInWithGoogleFailureInterface/SignInWithGoogleFailureInterface.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignInWithTwitterFailureFirebase-class.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignInWithTwitterFailureFirebase/SignInWithTwitterFailureFirebase.fromCode.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignInWithTwitterFailureFirebase/SignInWithTwitterFailureFirebase.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignInWithTwitterFailureInterface-class.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignInWithTwitterFailureInterface/SignInWithTwitterFailureInterface.fromCode.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignInWithTwitterFailureInterface/SignInWithTwitterFailureInterface.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignOutFailureFirebase-class.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignOutFailureFirebase/SignOutFailureFirebase.fromCode.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignOutFailureFirebase/SignOutFailureFirebase.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignOutFailureInterface-class.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignOutFailureInterface/SignOutFailureInterface.fromCode.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignOutFailureInterface/SignOutFailureInterface.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignUpCubit-class.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignUpCubit/SignUpCubit.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignUpCubit/onSignUpWithEmailAndPassword.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignUpListener-class.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignUpListener/SignUpListener.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignUpListener/build.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignUpListener/child.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignUpListener/customBuilder.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignUpListener/onError.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignUpListener/onProgress.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignUpListener/onSuccess.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignUpState-class.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignUpState/SignUpState.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignUpState/copyWith.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignUpState/email.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignUpState/errorMessage.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignUpState/form.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignUpState/password.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignUpState/props.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignUpState/status.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignUpState/toString.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignUpWithEmailAndPasswordFailureFirebase-class.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignUpWithEmailAndPasswordFailureFirebase/SignUpWithEmailAndPasswordFailureFirebase.fromCode.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignUpWithEmailAndPasswordFailureFirebase/SignUpWithEmailAndPasswordFailureFirebase.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignUpWithEmailAndPasswordFailureInterface-class.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignUpWithEmailAndPasswordFailureInterface/SignUpWithEmailAndPasswordFailureInterface.fromCode.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignUpWithEmailAndPasswordFailureInterface/SignUpWithEmailAndPasswordFailureInterface.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignUpWithEmailPassword-mixin.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignUpWithEmailPassword/emailChanged.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignUpWithEmailPassword/emailCustomChanged.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignUpWithEmailPassword/onSignUpWithEmailAndPassword.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignUpWithEmailPassword/passwordChanged.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignUpWithEmailPassword/passwordCustomChanged.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignUpWithEmailPassword/signUpWithEmailPassword.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignedInEvent-class.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignedInEvent/SignedInEvent.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignedInEvent/account.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignedInEvent/props.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignedInFromCacheEvent-class.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignedInFromCacheEvent/SignedInFromCacheEvent.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignedInFromCacheEvent/account.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignedInFromCacheEvent/props.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignedOutEvent-class.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignedOutEvent/SignedOutEvent.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignedUpEvent-class.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignedUpEvent/SignedUpEvent.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignedUpEvent/account.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignedUpEvent/props.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/UnknownAuthenticationEvent-class.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/UnknownAuthenticationEvent/UnknownAuthenticationEvent.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/UpdateEmail-mixin.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/UpdateEmail/emailChanged.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/UpdateEmail/emailCustomChanged.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/UpdateEmail/onEmailUpdated.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/UpdateEmail/updateEmail.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/UpdateEmailFailureFirebase-class.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/UpdateEmailFailureFirebase/UpdateEmailFailureFirebase.fromCode.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/UpdateEmailFailureFirebase/UpdateEmailFailureFirebase.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/UpdateEmailFailureInterface-class.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/UpdateEmailFailureInterface/UpdateEmailFailureInterface.fromCode.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/UpdateEmailFailureInterface/UpdateEmailFailureInterface.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/UpdatePassword-mixin.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/UpdatePassword/onPasswordUpdated.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/UpdatePassword/passwordChanged.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/UpdatePassword/passwordCustomChanged.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/UpdatePassword/updatePassword.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/UpdatePasswordFailureFirebase-class.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/UpdatePasswordFailureFirebase/UpdatePasswordFailureFirebase.fromCode.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/UpdatePasswordFailureFirebase/UpdatePasswordFailureFirebase.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/UpdatePasswordFailureInterface-class.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/UpdatePasswordFailureInterface/UpdatePasswordFailureInterface.fromCode.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/UpdatePasswordFailureInterface/UpdatePasswordFailureInterface.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/UpdatedEvent-class.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/UpdatedEvent/UpdatedEvent.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/UpdatedEvent/account.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/UpdatedEvent/props.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/VerifyPasswordResetCodeFailureFirebase-class.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/VerifyPasswordResetCodeFailureFirebase/VerifyPasswordResetCodeFailureFirebase.fromCode.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/VerifyPasswordResetCodeFailureFirebase/VerifyPasswordResetCodeFailureFirebase.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/VerifyPasswordResetCodeFailureInterface-class.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/VerifyPasswordResetCodeFailureInterface/VerifyPasswordResetCodeFailureInterface.fromCode.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/VerifyPasswordResetCodeFailureInterface/VerifyPasswordResetCodeFailureInterface.md delete mode 100644 packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/wyatt_authentication_bloc-library.md diff --git a/packages/wyatt_authentication_bloc/README.md b/packages/wyatt_authentication_bloc/README.md index 04f0f236..9d58adfb 100644 --- a/packages/wyatt_authentication_bloc/README.md +++ b/packages/wyatt_authentication_bloc/README.md @@ -16,7 +16,7 @@ * along with this program. If not, see . --> -# Flutter - Authentication BLoC +# Authentication BLoC

Style: Wyatt Analysis @@ -218,4 +218,4 @@ return SignInListener( ), child: ... ); -``` \ No newline at end of file +``` diff --git a/packages/wyatt_authentication_bloc/doc/api/__404error.md b/packages/wyatt_authentication_bloc/doc/api/__404error.md deleted file mode 100644 index 0fedbdcf..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/__404error.md +++ /dev/null @@ -1,6 +0,0 @@ -# 404 - -Oops, something's gone wrong :-( - -You've tried to visit a page that doesn't exist. Luckily this site has other -[pages](index.md). diff --git a/packages/wyatt_authentication_bloc/doc/api/categories.json b/packages/wyatt_authentication_bloc/doc/api/categories.json deleted file mode 100644 index fe51488c..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/categories.json +++ /dev/null @@ -1 +0,0 @@ -[] diff --git a/packages/wyatt_authentication_bloc/doc/api/index.json b/packages/wyatt_authentication_bloc/doc/api/index.json deleted file mode 100644 index 0745ab72..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/index.json +++ /dev/null @@ -1 +0,0 @@ -[{"name":"wyatt_authentication_bloc","qualifiedName":"wyatt_authentication_bloc","href":"wyatt_authentication_bloc/wyatt_authentication_bloc-library.md","type":"library","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"An authentication library for BLoC."},{"name":"Account","qualifiedName":"wyatt_authentication_bloc.Account","href":"wyatt_authentication_bloc/Account-class.md","type":"class","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"Represents a user Account in the \nvarious identity provisioning systems.","enclosedBy":{"name":"wyatt_authentication_bloc","type":"library","href":"wyatt_authentication_bloc/wyatt_authentication_bloc-library.md"}},{"name":"Account","qualifiedName":"wyatt_authentication_bloc.Account.Account","href":"wyatt_authentication_bloc/Account/Account.md","type":"constructor","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"","enclosedBy":{"name":"Account","type":"class","href":"wyatt_authentication_bloc/Account-class.md"}},{"name":"accessToken","qualifiedName":"wyatt_authentication_bloc.Account.accessToken","href":"wyatt_authentication_bloc/Account/accessToken.md","type":"property","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"The user access token","enclosedBy":{"name":"Account","type":"class","href":"wyatt_authentication_bloc/Account-class.md"}},{"name":"creationTime","qualifiedName":"wyatt_authentication_bloc.Account.creationTime","href":"wyatt_authentication_bloc/Account/creationTime.md","type":"property","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"Returns the users account creation time.","enclosedBy":{"name":"Account","type":"class","href":"wyatt_authentication_bloc/Account-class.md"}},{"name":"email","qualifiedName":"wyatt_authentication_bloc.Account.email","href":"wyatt_authentication_bloc/Account/email.md","type":"property","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"The users email address.","enclosedBy":{"name":"Account","type":"class","href":"wyatt_authentication_bloc/Account-class.md"}},{"name":"emailVerified","qualifiedName":"wyatt_authentication_bloc.Account.emailVerified","href":"wyatt_authentication_bloc/Account/emailVerified.md","type":"property","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"Returns whether the users email address has been verified.","enclosedBy":{"name":"Account","type":"class","href":"wyatt_authentication_bloc/Account-class.md"}},{"name":"id","qualifiedName":"wyatt_authentication_bloc.Account.id","href":"wyatt_authentication_bloc/Account/id.md","type":"property","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"The user's unique ID.","enclosedBy":{"name":"Account","type":"class","href":"wyatt_authentication_bloc/Account-class.md"}},{"name":"isAnonymous","qualifiedName":"wyatt_authentication_bloc.Account.isAnonymous","href":"wyatt_authentication_bloc/Account/isAnonymous.md","type":"property","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"Returns whether the user is a anonymous.","enclosedBy":{"name":"Account","type":"class","href":"wyatt_authentication_bloc/Account-class.md"}},{"name":"isNewUser","qualifiedName":"wyatt_authentication_bloc.Account.isNewUser","href":"wyatt_authentication_bloc/Account/isNewUser.md","type":"property","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"Whether the user account has been recently created.","enclosedBy":{"name":"Account","type":"class","href":"wyatt_authentication_bloc/Account-class.md"}},{"name":"lastSignInTime","qualifiedName":"wyatt_authentication_bloc.Account.lastSignInTime","href":"wyatt_authentication_bloc/Account/lastSignInTime.md","type":"property","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"When the user last signed in as dictated by the server clock.","enclosedBy":{"name":"Account","type":"class","href":"wyatt_authentication_bloc/Account-class.md"}},{"name":"phoneNumber","qualifiedName":"wyatt_authentication_bloc.Account.phoneNumber","href":"wyatt_authentication_bloc/Account/phoneNumber.md","type":"property","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"Returns the users phone number.","enclosedBy":{"name":"Account","type":"class","href":"wyatt_authentication_bloc/Account-class.md"}},{"name":"photoURL","qualifiedName":"wyatt_authentication_bloc.Account.photoURL","href":"wyatt_authentication_bloc/Account/photoURL.md","type":"property","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"Returns a photo URL for the user.","enclosedBy":{"name":"Account","type":"class","href":"wyatt_authentication_bloc/Account-class.md"}},{"name":"props","qualifiedName":"wyatt_authentication_bloc.Account.props","href":"wyatt_authentication_bloc/Account/props.md","type":"property","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"The list of properties that will be used to determine whether\ntwo instances are equal.","enclosedBy":{"name":"Account","type":"class","href":"wyatt_authentication_bloc/Account-class.md"}},{"name":"providerId","qualifiedName":"wyatt_authentication_bloc.Account.providerId","href":"wyatt_authentication_bloc/Account/providerId.md","type":"property","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"The provider ID for the user.","enclosedBy":{"name":"Account","type":"class","href":"wyatt_authentication_bloc/Account-class.md"}},{"name":"refreshToken","qualifiedName":"wyatt_authentication_bloc.Account.refreshToken","href":"wyatt_authentication_bloc/Account/refreshToken.md","type":"property","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"The user refresh token","enclosedBy":{"name":"Account","type":"class","href":"wyatt_authentication_bloc/Account-class.md"}},{"name":"stringify","qualifiedName":"wyatt_authentication_bloc.Account.stringify","href":"wyatt_authentication_bloc/Account/stringify.md","type":"property","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"If set to true, the toString method will be overridden to output\nthis instance's props.","enclosedBy":{"name":"Account","type":"class","href":"wyatt_authentication_bloc/Account-class.md"}},{"name":"AccountModel","qualifiedName":"wyatt_authentication_bloc.AccountModel","href":"wyatt_authentication_bloc/AccountModel-class.md","type":"class","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"Account Model to parse Firebase User data","enclosedBy":{"name":"wyatt_authentication_bloc","type":"library","href":"wyatt_authentication_bloc/wyatt_authentication_bloc-library.md"}},{"name":"AccountModel.fromFirebaseUser","qualifiedName":"wyatt_authentication_bloc.AccountModel.fromFirebaseUser","href":"wyatt_authentication_bloc/AccountModel/AccountModel.fromFirebaseUser.md","type":"constructor","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"","enclosedBy":{"name":"AccountModel","type":"class","href":"wyatt_authentication_bloc/AccountModel-class.md"}},{"name":"AccountModel.fromFirebaseUserCredential","qualifiedName":"wyatt_authentication_bloc.AccountModel.fromFirebaseUserCredential","href":"wyatt_authentication_bloc/AccountModel/AccountModel.fromFirebaseUserCredential.md","type":"constructor","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"","enclosedBy":{"name":"AccountModel","type":"class","href":"wyatt_authentication_bloc/AccountModel-class.md"}},{"name":"refreshToken","qualifiedName":"wyatt_authentication_bloc.AccountModel.refreshToken","href":"wyatt_authentication_bloc/AccountModel/refreshToken.md","type":"property","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"The user refresh token","enclosedBy":{"name":"AccountModel","type":"class","href":"wyatt_authentication_bloc/AccountModel-class.md"}},{"name":"user","qualifiedName":"wyatt_authentication_bloc.AccountModel.user","href":"wyatt_authentication_bloc/AccountModel/user.md","type":"property","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"","enclosedBy":{"name":"AccountModel","type":"class","href":"wyatt_authentication_bloc/AccountModel-class.md"}},{"name":"ApplyActionCodeFailureFirebase","qualifiedName":"wyatt_authentication_bloc.ApplyActionCodeFailureFirebase","href":"wyatt_authentication_bloc/ApplyActionCodeFailureFirebase-class.md","type":"class","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"Thrown if during the apply action code process if a failure occurs.","enclosedBy":{"name":"wyatt_authentication_bloc","type":"library","href":"wyatt_authentication_bloc/wyatt_authentication_bloc-library.md"}},{"name":"ApplyActionCodeFailureFirebase","qualifiedName":"wyatt_authentication_bloc.ApplyActionCodeFailureFirebase.ApplyActionCodeFailureFirebase","href":"wyatt_authentication_bloc/ApplyActionCodeFailureFirebase/ApplyActionCodeFailureFirebase.md","type":"constructor","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"","enclosedBy":{"name":"ApplyActionCodeFailureFirebase","type":"class","href":"wyatt_authentication_bloc/ApplyActionCodeFailureFirebase-class.md"}},{"name":"ApplyActionCodeFailureFirebase.fromCode","qualifiedName":"wyatt_authentication_bloc.ApplyActionCodeFailureFirebase.fromCode","href":"wyatt_authentication_bloc/ApplyActionCodeFailureFirebase/ApplyActionCodeFailureFirebase.fromCode.md","type":"constructor","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"","enclosedBy":{"name":"ApplyActionCodeFailureFirebase","type":"class","href":"wyatt_authentication_bloc/ApplyActionCodeFailureFirebase-class.md"}},{"name":"ApplyActionCodeFailureInterface","qualifiedName":"wyatt_authentication_bloc.ApplyActionCodeFailureInterface","href":"wyatt_authentication_bloc/ApplyActionCodeFailureInterface-class.md","type":"class","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"Thrown if during the apply action code process if a failure occurs.","enclosedBy":{"name":"wyatt_authentication_bloc","type":"library","href":"wyatt_authentication_bloc/wyatt_authentication_bloc-library.md"}},{"name":"ApplyActionCodeFailureInterface","qualifiedName":"wyatt_authentication_bloc.ApplyActionCodeFailureInterface.ApplyActionCodeFailureInterface","href":"wyatt_authentication_bloc/ApplyActionCodeFailureInterface/ApplyActionCodeFailureInterface.md","type":"constructor","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"Thrown if during the apply action code process if a failure occurs.","enclosedBy":{"name":"ApplyActionCodeFailureInterface","type":"class","href":"wyatt_authentication_bloc/ApplyActionCodeFailureInterface-class.md"}},{"name":"ApplyActionCodeFailureInterface.fromCode","qualifiedName":"wyatt_authentication_bloc.ApplyActionCodeFailureInterface.fromCode","href":"wyatt_authentication_bloc/ApplyActionCodeFailureInterface/ApplyActionCodeFailureInterface.fromCode.md","type":"constructor","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"Thrown if during the apply action code process if a failure occurs.","enclosedBy":{"name":"ApplyActionCodeFailureInterface","type":"class","href":"wyatt_authentication_bloc/ApplyActionCodeFailureInterface-class.md"}},{"name":"AuthFormField","qualifiedName":"wyatt_authentication_bloc.AuthFormField","href":"wyatt_authentication_bloc/AuthFormField-class.md","type":"class","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"Default authentication form fields name","enclosedBy":{"name":"wyatt_authentication_bloc","type":"library","href":"wyatt_authentication_bloc/wyatt_authentication_bloc-library.md"}},{"name":"AuthFormField","qualifiedName":"wyatt_authentication_bloc.AuthFormField.AuthFormField","href":"wyatt_authentication_bloc/AuthFormField/AuthFormField.md","type":"constructor","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"","enclosedBy":{"name":"AuthFormField","type":"class","href":"wyatt_authentication_bloc/AuthFormField-class.md"}},{"name":"confirmPassword","qualifiedName":"wyatt_authentication_bloc.AuthFormField.confirmPassword","href":"wyatt_authentication_bloc/AuthFormField/confirmPassword-constant.md","type":"constant","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"Confirm Password field: wyattConfirmPasswordField","enclosedBy":{"name":"AuthFormField","type":"class","href":"wyatt_authentication_bloc/AuthFormField-class.md"}},{"name":"email","qualifiedName":"wyatt_authentication_bloc.AuthFormField.email","href":"wyatt_authentication_bloc/AuthFormField/email-constant.md","type":"constant","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"Email field: wyattEmailField","enclosedBy":{"name":"AuthFormField","type":"class","href":"wyatt_authentication_bloc/AuthFormField-class.md"}},{"name":"password","qualifiedName":"wyatt_authentication_bloc.AuthFormField.password","href":"wyatt_authentication_bloc/AuthFormField/password-constant.md","type":"constant","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"Password field: wyattPasswordField","enclosedBy":{"name":"AuthFormField","type":"class","href":"wyatt_authentication_bloc/AuthFormField-class.md"}},{"name":"AuthFormName","qualifiedName":"wyatt_authentication_bloc.AuthFormName","href":"wyatt_authentication_bloc/AuthFormName-class.md","type":"class","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"Default authentication form name","enclosedBy":{"name":"wyatt_authentication_bloc","type":"library","href":"wyatt_authentication_bloc/wyatt_authentication_bloc-library.md"}},{"name":"AuthFormName","qualifiedName":"wyatt_authentication_bloc.AuthFormName.AuthFormName","href":"wyatt_authentication_bloc/AuthFormName/AuthFormName.md","type":"constructor","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"","enclosedBy":{"name":"AuthFormName","type":"class","href":"wyatt_authentication_bloc/AuthFormName-class.md"}},{"name":"editAccountForm","qualifiedName":"wyatt_authentication_bloc.AuthFormName.editAccountForm","href":"wyatt_authentication_bloc/AuthFormName/editAccountForm-constant.md","type":"constant","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"Edit account form: wyattEditAccountForm","enclosedBy":{"name":"AuthFormName","type":"class","href":"wyatt_authentication_bloc/AuthFormName-class.md"}},{"name":"passwordResetForm","qualifiedName":"wyatt_authentication_bloc.AuthFormName.passwordResetForm","href":"wyatt_authentication_bloc/AuthFormName/passwordResetForm-constant.md","type":"constant","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"Password reset form: wyattPasswordResetForm","enclosedBy":{"name":"AuthFormName","type":"class","href":"wyatt_authentication_bloc/AuthFormName-class.md"}},{"name":"signInForm","qualifiedName":"wyatt_authentication_bloc.AuthFormName.signInForm","href":"wyatt_authentication_bloc/AuthFormName/signInForm-constant.md","type":"constant","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"Sign In form: wyattSignInForm","enclosedBy":{"name":"AuthFormName","type":"class","href":"wyatt_authentication_bloc/AuthFormName-class.md"}},{"name":"signUpForm","qualifiedName":"wyatt_authentication_bloc.AuthFormName.signUpForm","href":"wyatt_authentication_bloc/AuthFormName/signUpForm-constant.md","type":"constant","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"Sign Up form: wyattSignUpForm","enclosedBy":{"name":"AuthFormName","type":"class","href":"wyatt_authentication_bloc/AuthFormName-class.md"}},{"name":"AuthenticationBuilder","qualifiedName":"wyatt_authentication_bloc.AuthenticationBuilder","href":"wyatt_authentication_bloc/AuthenticationBuilder-class.md","type":"class","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"","enclosedBy":{"name":"wyatt_authentication_bloc","type":"library","href":"wyatt_authentication_bloc/wyatt_authentication_bloc-library.md"}},{"name":"AuthenticationBuilder","qualifiedName":"wyatt_authentication_bloc.AuthenticationBuilder.AuthenticationBuilder","href":"wyatt_authentication_bloc/AuthenticationBuilder/AuthenticationBuilder.md","type":"constructor","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"","enclosedBy":{"name":"AuthenticationBuilder","type":"class","href":"wyatt_authentication_bloc/AuthenticationBuilder-class.md"}},{"name":"authenticated","qualifiedName":"wyatt_authentication_bloc.AuthenticationBuilder.authenticated","href":"wyatt_authentication_bloc/AuthenticationBuilder/authenticated.md","type":"property","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"","enclosedBy":{"name":"AuthenticationBuilder","type":"class","href":"wyatt_authentication_bloc/AuthenticationBuilder-class.md"}},{"name":"build","qualifiedName":"wyatt_authentication_bloc.AuthenticationBuilder.build","href":"wyatt_authentication_bloc/AuthenticationBuilder/build.md","type":"method","overriddenDepth":1,"packageName":"wyatt_authentication_bloc","desc":"Describes the part of the user interface represented by this widget.","enclosedBy":{"name":"AuthenticationBuilder","type":"class","href":"wyatt_authentication_bloc/AuthenticationBuilder-class.md"}},{"name":"unauthenticated","qualifiedName":"wyatt_authentication_bloc.AuthenticationBuilder.unauthenticated","href":"wyatt_authentication_bloc/AuthenticationBuilder/unauthenticated.md","type":"property","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"","enclosedBy":{"name":"AuthenticationBuilder","type":"class","href":"wyatt_authentication_bloc/AuthenticationBuilder-class.md"}},{"name":"unknown","qualifiedName":"wyatt_authentication_bloc.AuthenticationBuilder.unknown","href":"wyatt_authentication_bloc/AuthenticationBuilder/unknown.md","type":"property","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"","enclosedBy":{"name":"AuthenticationBuilder","type":"class","href":"wyatt_authentication_bloc/AuthenticationBuilder-class.md"}},{"name":"AuthenticationChangeEvent","qualifiedName":"wyatt_authentication_bloc.AuthenticationChangeEvent","href":"wyatt_authentication_bloc/AuthenticationChangeEvent-class.md","type":"class","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"Represents an event initiated by a change in\nthe user's authentication status.","enclosedBy":{"name":"wyatt_authentication_bloc","type":"library","href":"wyatt_authentication_bloc/wyatt_authentication_bloc-library.md"}},{"name":"AuthenticationChangeEvent","qualifiedName":"wyatt_authentication_bloc.AuthenticationChangeEvent.AuthenticationChangeEvent","href":"wyatt_authentication_bloc/AuthenticationChangeEvent/AuthenticationChangeEvent.md","type":"constructor","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"","enclosedBy":{"name":"AuthenticationChangeEvent","type":"class","href":"wyatt_authentication_bloc/AuthenticationChangeEvent-class.md"}},{"name":"props","qualifiedName":"wyatt_authentication_bloc.AuthenticationChangeEvent.props","href":"wyatt_authentication_bloc/AuthenticationChangeEvent/props.md","type":"property","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"The list of properties that will be used to determine whether\ntwo instances are equal.","enclosedBy":{"name":"AuthenticationChangeEvent","type":"class","href":"wyatt_authentication_bloc/AuthenticationChangeEvent-class.md"}},{"name":"stringify","qualifiedName":"wyatt_authentication_bloc.AuthenticationChangeEvent.stringify","href":"wyatt_authentication_bloc/AuthenticationChangeEvent/stringify.md","type":"property","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"If set to true, the toString method will be overridden to output\nthis instance's props.","enclosedBy":{"name":"AuthenticationChangeEvent","type":"class","href":"wyatt_authentication_bloc/AuthenticationChangeEvent-class.md"}},{"name":"AuthenticationCubit","qualifiedName":"wyatt_authentication_bloc.AuthenticationCubit","href":"wyatt_authentication_bloc/AuthenticationCubit-class.md","type":"class","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"Abstract authentication cubit class needs to be implemented in application.","enclosedBy":{"name":"wyatt_authentication_bloc","type":"library","href":"wyatt_authentication_bloc/wyatt_authentication_bloc-library.md"}},{"name":"AuthenticationCubit","qualifiedName":"wyatt_authentication_bloc.AuthenticationCubit.AuthenticationCubit","href":"wyatt_authentication_bloc/AuthenticationCubit/AuthenticationCubit.md","type":"constructor","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"","enclosedBy":{"name":"AuthenticationCubit","type":"class","href":"wyatt_authentication_bloc/AuthenticationCubit-class.md"}},{"name":"authenticationRepository","qualifiedName":"wyatt_authentication_bloc.AuthenticationCubit.authenticationRepository","href":"wyatt_authentication_bloc/AuthenticationCubit/authenticationRepository.md","type":"property","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"","enclosedBy":{"name":"AuthenticationCubit","type":"class","href":"wyatt_authentication_bloc/AuthenticationCubit-class.md"}},{"name":"currentSession","qualifiedName":"wyatt_authentication_bloc.AuthenticationCubit.currentSession","href":"wyatt_authentication_bloc/AuthenticationCubit/currentSession.md","type":"method","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"Returns latest session wrapper.","enclosedBy":{"name":"AuthenticationCubit","type":"class","href":"wyatt_authentication_bloc/AuthenticationCubit-class.md"}},{"name":"delete","qualifiedName":"wyatt_authentication_bloc.AuthenticationCubit.delete","href":"wyatt_authentication_bloc/AuthenticationCubit/delete.md","type":"method","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"Delete account.","enclosedBy":{"name":"AuthenticationCubit","type":"class","href":"wyatt_authentication_bloc/AuthenticationCubit-class.md"}},{"name":"onDelete","qualifiedName":"wyatt_authentication_bloc.AuthenticationCubit.onDelete","href":"wyatt_authentication_bloc/AuthenticationCubit/onDelete.md","type":"method","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"This callback is triggered when the current account is deleted from\nthe remote.","enclosedBy":{"name":"AuthenticationCubit","type":"class","href":"wyatt_authentication_bloc/AuthenticationCubit-class.md"}},{"name":"onReauthenticate","qualifiedName":"wyatt_authentication_bloc.AuthenticationCubit.onReauthenticate","href":"wyatt_authentication_bloc/AuthenticationCubit/onReauthenticate.md","type":"method","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"This callback is triggered when the account is re-authenticated","enclosedBy":{"name":"AuthenticationCubit","type":"class","href":"wyatt_authentication_bloc/AuthenticationCubit-class.md"}},{"name":"onRefresh","qualifiedName":"wyatt_authentication_bloc.AuthenticationCubit.onRefresh","href":"wyatt_authentication_bloc/AuthenticationCubit/onRefresh.md","type":"method","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"This callback is triggered when the account is refreshed.","enclosedBy":{"name":"AuthenticationCubit","type":"class","href":"wyatt_authentication_bloc/AuthenticationCubit-class.md"}},{"name":"onSignInFromCache","qualifiedName":"wyatt_authentication_bloc.AuthenticationCubit.onSignInFromCache","href":"wyatt_authentication_bloc/AuthenticationCubit/onSignInFromCache.md","type":"method","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"This callback is triggered when the user is automaticcaly logged in from\nthe cache.","enclosedBy":{"name":"AuthenticationCubit","type":"class","href":"wyatt_authentication_bloc/AuthenticationCubit-class.md"}},{"name":"onSignOut","qualifiedName":"wyatt_authentication_bloc.AuthenticationCubit.onSignOut","href":"wyatt_authentication_bloc/AuthenticationCubit/onSignOut.md","type":"method","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"This callback is triggered when the user is logged out.","enclosedBy":{"name":"AuthenticationCubit","type":"class","href":"wyatt_authentication_bloc/AuthenticationCubit-class.md"}},{"name":"reauthenticate","qualifiedName":"wyatt_authentication_bloc.AuthenticationCubit.reauthenticate","href":"wyatt_authentication_bloc/AuthenticationCubit/reauthenticate.md","type":"method","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"Some security-sensitive actions—such as deleting an account,\nsetting a primary email address, and changing a password—require that\nthe user has recently signed in.","enclosedBy":{"name":"AuthenticationCubit","type":"class","href":"wyatt_authentication_bloc/AuthenticationCubit-class.md"}},{"name":"refresh","qualifiedName":"wyatt_authentication_bloc.AuthenticationCubit.refresh","href":"wyatt_authentication_bloc/AuthenticationCubit/refresh.md","type":"method","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"Refreshes the current user, if signed in.","enclosedBy":{"name":"AuthenticationCubit","type":"class","href":"wyatt_authentication_bloc/AuthenticationCubit-class.md"}},{"name":"signOut","qualifiedName":"wyatt_authentication_bloc.AuthenticationCubit.signOut","href":"wyatt_authentication_bloc/AuthenticationCubit/signOut.md","type":"method","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"Signs out the current user.\nIt also clears the cache and the associated data.","enclosedBy":{"name":"AuthenticationCubit","type":"class","href":"wyatt_authentication_bloc/AuthenticationCubit-class.md"}},{"name":"AuthenticationFailureInterface","qualifiedName":"wyatt_authentication_bloc.AuthenticationFailureInterface","href":"wyatt_authentication_bloc/AuthenticationFailureInterface-class.md","type":"class","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"Base exception used in Wyatt Authentication","enclosedBy":{"name":"wyatt_authentication_bloc","type":"library","href":"wyatt_authentication_bloc/wyatt_authentication_bloc-library.md"}},{"name":"AuthenticationFailureInterface","qualifiedName":"wyatt_authentication_bloc.AuthenticationFailureInterface.AuthenticationFailureInterface","href":"wyatt_authentication_bloc/AuthenticationFailureInterface/AuthenticationFailureInterface.md","type":"constructor","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"","enclosedBy":{"name":"AuthenticationFailureInterface","type":"class","href":"wyatt_authentication_bloc/AuthenticationFailureInterface-class.md"}},{"name":"code","qualifiedName":"wyatt_authentication_bloc.AuthenticationFailureInterface.code","href":"wyatt_authentication_bloc/AuthenticationFailureInterface/code.md","type":"property","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"","enclosedBy":{"name":"AuthenticationFailureInterface","type":"class","href":"wyatt_authentication_bloc/AuthenticationFailureInterface-class.md"}},{"name":"AuthenticationFailureInterface.fromCode","qualifiedName":"wyatt_authentication_bloc.AuthenticationFailureInterface.fromCode","href":"wyatt_authentication_bloc/AuthenticationFailureInterface/AuthenticationFailureInterface.fromCode.md","type":"constructor","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"","enclosedBy":{"name":"AuthenticationFailureInterface","type":"class","href":"wyatt_authentication_bloc/AuthenticationFailureInterface-class.md"}},{"name":"message","qualifiedName":"wyatt_authentication_bloc.AuthenticationFailureInterface.message","href":"wyatt_authentication_bloc/AuthenticationFailureInterface/message.md","type":"property","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"","enclosedBy":{"name":"AuthenticationFailureInterface","type":"class","href":"wyatt_authentication_bloc/AuthenticationFailureInterface-class.md"}},{"name":"msg","qualifiedName":"wyatt_authentication_bloc.AuthenticationFailureInterface.msg","href":"wyatt_authentication_bloc/AuthenticationFailureInterface/msg.md","type":"property","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"","enclosedBy":{"name":"AuthenticationFailureInterface","type":"class","href":"wyatt_authentication_bloc/AuthenticationFailureInterface-class.md"}},{"name":"toString","qualifiedName":"wyatt_authentication_bloc.AuthenticationFailureInterface.toString","href":"wyatt_authentication_bloc/AuthenticationFailureInterface/toString.md","type":"method","overriddenDepth":1,"packageName":"wyatt_authentication_bloc","desc":"A string representation of this object.","enclosedBy":{"name":"AuthenticationFailureInterface","type":"class","href":"wyatt_authentication_bloc/AuthenticationFailureInterface-class.md"}},{"name":"AuthenticationFirebaseDataSourceImpl","qualifiedName":"wyatt_authentication_bloc.AuthenticationFirebaseDataSourceImpl","href":"wyatt_authentication_bloc/AuthenticationFirebaseDataSourceImpl-class.md","type":"class","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"","enclosedBy":{"name":"wyatt_authentication_bloc","type":"library","href":"wyatt_authentication_bloc/wyatt_authentication_bloc-library.md"}},{"name":"AuthenticationFirebaseDataSourceImpl","qualifiedName":"wyatt_authentication_bloc.AuthenticationFirebaseDataSourceImpl.AuthenticationFirebaseDataSourceImpl","href":"wyatt_authentication_bloc/AuthenticationFirebaseDataSourceImpl/AuthenticationFirebaseDataSourceImpl.md","type":"constructor","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"","enclosedBy":{"name":"AuthenticationFirebaseDataSourceImpl","type":"class","href":"wyatt_authentication_bloc/AuthenticationFirebaseDataSourceImpl-class.md"}},{"name":"addSession","qualifiedName":"wyatt_authentication_bloc.AuthenticationFirebaseDataSourceImpl.addSession","href":"wyatt_authentication_bloc/AuthenticationFirebaseDataSourceImpl/addSession.md","type":"method","overriddenDepth":1,"packageName":"wyatt_authentication_bloc","desc":"Add a new authentication event.","enclosedBy":{"name":"AuthenticationFirebaseDataSourceImpl","type":"class","href":"wyatt_authentication_bloc/AuthenticationFirebaseDataSourceImpl-class.md"}},{"name":"confirmPasswordReset","qualifiedName":"wyatt_authentication_bloc.AuthenticationFirebaseDataSourceImpl.confirmPasswordReset","href":"wyatt_authentication_bloc/AuthenticationFirebaseDataSourceImpl/confirmPasswordReset.md","type":"method","overriddenDepth":1,"packageName":"wyatt_authentication_bloc","desc":"Confirms the password reset with the provided newPassword and code.","enclosedBy":{"name":"AuthenticationFirebaseDataSourceImpl","type":"class","href":"wyatt_authentication_bloc/AuthenticationFirebaseDataSourceImpl-class.md"}},{"name":"delete","qualifiedName":"wyatt_authentication_bloc.AuthenticationFirebaseDataSourceImpl.delete","href":"wyatt_authentication_bloc/AuthenticationFirebaseDataSourceImpl/delete.md","type":"method","overriddenDepth":1,"packageName":"wyatt_authentication_bloc","desc":"Delete account.","enclosedBy":{"name":"AuthenticationFirebaseDataSourceImpl","type":"class","href":"wyatt_authentication_bloc/AuthenticationFirebaseDataSourceImpl-class.md"}},{"name":"reauthenticate","qualifiedName":"wyatt_authentication_bloc.AuthenticationFirebaseDataSourceImpl.reauthenticate","href":"wyatt_authentication_bloc/AuthenticationFirebaseDataSourceImpl/reauthenticate.md","type":"method","overriddenDepth":1,"packageName":"wyatt_authentication_bloc","desc":"Some security-sensitive actions—such as deleting an account,\nsetting a primary email address, and changing a password—require that\nthe user has recently signed in.","enclosedBy":{"name":"AuthenticationFirebaseDataSourceImpl","type":"class","href":"wyatt_authentication_bloc/AuthenticationFirebaseDataSourceImpl-class.md"}},{"name":"refresh","qualifiedName":"wyatt_authentication_bloc.AuthenticationFirebaseDataSourceImpl.refresh","href":"wyatt_authentication_bloc/AuthenticationFirebaseDataSourceImpl/refresh.md","type":"method","overriddenDepth":1,"packageName":"wyatt_authentication_bloc","desc":"Refreshes the current user, if signed in.","enclosedBy":{"name":"AuthenticationFirebaseDataSourceImpl","type":"class","href":"wyatt_authentication_bloc/AuthenticationFirebaseDataSourceImpl-class.md"}},{"name":"sendEmailVerification","qualifiedName":"wyatt_authentication_bloc.AuthenticationFirebaseDataSourceImpl.sendEmailVerification","href":"wyatt_authentication_bloc/AuthenticationFirebaseDataSourceImpl/sendEmailVerification.md","type":"method","overriddenDepth":1,"packageName":"wyatt_authentication_bloc","desc":"Sends verification email to the account email.","enclosedBy":{"name":"AuthenticationFirebaseDataSourceImpl","type":"class","href":"wyatt_authentication_bloc/AuthenticationFirebaseDataSourceImpl-class.md"}},{"name":"sendPasswordResetEmail","qualifiedName":"wyatt_authentication_bloc.AuthenticationFirebaseDataSourceImpl.sendPasswordResetEmail","href":"wyatt_authentication_bloc/AuthenticationFirebaseDataSourceImpl/sendPasswordResetEmail.md","type":"method","overriddenDepth":1,"packageName":"wyatt_authentication_bloc","desc":"Sends a password reset email to the provided email.","enclosedBy":{"name":"AuthenticationFirebaseDataSourceImpl","type":"class","href":"wyatt_authentication_bloc/AuthenticationFirebaseDataSourceImpl-class.md"}},{"name":"sessionStream","qualifiedName":"wyatt_authentication_bloc.AuthenticationFirebaseDataSourceImpl.sessionStream","href":"wyatt_authentication_bloc/AuthenticationFirebaseDataSourceImpl/sessionStream.md","type":"method","overriddenDepth":1,"packageName":"wyatt_authentication_bloc","desc":"Authentication state change event stream.","enclosedBy":{"name":"AuthenticationFirebaseDataSourceImpl","type":"class","href":"wyatt_authentication_bloc/AuthenticationFirebaseDataSourceImpl-class.md"}},{"name":"signInAnonymously","qualifiedName":"wyatt_authentication_bloc.AuthenticationFirebaseDataSourceImpl.signInAnonymously","href":"wyatt_authentication_bloc/AuthenticationFirebaseDataSourceImpl/signInAnonymously.md","type":"method","overriddenDepth":1,"packageName":"wyatt_authentication_bloc","desc":"Sign in anonymously.","enclosedBy":{"name":"AuthenticationFirebaseDataSourceImpl","type":"class","href":"wyatt_authentication_bloc/AuthenticationFirebaseDataSourceImpl-class.md"}},{"name":"signInWithEmailAndPassword","qualifiedName":"wyatt_authentication_bloc.AuthenticationFirebaseDataSourceImpl.signInWithEmailAndPassword","href":"wyatt_authentication_bloc/AuthenticationFirebaseDataSourceImpl/signInWithEmailAndPassword.md","type":"method","overriddenDepth":1,"packageName":"wyatt_authentication_bloc","desc":"Signs in with the provided email and password.","enclosedBy":{"name":"AuthenticationFirebaseDataSourceImpl","type":"class","href":"wyatt_authentication_bloc/AuthenticationFirebaseDataSourceImpl-class.md"}},{"name":"signInWithGoogle","qualifiedName":"wyatt_authentication_bloc.AuthenticationFirebaseDataSourceImpl.signInWithGoogle","href":"wyatt_authentication_bloc/AuthenticationFirebaseDataSourceImpl/signInWithGoogle.md","type":"method","overriddenDepth":1,"packageName":"wyatt_authentication_bloc","desc":"Starts the Sign In with Google Flow.","enclosedBy":{"name":"AuthenticationFirebaseDataSourceImpl","type":"class","href":"wyatt_authentication_bloc/AuthenticationFirebaseDataSourceImpl-class.md"}},{"name":"signOut","qualifiedName":"wyatt_authentication_bloc.AuthenticationFirebaseDataSourceImpl.signOut","href":"wyatt_authentication_bloc/AuthenticationFirebaseDataSourceImpl/signOut.md","type":"method","overriddenDepth":1,"packageName":"wyatt_authentication_bloc","desc":"Signs out the current user.\nIt also clears the cache and the associated data.","enclosedBy":{"name":"AuthenticationFirebaseDataSourceImpl","type":"class","href":"wyatt_authentication_bloc/AuthenticationFirebaseDataSourceImpl-class.md"}},{"name":"signUpWithEmailAndPassword","qualifiedName":"wyatt_authentication_bloc.AuthenticationFirebaseDataSourceImpl.signUpWithEmailAndPassword","href":"wyatt_authentication_bloc/AuthenticationFirebaseDataSourceImpl/signUpWithEmailAndPassword.md","type":"method","overriddenDepth":1,"packageName":"wyatt_authentication_bloc","desc":"Creates a new user with the provided email and password.","enclosedBy":{"name":"AuthenticationFirebaseDataSourceImpl","type":"class","href":"wyatt_authentication_bloc/AuthenticationFirebaseDataSourceImpl-class.md"}},{"name":"updateEmail","qualifiedName":"wyatt_authentication_bloc.AuthenticationFirebaseDataSourceImpl.updateEmail","href":"wyatt_authentication_bloc/AuthenticationFirebaseDataSourceImpl/updateEmail.md","type":"method","overriddenDepth":1,"packageName":"wyatt_authentication_bloc","desc":"Update or add email.","enclosedBy":{"name":"AuthenticationFirebaseDataSourceImpl","type":"class","href":"wyatt_authentication_bloc/AuthenticationFirebaseDataSourceImpl-class.md"}},{"name":"updatePassword","qualifiedName":"wyatt_authentication_bloc.AuthenticationFirebaseDataSourceImpl.updatePassword","href":"wyatt_authentication_bloc/AuthenticationFirebaseDataSourceImpl/updatePassword.md","type":"method","overriddenDepth":1,"packageName":"wyatt_authentication_bloc","desc":"Update or add password.","enclosedBy":{"name":"AuthenticationFirebaseDataSourceImpl","type":"class","href":"wyatt_authentication_bloc/AuthenticationFirebaseDataSourceImpl-class.md"}},{"name":"verifyPasswordResetCode","qualifiedName":"wyatt_authentication_bloc.AuthenticationFirebaseDataSourceImpl.verifyPasswordResetCode","href":"wyatt_authentication_bloc/AuthenticationFirebaseDataSourceImpl/verifyPasswordResetCode.md","type":"method","overriddenDepth":1,"packageName":"wyatt_authentication_bloc","desc":"Verify password reset code.","enclosedBy":{"name":"AuthenticationFirebaseDataSourceImpl","type":"class","href":"wyatt_authentication_bloc/AuthenticationFirebaseDataSourceImpl-class.md"}},{"name":"AuthenticationRemoteDataSource","qualifiedName":"wyatt_authentication_bloc.AuthenticationRemoteDataSource","href":"wyatt_authentication_bloc/AuthenticationRemoteDataSource-class.md","type":"class","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"Is responsible for abstracting the provenance of the data.","enclosedBy":{"name":"wyatt_authentication_bloc","type":"library","href":"wyatt_authentication_bloc/wyatt_authentication_bloc-library.md"}},{"name":"AuthenticationRemoteDataSource","qualifiedName":"wyatt_authentication_bloc.AuthenticationRemoteDataSource.AuthenticationRemoteDataSource","href":"wyatt_authentication_bloc/AuthenticationRemoteDataSource/AuthenticationRemoteDataSource.md","type":"constructor","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"","enclosedBy":{"name":"AuthenticationRemoteDataSource","type":"class","href":"wyatt_authentication_bloc/AuthenticationRemoteDataSource-class.md"}},{"name":"addSession","qualifiedName":"wyatt_authentication_bloc.AuthenticationRemoteDataSource.addSession","href":"wyatt_authentication_bloc/AuthenticationRemoteDataSource/addSession.md","type":"method","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"","enclosedBy":{"name":"AuthenticationRemoteDataSource","type":"class","href":"wyatt_authentication_bloc/AuthenticationRemoteDataSource-class.md"}},{"name":"confirmPasswordReset","qualifiedName":"wyatt_authentication_bloc.AuthenticationRemoteDataSource.confirmPasswordReset","href":"wyatt_authentication_bloc/AuthenticationRemoteDataSource/confirmPasswordReset.md","type":"method","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"","enclosedBy":{"name":"AuthenticationRemoteDataSource","type":"class","href":"wyatt_authentication_bloc/AuthenticationRemoteDataSource-class.md"}},{"name":"delete","qualifiedName":"wyatt_authentication_bloc.AuthenticationRemoteDataSource.delete","href":"wyatt_authentication_bloc/AuthenticationRemoteDataSource/delete.md","type":"method","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"","enclosedBy":{"name":"AuthenticationRemoteDataSource","type":"class","href":"wyatt_authentication_bloc/AuthenticationRemoteDataSource-class.md"}},{"name":"reauthenticate","qualifiedName":"wyatt_authentication_bloc.AuthenticationRemoteDataSource.reauthenticate","href":"wyatt_authentication_bloc/AuthenticationRemoteDataSource/reauthenticate.md","type":"method","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"","enclosedBy":{"name":"AuthenticationRemoteDataSource","type":"class","href":"wyatt_authentication_bloc/AuthenticationRemoteDataSource-class.md"}},{"name":"refresh","qualifiedName":"wyatt_authentication_bloc.AuthenticationRemoteDataSource.refresh","href":"wyatt_authentication_bloc/AuthenticationRemoteDataSource/refresh.md","type":"method","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"","enclosedBy":{"name":"AuthenticationRemoteDataSource","type":"class","href":"wyatt_authentication_bloc/AuthenticationRemoteDataSource-class.md"}},{"name":"sendEmailVerification","qualifiedName":"wyatt_authentication_bloc.AuthenticationRemoteDataSource.sendEmailVerification","href":"wyatt_authentication_bloc/AuthenticationRemoteDataSource/sendEmailVerification.md","type":"method","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"","enclosedBy":{"name":"AuthenticationRemoteDataSource","type":"class","href":"wyatt_authentication_bloc/AuthenticationRemoteDataSource-class.md"}},{"name":"sendPasswordResetEmail","qualifiedName":"wyatt_authentication_bloc.AuthenticationRemoteDataSource.sendPasswordResetEmail","href":"wyatt_authentication_bloc/AuthenticationRemoteDataSource/sendPasswordResetEmail.md","type":"method","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"","enclosedBy":{"name":"AuthenticationRemoteDataSource","type":"class","href":"wyatt_authentication_bloc/AuthenticationRemoteDataSource-class.md"}},{"name":"sessionStream","qualifiedName":"wyatt_authentication_bloc.AuthenticationRemoteDataSource.sessionStream","href":"wyatt_authentication_bloc/AuthenticationRemoteDataSource/sessionStream.md","type":"method","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"","enclosedBy":{"name":"AuthenticationRemoteDataSource","type":"class","href":"wyatt_authentication_bloc/AuthenticationRemoteDataSource-class.md"}},{"name":"signInAnonymously","qualifiedName":"wyatt_authentication_bloc.AuthenticationRemoteDataSource.signInAnonymously","href":"wyatt_authentication_bloc/AuthenticationRemoteDataSource/signInAnonymously.md","type":"method","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"","enclosedBy":{"name":"AuthenticationRemoteDataSource","type":"class","href":"wyatt_authentication_bloc/AuthenticationRemoteDataSource-class.md"}},{"name":"signInWithEmailAndPassword","qualifiedName":"wyatt_authentication_bloc.AuthenticationRemoteDataSource.signInWithEmailAndPassword","href":"wyatt_authentication_bloc/AuthenticationRemoteDataSource/signInWithEmailAndPassword.md","type":"method","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"","enclosedBy":{"name":"AuthenticationRemoteDataSource","type":"class","href":"wyatt_authentication_bloc/AuthenticationRemoteDataSource-class.md"}},{"name":"signInWithGoogle","qualifiedName":"wyatt_authentication_bloc.AuthenticationRemoteDataSource.signInWithGoogle","href":"wyatt_authentication_bloc/AuthenticationRemoteDataSource/signInWithGoogle.md","type":"method","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"","enclosedBy":{"name":"AuthenticationRemoteDataSource","type":"class","href":"wyatt_authentication_bloc/AuthenticationRemoteDataSource-class.md"}},{"name":"signOut","qualifiedName":"wyatt_authentication_bloc.AuthenticationRemoteDataSource.signOut","href":"wyatt_authentication_bloc/AuthenticationRemoteDataSource/signOut.md","type":"method","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"","enclosedBy":{"name":"AuthenticationRemoteDataSource","type":"class","href":"wyatt_authentication_bloc/AuthenticationRemoteDataSource-class.md"}},{"name":"signUpWithEmailAndPassword","qualifiedName":"wyatt_authentication_bloc.AuthenticationRemoteDataSource.signUpWithEmailAndPassword","href":"wyatt_authentication_bloc/AuthenticationRemoteDataSource/signUpWithEmailAndPassword.md","type":"method","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"","enclosedBy":{"name":"AuthenticationRemoteDataSource","type":"class","href":"wyatt_authentication_bloc/AuthenticationRemoteDataSource-class.md"}},{"name":"updateEmail","qualifiedName":"wyatt_authentication_bloc.AuthenticationRemoteDataSource.updateEmail","href":"wyatt_authentication_bloc/AuthenticationRemoteDataSource/updateEmail.md","type":"method","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"","enclosedBy":{"name":"AuthenticationRemoteDataSource","type":"class","href":"wyatt_authentication_bloc/AuthenticationRemoteDataSource-class.md"}},{"name":"updatePassword","qualifiedName":"wyatt_authentication_bloc.AuthenticationRemoteDataSource.updatePassword","href":"wyatt_authentication_bloc/AuthenticationRemoteDataSource/updatePassword.md","type":"method","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"","enclosedBy":{"name":"AuthenticationRemoteDataSource","type":"class","href":"wyatt_authentication_bloc/AuthenticationRemoteDataSource-class.md"}},{"name":"verifyPasswordResetCode","qualifiedName":"wyatt_authentication_bloc.AuthenticationRemoteDataSource.verifyPasswordResetCode","href":"wyatt_authentication_bloc/AuthenticationRemoteDataSource/verifyPasswordResetCode.md","type":"method","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"","enclosedBy":{"name":"AuthenticationRemoteDataSource","type":"class","href":"wyatt_authentication_bloc/AuthenticationRemoteDataSource-class.md"}},{"name":"AuthenticationRepository","qualifiedName":"wyatt_authentication_bloc.AuthenticationRepository","href":"wyatt_authentication_bloc/AuthenticationRepository-class.md","type":"class","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"","enclosedBy":{"name":"wyatt_authentication_bloc","type":"library","href":"wyatt_authentication_bloc/wyatt_authentication_bloc-library.md"}},{"name":"AuthenticationRepository","qualifiedName":"wyatt_authentication_bloc.AuthenticationRepository.AuthenticationRepository","href":"wyatt_authentication_bloc/AuthenticationRepository/AuthenticationRepository.md","type":"constructor","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"","enclosedBy":{"name":"AuthenticationRepository","type":"class","href":"wyatt_authentication_bloc/AuthenticationRepository-class.md"}},{"name":"addSession","qualifiedName":"wyatt_authentication_bloc.AuthenticationRepository.addSession","href":"wyatt_authentication_bloc/AuthenticationRepository/addSession.md","type":"method","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"Add a new authentication event.","enclosedBy":{"name":"AuthenticationRepository","type":"class","href":"wyatt_authentication_bloc/AuthenticationRepository-class.md"}},{"name":"confirmPasswordReset","qualifiedName":"wyatt_authentication_bloc.AuthenticationRepository.confirmPasswordReset","href":"wyatt_authentication_bloc/AuthenticationRepository/confirmPasswordReset.md","type":"method","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"Confirms the password reset with the provided newPassword and code.","enclosedBy":{"name":"AuthenticationRepository","type":"class","href":"wyatt_authentication_bloc/AuthenticationRepository-class.md"}},{"name":"delete","qualifiedName":"wyatt_authentication_bloc.AuthenticationRepository.delete","href":"wyatt_authentication_bloc/AuthenticationRepository/delete.md","type":"method","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"Delete account.","enclosedBy":{"name":"AuthenticationRepository","type":"class","href":"wyatt_authentication_bloc/AuthenticationRepository-class.md"}},{"name":"formRepository","qualifiedName":"wyatt_authentication_bloc.AuthenticationRepository.formRepository","href":"wyatt_authentication_bloc/AuthenticationRepository/formRepository.md","type":"property","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"Form repository used in different authentication cubits/blocs","enclosedBy":{"name":"AuthenticationRepository","type":"class","href":"wyatt_authentication_bloc/AuthenticationRepository-class.md"}},{"name":"reauthenticate","qualifiedName":"wyatt_authentication_bloc.AuthenticationRepository.reauthenticate","href":"wyatt_authentication_bloc/AuthenticationRepository/reauthenticate.md","type":"method","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"Some security-sensitive actions—such as deleting an account,\nsetting a primary email address, and changing a password—require that\nthe user has recently signed in.","enclosedBy":{"name":"AuthenticationRepository","type":"class","href":"wyatt_authentication_bloc/AuthenticationRepository-class.md"}},{"name":"refresh","qualifiedName":"wyatt_authentication_bloc.AuthenticationRepository.refresh","href":"wyatt_authentication_bloc/AuthenticationRepository/refresh.md","type":"method","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"Refreshes the current user, if signed in.","enclosedBy":{"name":"AuthenticationRepository","type":"class","href":"wyatt_authentication_bloc/AuthenticationRepository-class.md"}},{"name":"sendEmailVerification","qualifiedName":"wyatt_authentication_bloc.AuthenticationRepository.sendEmailVerification","href":"wyatt_authentication_bloc/AuthenticationRepository/sendEmailVerification.md","type":"method","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"Sends verification email to the account email.","enclosedBy":{"name":"AuthenticationRepository","type":"class","href":"wyatt_authentication_bloc/AuthenticationRepository-class.md"}},{"name":"sendPasswordResetEmail","qualifiedName":"wyatt_authentication_bloc.AuthenticationRepository.sendPasswordResetEmail","href":"wyatt_authentication_bloc/AuthenticationRepository/sendPasswordResetEmail.md","type":"method","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"Sends a password reset email to the provided email.","enclosedBy":{"name":"AuthenticationRepository","type":"class","href":"wyatt_authentication_bloc/AuthenticationRepository-class.md"}},{"name":"sessionStream","qualifiedName":"wyatt_authentication_bloc.AuthenticationRepository.sessionStream","href":"wyatt_authentication_bloc/AuthenticationRepository/sessionStream.md","type":"method","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"Authentication state change event stream.","enclosedBy":{"name":"AuthenticationRepository","type":"class","href":"wyatt_authentication_bloc/AuthenticationRepository-class.md"}},{"name":"signInAnonymously","qualifiedName":"wyatt_authentication_bloc.AuthenticationRepository.signInAnonymously","href":"wyatt_authentication_bloc/AuthenticationRepository/signInAnonymously.md","type":"method","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"Sign in anonymously.","enclosedBy":{"name":"AuthenticationRepository","type":"class","href":"wyatt_authentication_bloc/AuthenticationRepository-class.md"}},{"name":"signInWithEmailAndPassword","qualifiedName":"wyatt_authentication_bloc.AuthenticationRepository.signInWithEmailAndPassword","href":"wyatt_authentication_bloc/AuthenticationRepository/signInWithEmailAndPassword.md","type":"method","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"Signs in with the provided email and password.","enclosedBy":{"name":"AuthenticationRepository","type":"class","href":"wyatt_authentication_bloc/AuthenticationRepository-class.md"}},{"name":"signInWithGoogle","qualifiedName":"wyatt_authentication_bloc.AuthenticationRepository.signInWithGoogle","href":"wyatt_authentication_bloc/AuthenticationRepository/signInWithGoogle.md","type":"method","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"Starts the Sign In with Google Flow.","enclosedBy":{"name":"AuthenticationRepository","type":"class","href":"wyatt_authentication_bloc/AuthenticationRepository-class.md"}},{"name":"signOut","qualifiedName":"wyatt_authentication_bloc.AuthenticationRepository.signOut","href":"wyatt_authentication_bloc/AuthenticationRepository/signOut.md","type":"method","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"Signs out the current user.\nIt also clears the cache and the associated data.","enclosedBy":{"name":"AuthenticationRepository","type":"class","href":"wyatt_authentication_bloc/AuthenticationRepository-class.md"}},{"name":"signUpWithEmailAndPassword","qualifiedName":"wyatt_authentication_bloc.AuthenticationRepository.signUpWithEmailAndPassword","href":"wyatt_authentication_bloc/AuthenticationRepository/signUpWithEmailAndPassword.md","type":"method","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"Creates a new user with the provided email and password.","enclosedBy":{"name":"AuthenticationRepository","type":"class","href":"wyatt_authentication_bloc/AuthenticationRepository-class.md"}},{"name":"updateEmail","qualifiedName":"wyatt_authentication_bloc.AuthenticationRepository.updateEmail","href":"wyatt_authentication_bloc/AuthenticationRepository/updateEmail.md","type":"method","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"Update or add email.","enclosedBy":{"name":"AuthenticationRepository","type":"class","href":"wyatt_authentication_bloc/AuthenticationRepository-class.md"}},{"name":"updatePassword","qualifiedName":"wyatt_authentication_bloc.AuthenticationRepository.updatePassword","href":"wyatt_authentication_bloc/AuthenticationRepository/updatePassword.md","type":"method","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"Update or add password.","enclosedBy":{"name":"AuthenticationRepository","type":"class","href":"wyatt_authentication_bloc/AuthenticationRepository-class.md"}},{"name":"verifyPasswordResetCode","qualifiedName":"wyatt_authentication_bloc.AuthenticationRepository.verifyPasswordResetCode","href":"wyatt_authentication_bloc/AuthenticationRepository/verifyPasswordResetCode.md","type":"method","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"Verify password reset code.","enclosedBy":{"name":"AuthenticationRepository","type":"class","href":"wyatt_authentication_bloc/AuthenticationRepository-class.md"}},{"name":"AuthenticationRepositoryImpl","qualifiedName":"wyatt_authentication_bloc.AuthenticationRepositoryImpl","href":"wyatt_authentication_bloc/AuthenticationRepositoryImpl-class.md","type":"class","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"","enclosedBy":{"name":"wyatt_authentication_bloc","type":"library","href":"wyatt_authentication_bloc/wyatt_authentication_bloc-library.md"}},{"name":"AuthenticationRepositoryImpl","qualifiedName":"wyatt_authentication_bloc.AuthenticationRepositoryImpl.AuthenticationRepositoryImpl","href":"wyatt_authentication_bloc/AuthenticationRepositoryImpl/AuthenticationRepositoryImpl.md","type":"constructor","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"","enclosedBy":{"name":"AuthenticationRepositoryImpl","type":"class","href":"wyatt_authentication_bloc/AuthenticationRepositoryImpl-class.md"}},{"name":"addSession","qualifiedName":"wyatt_authentication_bloc.AuthenticationRepositoryImpl.addSession","href":"wyatt_authentication_bloc/AuthenticationRepositoryImpl/addSession.md","type":"method","overriddenDepth":1,"packageName":"wyatt_authentication_bloc","desc":"Add a new authentication event.","enclosedBy":{"name":"AuthenticationRepositoryImpl","type":"class","href":"wyatt_authentication_bloc/AuthenticationRepositoryImpl-class.md"}},{"name":"authenticationRemoteDataSource","qualifiedName":"wyatt_authentication_bloc.AuthenticationRepositoryImpl.authenticationRemoteDataSource","href":"wyatt_authentication_bloc/AuthenticationRepositoryImpl/authenticationRemoteDataSource.md","type":"property","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"","enclosedBy":{"name":"AuthenticationRepositoryImpl","type":"class","href":"wyatt_authentication_bloc/AuthenticationRepositoryImpl-class.md"}},{"name":"confirmPasswordReset","qualifiedName":"wyatt_authentication_bloc.AuthenticationRepositoryImpl.confirmPasswordReset","href":"wyatt_authentication_bloc/AuthenticationRepositoryImpl/confirmPasswordReset.md","type":"method","overriddenDepth":1,"packageName":"wyatt_authentication_bloc","desc":"Confirms the password reset with the provided newPassword and code.","enclosedBy":{"name":"AuthenticationRepositoryImpl","type":"class","href":"wyatt_authentication_bloc/AuthenticationRepositoryImpl-class.md"}},{"name":"delete","qualifiedName":"wyatt_authentication_bloc.AuthenticationRepositoryImpl.delete","href":"wyatt_authentication_bloc/AuthenticationRepositoryImpl/delete.md","type":"method","overriddenDepth":1,"packageName":"wyatt_authentication_bloc","desc":"Delete account.","enclosedBy":{"name":"AuthenticationRepositoryImpl","type":"class","href":"wyatt_authentication_bloc/AuthenticationRepositoryImpl-class.md"}},{"name":"formRepository","qualifiedName":"wyatt_authentication_bloc.AuthenticationRepositoryImpl.formRepository","href":"wyatt_authentication_bloc/AuthenticationRepositoryImpl/formRepository.md","type":"property","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"Form repository used in different authentication cubits/blocs","enclosedBy":{"name":"AuthenticationRepositoryImpl","type":"class","href":"wyatt_authentication_bloc/AuthenticationRepositoryImpl-class.md"}},{"name":"reauthenticate","qualifiedName":"wyatt_authentication_bloc.AuthenticationRepositoryImpl.reauthenticate","href":"wyatt_authentication_bloc/AuthenticationRepositoryImpl/reauthenticate.md","type":"method","overriddenDepth":1,"packageName":"wyatt_authentication_bloc","desc":"Some security-sensitive actions—such as deleting an account,\nsetting a primary email address, and changing a password—require that\nthe user has recently signed in.","enclosedBy":{"name":"AuthenticationRepositoryImpl","type":"class","href":"wyatt_authentication_bloc/AuthenticationRepositoryImpl-class.md"}},{"name":"refresh","qualifiedName":"wyatt_authentication_bloc.AuthenticationRepositoryImpl.refresh","href":"wyatt_authentication_bloc/AuthenticationRepositoryImpl/refresh.md","type":"method","overriddenDepth":1,"packageName":"wyatt_authentication_bloc","desc":"Refreshes the current user, if signed in.","enclosedBy":{"name":"AuthenticationRepositoryImpl","type":"class","href":"wyatt_authentication_bloc/AuthenticationRepositoryImpl-class.md"}},{"name":"sendEmailVerification","qualifiedName":"wyatt_authentication_bloc.AuthenticationRepositoryImpl.sendEmailVerification","href":"wyatt_authentication_bloc/AuthenticationRepositoryImpl/sendEmailVerification.md","type":"method","overriddenDepth":1,"packageName":"wyatt_authentication_bloc","desc":"Sends verification email to the account email.","enclosedBy":{"name":"AuthenticationRepositoryImpl","type":"class","href":"wyatt_authentication_bloc/AuthenticationRepositoryImpl-class.md"}},{"name":"sendPasswordResetEmail","qualifiedName":"wyatt_authentication_bloc.AuthenticationRepositoryImpl.sendPasswordResetEmail","href":"wyatt_authentication_bloc/AuthenticationRepositoryImpl/sendPasswordResetEmail.md","type":"method","overriddenDepth":1,"packageName":"wyatt_authentication_bloc","desc":"Sends a password reset email to the provided email.","enclosedBy":{"name":"AuthenticationRepositoryImpl","type":"class","href":"wyatt_authentication_bloc/AuthenticationRepositoryImpl-class.md"}},{"name":"sessionStream","qualifiedName":"wyatt_authentication_bloc.AuthenticationRepositoryImpl.sessionStream","href":"wyatt_authentication_bloc/AuthenticationRepositoryImpl/sessionStream.md","type":"method","overriddenDepth":1,"packageName":"wyatt_authentication_bloc","desc":"Authentication state change event stream.","enclosedBy":{"name":"AuthenticationRepositoryImpl","type":"class","href":"wyatt_authentication_bloc/AuthenticationRepositoryImpl-class.md"}},{"name":"signInAnonymously","qualifiedName":"wyatt_authentication_bloc.AuthenticationRepositoryImpl.signInAnonymously","href":"wyatt_authentication_bloc/AuthenticationRepositoryImpl/signInAnonymously.md","type":"method","overriddenDepth":1,"packageName":"wyatt_authentication_bloc","desc":"Sign in anonymously.","enclosedBy":{"name":"AuthenticationRepositoryImpl","type":"class","href":"wyatt_authentication_bloc/AuthenticationRepositoryImpl-class.md"}},{"name":"signInWithEmailAndPassword","qualifiedName":"wyatt_authentication_bloc.AuthenticationRepositoryImpl.signInWithEmailAndPassword","href":"wyatt_authentication_bloc/AuthenticationRepositoryImpl/signInWithEmailAndPassword.md","type":"method","overriddenDepth":1,"packageName":"wyatt_authentication_bloc","desc":"Signs in with the provided email and password.","enclosedBy":{"name":"AuthenticationRepositoryImpl","type":"class","href":"wyatt_authentication_bloc/AuthenticationRepositoryImpl-class.md"}},{"name":"signInWithGoogle","qualifiedName":"wyatt_authentication_bloc.AuthenticationRepositoryImpl.signInWithGoogle","href":"wyatt_authentication_bloc/AuthenticationRepositoryImpl/signInWithGoogle.md","type":"method","overriddenDepth":1,"packageName":"wyatt_authentication_bloc","desc":"Starts the Sign In with Google Flow.","enclosedBy":{"name":"AuthenticationRepositoryImpl","type":"class","href":"wyatt_authentication_bloc/AuthenticationRepositoryImpl-class.md"}},{"name":"signOut","qualifiedName":"wyatt_authentication_bloc.AuthenticationRepositoryImpl.signOut","href":"wyatt_authentication_bloc/AuthenticationRepositoryImpl/signOut.md","type":"method","overriddenDepth":1,"packageName":"wyatt_authentication_bloc","desc":"Signs out the current user.\nIt also clears the cache and the associated data.","enclosedBy":{"name":"AuthenticationRepositoryImpl","type":"class","href":"wyatt_authentication_bloc/AuthenticationRepositoryImpl-class.md"}},{"name":"signUpWithEmailAndPassword","qualifiedName":"wyatt_authentication_bloc.AuthenticationRepositoryImpl.signUpWithEmailAndPassword","href":"wyatt_authentication_bloc/AuthenticationRepositoryImpl/signUpWithEmailAndPassword.md","type":"method","overriddenDepth":1,"packageName":"wyatt_authentication_bloc","desc":"Creates a new user with the provided email and password.","enclosedBy":{"name":"AuthenticationRepositoryImpl","type":"class","href":"wyatt_authentication_bloc/AuthenticationRepositoryImpl-class.md"}},{"name":"updateEmail","qualifiedName":"wyatt_authentication_bloc.AuthenticationRepositoryImpl.updateEmail","href":"wyatt_authentication_bloc/AuthenticationRepositoryImpl/updateEmail.md","type":"method","overriddenDepth":1,"packageName":"wyatt_authentication_bloc","desc":"Update or add email.","enclosedBy":{"name":"AuthenticationRepositoryImpl","type":"class","href":"wyatt_authentication_bloc/AuthenticationRepositoryImpl-class.md"}},{"name":"updatePassword","qualifiedName":"wyatt_authentication_bloc.AuthenticationRepositoryImpl.updatePassword","href":"wyatt_authentication_bloc/AuthenticationRepositoryImpl/updatePassword.md","type":"method","overriddenDepth":1,"packageName":"wyatt_authentication_bloc","desc":"Update or add password.","enclosedBy":{"name":"AuthenticationRepositoryImpl","type":"class","href":"wyatt_authentication_bloc/AuthenticationRepositoryImpl-class.md"}},{"name":"verifyPasswordResetCode","qualifiedName":"wyatt_authentication_bloc.AuthenticationRepositoryImpl.verifyPasswordResetCode","href":"wyatt_authentication_bloc/AuthenticationRepositoryImpl/verifyPasswordResetCode.md","type":"method","overriddenDepth":1,"packageName":"wyatt_authentication_bloc","desc":"Verify password reset code.","enclosedBy":{"name":"AuthenticationRepositoryImpl","type":"class","href":"wyatt_authentication_bloc/AuthenticationRepositoryImpl-class.md"}},{"name":"AuthenticationState","qualifiedName":"wyatt_authentication_bloc.AuthenticationState","href":"wyatt_authentication_bloc/AuthenticationState-class.md","type":"class","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"","enclosedBy":{"name":"wyatt_authentication_bloc","type":"library","href":"wyatt_authentication_bloc/wyatt_authentication_bloc-library.md"}},{"name":"AuthenticationState.authenticated","qualifiedName":"wyatt_authentication_bloc.AuthenticationState.authenticated","href":"wyatt_authentication_bloc/AuthenticationState/AuthenticationState.authenticated.md","type":"constructor","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"","enclosedBy":{"name":"AuthenticationState","type":"class","href":"wyatt_authentication_bloc/AuthenticationState-class.md"}},{"name":"props","qualifiedName":"wyatt_authentication_bloc.AuthenticationState.props","href":"wyatt_authentication_bloc/AuthenticationState/props.md","type":"property","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"The list of properties that will be used to determine whether\ntwo instances are equal.","enclosedBy":{"name":"AuthenticationState","type":"class","href":"wyatt_authentication_bloc/AuthenticationState-class.md"}},{"name":"status","qualifiedName":"wyatt_authentication_bloc.AuthenticationState.status","href":"wyatt_authentication_bloc/AuthenticationState/status.md","type":"property","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"","enclosedBy":{"name":"AuthenticationState","type":"class","href":"wyatt_authentication_bloc/AuthenticationState-class.md"}},{"name":"stringify","qualifiedName":"wyatt_authentication_bloc.AuthenticationState.stringify","href":"wyatt_authentication_bloc/AuthenticationState/stringify.md","type":"property","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"If set to true, the toString method will be overridden to output\nthis instance's props.","enclosedBy":{"name":"AuthenticationState","type":"class","href":"wyatt_authentication_bloc/AuthenticationState-class.md"}},{"name":"AuthenticationState.unauthenticated","qualifiedName":"wyatt_authentication_bloc.AuthenticationState.unauthenticated","href":"wyatt_authentication_bloc/AuthenticationState/AuthenticationState.unauthenticated.md","type":"constructor","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"","enclosedBy":{"name":"AuthenticationState","type":"class","href":"wyatt_authentication_bloc/AuthenticationState-class.md"}},{"name":"AuthenticationState.unknown","qualifiedName":"wyatt_authentication_bloc.AuthenticationState.unknown","href":"wyatt_authentication_bloc/AuthenticationState/AuthenticationState.unknown.md","type":"constructor","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"","enclosedBy":{"name":"AuthenticationState","type":"class","href":"wyatt_authentication_bloc/AuthenticationState-class.md"}},{"name":"wrapper","qualifiedName":"wyatt_authentication_bloc.AuthenticationState.wrapper","href":"wyatt_authentication_bloc/AuthenticationState/wrapper.md","type":"property","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"","enclosedBy":{"name":"AuthenticationState","type":"class","href":"wyatt_authentication_bloc/AuthenticationState-class.md"}},{"name":"AuthenticationStatus","qualifiedName":"wyatt_authentication_bloc.AuthenticationStatus","href":"wyatt_authentication_bloc/AuthenticationStatus.md","type":"enum","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"Different authentication status","enclosedBy":{"name":"wyatt_authentication_bloc","type":"library","href":"wyatt_authentication_bloc/wyatt_authentication_bloc-library.md"}},{"name":"AuthenticationStatus","qualifiedName":"wyatt_authentication_bloc.AuthenticationStatus.AuthenticationStatus","href":"wyatt_authentication_bloc/AuthenticationStatus/AuthenticationStatus.md","type":"constructor","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"","enclosedBy":{"name":"AuthenticationStatus","type":"enum","href":"wyatt_authentication_bloc/AuthenticationStatus.md"}},{"name":"values","qualifiedName":"wyatt_authentication_bloc.AuthenticationStatus.values","href":"wyatt_authentication_bloc/AuthenticationStatus/values-constant.md","type":"constant","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"A constant List of the values in this enum, in order of their declaration.","enclosedBy":{"name":"AuthenticationStatus","type":"enum","href":"wyatt_authentication_bloc/AuthenticationStatus.md"}},{"name":"BaseEditAccountCubit","qualifiedName":"wyatt_authentication_bloc.BaseEditAccountCubit","href":"wyatt_authentication_bloc/BaseEditAccountCubit-class.md","type":"class","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"Abstract edit account cubit useful for implementing a cubit with fine\ngranularity by adding only the required mixins.","enclosedBy":{"name":"wyatt_authentication_bloc","type":"library","href":"wyatt_authentication_bloc/wyatt_authentication_bloc-library.md"}},{"name":"BaseEditAccountCubit","qualifiedName":"wyatt_authentication_bloc.BaseEditAccountCubit.BaseEditAccountCubit","href":"wyatt_authentication_bloc/BaseEditAccountCubit/BaseEditAccountCubit.md","type":"constructor","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"","enclosedBy":{"name":"BaseEditAccountCubit","type":"class","href":"wyatt_authentication_bloc/BaseEditAccountCubit-class.md"}},{"name":"authenticationRepository","qualifiedName":"wyatt_authentication_bloc.BaseEditAccountCubit.authenticationRepository","href":"wyatt_authentication_bloc/BaseEditAccountCubit/authenticationRepository.md","type":"property","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"","enclosedBy":{"name":"BaseEditAccountCubit","type":"class","href":"wyatt_authentication_bloc/BaseEditAccountCubit-class.md"}},{"name":"dataChanged","qualifiedName":"wyatt_authentication_bloc.BaseEditAccountCubit.dataChanged","href":"wyatt_authentication_bloc/BaseEditAccountCubit/dataChanged.md","type":"method","overriddenDepth":1,"packageName":"wyatt_authentication_bloc","desc":"","enclosedBy":{"name":"BaseEditAccountCubit","type":"class","href":"wyatt_authentication_bloc/BaseEditAccountCubit-class.md"}},{"name":"formName","qualifiedName":"wyatt_authentication_bloc.BaseEditAccountCubit.formName","href":"wyatt_authentication_bloc/BaseEditAccountCubit/formName.md","type":"property","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"","enclosedBy":{"name":"BaseEditAccountCubit","type":"class","href":"wyatt_authentication_bloc/BaseEditAccountCubit-class.md"}},{"name":"formRepository","qualifiedName":"wyatt_authentication_bloc.BaseEditAccountCubit.formRepository","href":"wyatt_authentication_bloc/BaseEditAccountCubit/formRepository.md","type":"property","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"","enclosedBy":{"name":"BaseEditAccountCubit","type":"class","href":"wyatt_authentication_bloc/BaseEditAccountCubit-class.md"}},{"name":"reset","qualifiedName":"wyatt_authentication_bloc.BaseEditAccountCubit.reset","href":"wyatt_authentication_bloc/BaseEditAccountCubit/reset.md","type":"method","overriddenDepth":1,"packageName":"wyatt_authentication_bloc","desc":"","enclosedBy":{"name":"BaseEditAccountCubit","type":"class","href":"wyatt_authentication_bloc/BaseEditAccountCubit-class.md"}},{"name":"submit","qualifiedName":"wyatt_authentication_bloc.BaseEditAccountCubit.submit","href":"wyatt_authentication_bloc/BaseEditAccountCubit/submit.md","type":"method","overriddenDepth":1,"packageName":"wyatt_authentication_bloc","desc":"","enclosedBy":{"name":"BaseEditAccountCubit","type":"class","href":"wyatt_authentication_bloc/BaseEditAccountCubit-class.md"}},{"name":"update","qualifiedName":"wyatt_authentication_bloc.BaseEditAccountCubit.update","href":"wyatt_authentication_bloc/BaseEditAccountCubit/update.md","type":"method","overriddenDepth":1,"packageName":"wyatt_authentication_bloc","desc":"","enclosedBy":{"name":"BaseEditAccountCubit","type":"class","href":"wyatt_authentication_bloc/BaseEditAccountCubit-class.md"}},{"name":"validate","qualifiedName":"wyatt_authentication_bloc.BaseEditAccountCubit.validate","href":"wyatt_authentication_bloc/BaseEditAccountCubit/validate.md","type":"method","overriddenDepth":1,"packageName":"wyatt_authentication_bloc","desc":"","enclosedBy":{"name":"BaseEditAccountCubit","type":"class","href":"wyatt_authentication_bloc/BaseEditAccountCubit-class.md"}},{"name":"BaseSignInCubit","qualifiedName":"wyatt_authentication_bloc.BaseSignInCubit","href":"wyatt_authentication_bloc/BaseSignInCubit-class.md","type":"class","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"Abstract sign in cubit useful for implementing a cubit with fine \ngranularity by adding only the required mixins.","enclosedBy":{"name":"wyatt_authentication_bloc","type":"library","href":"wyatt_authentication_bloc/wyatt_authentication_bloc-library.md"}},{"name":"BaseSignInCubit","qualifiedName":"wyatt_authentication_bloc.BaseSignInCubit.BaseSignInCubit","href":"wyatt_authentication_bloc/BaseSignInCubit/BaseSignInCubit.md","type":"constructor","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"","enclosedBy":{"name":"BaseSignInCubit","type":"class","href":"wyatt_authentication_bloc/BaseSignInCubit-class.md"}},{"name":"authenticationRepository","qualifiedName":"wyatt_authentication_bloc.BaseSignInCubit.authenticationRepository","href":"wyatt_authentication_bloc/BaseSignInCubit/authenticationRepository.md","type":"property","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"","enclosedBy":{"name":"BaseSignInCubit","type":"class","href":"wyatt_authentication_bloc/BaseSignInCubit-class.md"}},{"name":"dataChanged","qualifiedName":"wyatt_authentication_bloc.BaseSignInCubit.dataChanged","href":"wyatt_authentication_bloc/BaseSignInCubit/dataChanged.md","type":"method","overriddenDepth":1,"packageName":"wyatt_authentication_bloc","desc":"","enclosedBy":{"name":"BaseSignInCubit","type":"class","href":"wyatt_authentication_bloc/BaseSignInCubit-class.md"}},{"name":"formName","qualifiedName":"wyatt_authentication_bloc.BaseSignInCubit.formName","href":"wyatt_authentication_bloc/BaseSignInCubit/formName.md","type":"property","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"","enclosedBy":{"name":"BaseSignInCubit","type":"class","href":"wyatt_authentication_bloc/BaseSignInCubit-class.md"}},{"name":"formRepository","qualifiedName":"wyatt_authentication_bloc.BaseSignInCubit.formRepository","href":"wyatt_authentication_bloc/BaseSignInCubit/formRepository.md","type":"property","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"","enclosedBy":{"name":"BaseSignInCubit","type":"class","href":"wyatt_authentication_bloc/BaseSignInCubit-class.md"}},{"name":"reset","qualifiedName":"wyatt_authentication_bloc.BaseSignInCubit.reset","href":"wyatt_authentication_bloc/BaseSignInCubit/reset.md","type":"method","overriddenDepth":1,"packageName":"wyatt_authentication_bloc","desc":"","enclosedBy":{"name":"BaseSignInCubit","type":"class","href":"wyatt_authentication_bloc/BaseSignInCubit-class.md"}},{"name":"submit","qualifiedName":"wyatt_authentication_bloc.BaseSignInCubit.submit","href":"wyatt_authentication_bloc/BaseSignInCubit/submit.md","type":"method","overriddenDepth":1,"packageName":"wyatt_authentication_bloc","desc":"","enclosedBy":{"name":"BaseSignInCubit","type":"class","href":"wyatt_authentication_bloc/BaseSignInCubit-class.md"}},{"name":"update","qualifiedName":"wyatt_authentication_bloc.BaseSignInCubit.update","href":"wyatt_authentication_bloc/BaseSignInCubit/update.md","type":"method","overriddenDepth":1,"packageName":"wyatt_authentication_bloc","desc":"","enclosedBy":{"name":"BaseSignInCubit","type":"class","href":"wyatt_authentication_bloc/BaseSignInCubit-class.md"}},{"name":"validate","qualifiedName":"wyatt_authentication_bloc.BaseSignInCubit.validate","href":"wyatt_authentication_bloc/BaseSignInCubit/validate.md","type":"method","overriddenDepth":1,"packageName":"wyatt_authentication_bloc","desc":"","enclosedBy":{"name":"BaseSignInCubit","type":"class","href":"wyatt_authentication_bloc/BaseSignInCubit-class.md"}},{"name":"BaseSignUpCubit","qualifiedName":"wyatt_authentication_bloc.BaseSignUpCubit","href":"wyatt_authentication_bloc/BaseSignUpCubit-class.md","type":"class","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"Abstract sign up cubit useful for implementing a cubit with fine \ngranularity by adding only the required mixins.","enclosedBy":{"name":"wyatt_authentication_bloc","type":"library","href":"wyatt_authentication_bloc/wyatt_authentication_bloc-library.md"}},{"name":"BaseSignUpCubit","qualifiedName":"wyatt_authentication_bloc.BaseSignUpCubit.BaseSignUpCubit","href":"wyatt_authentication_bloc/BaseSignUpCubit/BaseSignUpCubit.md","type":"constructor","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"","enclosedBy":{"name":"BaseSignUpCubit","type":"class","href":"wyatt_authentication_bloc/BaseSignUpCubit-class.md"}},{"name":"authenticationRepository","qualifiedName":"wyatt_authentication_bloc.BaseSignUpCubit.authenticationRepository","href":"wyatt_authentication_bloc/BaseSignUpCubit/authenticationRepository.md","type":"property","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"","enclosedBy":{"name":"BaseSignUpCubit","type":"class","href":"wyatt_authentication_bloc/BaseSignUpCubit-class.md"}},{"name":"dataChanged","qualifiedName":"wyatt_authentication_bloc.BaseSignUpCubit.dataChanged","href":"wyatt_authentication_bloc/BaseSignUpCubit/dataChanged.md","type":"method","overriddenDepth":1,"packageName":"wyatt_authentication_bloc","desc":"","enclosedBy":{"name":"BaseSignUpCubit","type":"class","href":"wyatt_authentication_bloc/BaseSignUpCubit-class.md"}},{"name":"formName","qualifiedName":"wyatt_authentication_bloc.BaseSignUpCubit.formName","href":"wyatt_authentication_bloc/BaseSignUpCubit/formName.md","type":"property","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"","enclosedBy":{"name":"BaseSignUpCubit","type":"class","href":"wyatt_authentication_bloc/BaseSignUpCubit-class.md"}},{"name":"formRepository","qualifiedName":"wyatt_authentication_bloc.BaseSignUpCubit.formRepository","href":"wyatt_authentication_bloc/BaseSignUpCubit/formRepository.md","type":"property","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"","enclosedBy":{"name":"BaseSignUpCubit","type":"class","href":"wyatt_authentication_bloc/BaseSignUpCubit-class.md"}},{"name":"reset","qualifiedName":"wyatt_authentication_bloc.BaseSignUpCubit.reset","href":"wyatt_authentication_bloc/BaseSignUpCubit/reset.md","type":"method","overriddenDepth":1,"packageName":"wyatt_authentication_bloc","desc":"","enclosedBy":{"name":"BaseSignUpCubit","type":"class","href":"wyatt_authentication_bloc/BaseSignUpCubit-class.md"}},{"name":"submit","qualifiedName":"wyatt_authentication_bloc.BaseSignUpCubit.submit","href":"wyatt_authentication_bloc/BaseSignUpCubit/submit.md","type":"method","overriddenDepth":1,"packageName":"wyatt_authentication_bloc","desc":"","enclosedBy":{"name":"BaseSignUpCubit","type":"class","href":"wyatt_authentication_bloc/BaseSignUpCubit-class.md"}},{"name":"update","qualifiedName":"wyatt_authentication_bloc.BaseSignUpCubit.update","href":"wyatt_authentication_bloc/BaseSignUpCubit/update.md","type":"method","overriddenDepth":1,"packageName":"wyatt_authentication_bloc","desc":"","enclosedBy":{"name":"BaseSignUpCubit","type":"class","href":"wyatt_authentication_bloc/BaseSignUpCubit-class.md"}},{"name":"validate","qualifiedName":"wyatt_authentication_bloc.BaseSignUpCubit.validate","href":"wyatt_authentication_bloc/BaseSignUpCubit/validate.md","type":"method","overriddenDepth":1,"packageName":"wyatt_authentication_bloc","desc":"","enclosedBy":{"name":"BaseSignUpCubit","type":"class","href":"wyatt_authentication_bloc/BaseSignUpCubit-class.md"}},{"name":"BuildContextExtension","qualifiedName":"wyatt_authentication_bloc.BuildContextExtension","href":"wyatt_authentication_bloc/BuildContextExtension.md","type":"extension","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"Extension that helps to quickly access useful resources like wrapper,\nsession, account or data.","enclosedBy":{"name":"wyatt_authentication_bloc","type":"library","href":"wyatt_authentication_bloc/wyatt_authentication_bloc-library.md"}},{"name":"account","qualifiedName":"wyatt_authentication_bloc.BuildContextExtension.account","href":"wyatt_authentication_bloc/BuildContextExtension/account.md","type":"method","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"Returns account","enclosedBy":{"name":"BuildContextExtension","type":"extension","href":"wyatt_authentication_bloc/BuildContextExtension.md"}},{"name":"data","qualifiedName":"wyatt_authentication_bloc.BuildContextExtension.data","href":"wyatt_authentication_bloc/BuildContextExtension/data.md","type":"method","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"Returns associated data","enclosedBy":{"name":"BuildContextExtension","type":"extension","href":"wyatt_authentication_bloc/BuildContextExtension.md"}},{"name":"session","qualifiedName":"wyatt_authentication_bloc.BuildContextExtension.session","href":"wyatt_authentication_bloc/BuildContextExtension/session.md","type":"method","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"Returns session","enclosedBy":{"name":"BuildContextExtension","type":"extension","href":"wyatt_authentication_bloc/BuildContextExtension.md"}},{"name":"wrapper","qualifiedName":"wyatt_authentication_bloc.BuildContextExtension.wrapper","href":"wyatt_authentication_bloc/BuildContextExtension/wrapper.md","type":"method","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"Returns session wrapper","enclosedBy":{"name":"BuildContextExtension","type":"extension","href":"wyatt_authentication_bloc/BuildContextExtension.md"}},{"name":"ConfirmPasswordResetFailureFirebase","qualifiedName":"wyatt_authentication_bloc.ConfirmPasswordResetFailureFirebase","href":"wyatt_authentication_bloc/ConfirmPasswordResetFailureFirebase-class.md","type":"class","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"Thrown during the password reset process if a failure occurs.","enclosedBy":{"name":"wyatt_authentication_bloc","type":"library","href":"wyatt_authentication_bloc/wyatt_authentication_bloc-library.md"}},{"name":"ConfirmPasswordResetFailureFirebase","qualifiedName":"wyatt_authentication_bloc.ConfirmPasswordResetFailureFirebase.ConfirmPasswordResetFailureFirebase","href":"wyatt_authentication_bloc/ConfirmPasswordResetFailureFirebase/ConfirmPasswordResetFailureFirebase.md","type":"constructor","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"","enclosedBy":{"name":"ConfirmPasswordResetFailureFirebase","type":"class","href":"wyatt_authentication_bloc/ConfirmPasswordResetFailureFirebase-class.md"}},{"name":"ConfirmPasswordResetFailureFirebase.fromCode","qualifiedName":"wyatt_authentication_bloc.ConfirmPasswordResetFailureFirebase.fromCode","href":"wyatt_authentication_bloc/ConfirmPasswordResetFailureFirebase/ConfirmPasswordResetFailureFirebase.fromCode.md","type":"constructor","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"","enclosedBy":{"name":"ConfirmPasswordResetFailureFirebase","type":"class","href":"wyatt_authentication_bloc/ConfirmPasswordResetFailureFirebase-class.md"}},{"name":"ConfirmPasswordResetFailureInterface","qualifiedName":"wyatt_authentication_bloc.ConfirmPasswordResetFailureInterface","href":"wyatt_authentication_bloc/ConfirmPasswordResetFailureInterface-class.md","type":"class","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"Thrown during the password reset process if a failure occurs.","enclosedBy":{"name":"wyatt_authentication_bloc","type":"library","href":"wyatt_authentication_bloc/wyatt_authentication_bloc-library.md"}},{"name":"ConfirmPasswordResetFailureInterface","qualifiedName":"wyatt_authentication_bloc.ConfirmPasswordResetFailureInterface.ConfirmPasswordResetFailureInterface","href":"wyatt_authentication_bloc/ConfirmPasswordResetFailureInterface/ConfirmPasswordResetFailureInterface.md","type":"constructor","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"Thrown during the password reset process if a failure occurs.","enclosedBy":{"name":"ConfirmPasswordResetFailureInterface","type":"class","href":"wyatt_authentication_bloc/ConfirmPasswordResetFailureInterface-class.md"}},{"name":"ConfirmPasswordResetFailureInterface.fromCode","qualifiedName":"wyatt_authentication_bloc.ConfirmPasswordResetFailureInterface.fromCode","href":"wyatt_authentication_bloc/ConfirmPasswordResetFailureInterface/ConfirmPasswordResetFailureInterface.fromCode.md","type":"constructor","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"Thrown during the password reset process if a failure occurs.","enclosedBy":{"name":"ConfirmPasswordResetFailureInterface","type":"class","href":"wyatt_authentication_bloc/ConfirmPasswordResetFailureInterface-class.md"}},{"name":"CustomRoutine","qualifiedName":"wyatt_authentication_bloc.CustomRoutine","href":"wyatt_authentication_bloc/CustomRoutine-class.md","type":"class","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"Calls on each cubit action of this package.","enclosedBy":{"name":"wyatt_authentication_bloc","type":"library","href":"wyatt_authentication_bloc/wyatt_authentication_bloc-library.md"}},{"name":"CustomRoutine","qualifiedName":"wyatt_authentication_bloc.CustomRoutine.CustomRoutine","href":"wyatt_authentication_bloc/CustomRoutine/CustomRoutine.md","type":"constructor","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"","enclosedBy":{"name":"CustomRoutine","type":"class","href":"wyatt_authentication_bloc/CustomRoutine-class.md"}},{"name":"attachedLogic","qualifiedName":"wyatt_authentication_bloc.CustomRoutine.attachedLogic","href":"wyatt_authentication_bloc/CustomRoutine/attachedLogic.md","type":"property","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"","enclosedBy":{"name":"CustomRoutine","type":"class","href":"wyatt_authentication_bloc/CustomRoutine-class.md"}},{"name":"call","qualifiedName":"wyatt_authentication_bloc.CustomRoutine.call","href":"wyatt_authentication_bloc/CustomRoutine/call.md","type":"method","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"","enclosedBy":{"name":"CustomRoutine","type":"class","href":"wyatt_authentication_bloc/CustomRoutine-class.md"}},{"name":"onError","qualifiedName":"wyatt_authentication_bloc.CustomRoutine.onError","href":"wyatt_authentication_bloc/CustomRoutine/onError.md","type":"property","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"","enclosedBy":{"name":"CustomRoutine","type":"class","href":"wyatt_authentication_bloc/CustomRoutine-class.md"}},{"name":"onSuccess","qualifiedName":"wyatt_authentication_bloc.CustomRoutine.onSuccess","href":"wyatt_authentication_bloc/CustomRoutine/onSuccess.md","type":"property","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"","enclosedBy":{"name":"CustomRoutine","type":"class","href":"wyatt_authentication_bloc/CustomRoutine-class.md"}},{"name":"routine","qualifiedName":"wyatt_authentication_bloc.CustomRoutine.routine","href":"wyatt_authentication_bloc/CustomRoutine/routine.md","type":"property","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"","enclosedBy":{"name":"CustomRoutine","type":"class","href":"wyatt_authentication_bloc/CustomRoutine-class.md"}},{"name":"DeleteAccountFailureFirebase","qualifiedName":"wyatt_authentication_bloc.DeleteAccountFailureFirebase","href":"wyatt_authentication_bloc/DeleteAccountFailureFirebase-class.md","type":"class","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"Thrown during the account deletion if a failure occurs.","enclosedBy":{"name":"wyatt_authentication_bloc","type":"library","href":"wyatt_authentication_bloc/wyatt_authentication_bloc-library.md"}},{"name":"DeleteAccountFailureFirebase","qualifiedName":"wyatt_authentication_bloc.DeleteAccountFailureFirebase.DeleteAccountFailureFirebase","href":"wyatt_authentication_bloc/DeleteAccountFailureFirebase/DeleteAccountFailureFirebase.md","type":"constructor","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"","enclosedBy":{"name":"DeleteAccountFailureFirebase","type":"class","href":"wyatt_authentication_bloc/DeleteAccountFailureFirebase-class.md"}},{"name":"DeleteAccountFailureFirebase.fromCode","qualifiedName":"wyatt_authentication_bloc.DeleteAccountFailureFirebase.fromCode","href":"wyatt_authentication_bloc/DeleteAccountFailureFirebase/DeleteAccountFailureFirebase.fromCode.md","type":"constructor","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"","enclosedBy":{"name":"DeleteAccountFailureFirebase","type":"class","href":"wyatt_authentication_bloc/DeleteAccountFailureFirebase-class.md"}},{"name":"DeleteAccountFailureInterface","qualifiedName":"wyatt_authentication_bloc.DeleteAccountFailureInterface","href":"wyatt_authentication_bloc/DeleteAccountFailureInterface-class.md","type":"class","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"Thrown during the account deletion if a failure occurs.","enclosedBy":{"name":"wyatt_authentication_bloc","type":"library","href":"wyatt_authentication_bloc/wyatt_authentication_bloc-library.md"}},{"name":"DeleteAccountFailureInterface","qualifiedName":"wyatt_authentication_bloc.DeleteAccountFailureInterface.DeleteAccountFailureInterface","href":"wyatt_authentication_bloc/DeleteAccountFailureInterface/DeleteAccountFailureInterface.md","type":"constructor","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"","enclosedBy":{"name":"DeleteAccountFailureInterface","type":"class","href":"wyatt_authentication_bloc/DeleteAccountFailureInterface-class.md"}},{"name":"DeleteAccountFailureInterface.fromCode","qualifiedName":"wyatt_authentication_bloc.DeleteAccountFailureInterface.fromCode","href":"wyatt_authentication_bloc/DeleteAccountFailureInterface/DeleteAccountFailureInterface.fromCode.md","type":"constructor","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"","enclosedBy":{"name":"DeleteAccountFailureInterface","type":"class","href":"wyatt_authentication_bloc/DeleteAccountFailureInterface-class.md"}},{"name":"DeletedEvent","qualifiedName":"wyatt_authentication_bloc.DeletedEvent","href":"wyatt_authentication_bloc/DeletedEvent-class.md","type":"class","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"When a user deleted his account.","enclosedBy":{"name":"wyatt_authentication_bloc","type":"library","href":"wyatt_authentication_bloc/wyatt_authentication_bloc-library.md"}},{"name":"DeletedEvent","qualifiedName":"wyatt_authentication_bloc.DeletedEvent.DeletedEvent","href":"wyatt_authentication_bloc/DeletedEvent/DeletedEvent.md","type":"constructor","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"","enclosedBy":{"name":"DeletedEvent","type":"class","href":"wyatt_authentication_bloc/DeletedEvent-class.md"}},{"name":"EditAccountCubit","qualifiedName":"wyatt_authentication_bloc.EditAccountCubit","href":"wyatt_authentication_bloc/EditAccountCubit-class.md","type":"class","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"Fully featured edit account cubit.","enclosedBy":{"name":"wyatt_authentication_bloc","type":"library","href":"wyatt_authentication_bloc/wyatt_authentication_bloc-library.md"}},{"name":"EditAccountCubit","qualifiedName":"wyatt_authentication_bloc.EditAccountCubit.EditAccountCubit","href":"wyatt_authentication_bloc/EditAccountCubit/EditAccountCubit.md","type":"constructor","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"","enclosedBy":{"name":"EditAccountCubit","type":"class","href":"wyatt_authentication_bloc/EditAccountCubit-class.md"}},{"name":"onEmailUpdated","qualifiedName":"wyatt_authentication_bloc.EditAccountCubit.onEmailUpdated","href":"wyatt_authentication_bloc/EditAccountCubit/onEmailUpdated.md","type":"method","overriddenDepth":1,"packageName":"wyatt_authentication_bloc","desc":"This callback is triggered when user updates his email","enclosedBy":{"name":"EditAccountCubit","type":"class","href":"wyatt_authentication_bloc/EditAccountCubit-class.md"}},{"name":"onPasswordUpdated","qualifiedName":"wyatt_authentication_bloc.EditAccountCubit.onPasswordUpdated","href":"wyatt_authentication_bloc/EditAccountCubit/onPasswordUpdated.md","type":"method","overriddenDepth":1,"packageName":"wyatt_authentication_bloc","desc":"This callback is triggered when a user edits his password.","enclosedBy":{"name":"EditAccountCubit","type":"class","href":"wyatt_authentication_bloc/EditAccountCubit-class.md"}},{"name":"EditAccountListener","qualifiedName":"wyatt_authentication_bloc.EditAccountListener","href":"wyatt_authentication_bloc/EditAccountListener-class.md","type":"class","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"Widget that listens and builds a child based on the state of\nthe edit account cubit","enclosedBy":{"name":"wyatt_authentication_bloc","type":"library","href":"wyatt_authentication_bloc/wyatt_authentication_bloc-library.md"}},{"name":"EditAccountListener","qualifiedName":"wyatt_authentication_bloc.EditAccountListener.EditAccountListener","href":"wyatt_authentication_bloc/EditAccountListener/EditAccountListener.md","type":"constructor","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"","enclosedBy":{"name":"EditAccountListener","type":"class","href":"wyatt_authentication_bloc/EditAccountListener-class.md"}},{"name":"build","qualifiedName":"wyatt_authentication_bloc.EditAccountListener.build","href":"wyatt_authentication_bloc/EditAccountListener/build.md","type":"method","overriddenDepth":1,"packageName":"wyatt_authentication_bloc","desc":"Describes the part of the user interface represented by this widget.","enclosedBy":{"name":"EditAccountListener","type":"class","href":"wyatt_authentication_bloc/EditAccountListener-class.md"}},{"name":"child","qualifiedName":"wyatt_authentication_bloc.EditAccountListener.child","href":"wyatt_authentication_bloc/EditAccountListener/child.md","type":"property","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"","enclosedBy":{"name":"EditAccountListener","type":"class","href":"wyatt_authentication_bloc/EditAccountListener-class.md"}},{"name":"customBuilder","qualifiedName":"wyatt_authentication_bloc.EditAccountListener.customBuilder","href":"wyatt_authentication_bloc/EditAccountListener/customBuilder.md","type":"property","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"","enclosedBy":{"name":"EditAccountListener","type":"class","href":"wyatt_authentication_bloc/EditAccountListener-class.md"}},{"name":"onError","qualifiedName":"wyatt_authentication_bloc.EditAccountListener.onError","href":"wyatt_authentication_bloc/EditAccountListener/onError.md","type":"property","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"","enclosedBy":{"name":"EditAccountListener","type":"class","href":"wyatt_authentication_bloc/EditAccountListener-class.md"}},{"name":"onProgress","qualifiedName":"wyatt_authentication_bloc.EditAccountListener.onProgress","href":"wyatt_authentication_bloc/EditAccountListener/onProgress.md","type":"property","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"","enclosedBy":{"name":"EditAccountListener","type":"class","href":"wyatt_authentication_bloc/EditAccountListener-class.md"}},{"name":"onSuccess","qualifiedName":"wyatt_authentication_bloc.EditAccountListener.onSuccess","href":"wyatt_authentication_bloc/EditAccountListener/onSuccess.md","type":"property","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"","enclosedBy":{"name":"EditAccountListener","type":"class","href":"wyatt_authentication_bloc/EditAccountListener-class.md"}},{"name":"EditAccountState","qualifiedName":"wyatt_authentication_bloc.EditAccountState","href":"wyatt_authentication_bloc/EditAccountState-class.md","type":"class","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"Edit account cubit state to manage the form.","enclosedBy":{"name":"wyatt_authentication_bloc","type":"library","href":"wyatt_authentication_bloc/wyatt_authentication_bloc-library.md"}},{"name":"EditAccountState","qualifiedName":"wyatt_authentication_bloc.EditAccountState.EditAccountState","href":"wyatt_authentication_bloc/EditAccountState/EditAccountState.md","type":"constructor","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"","enclosedBy":{"name":"EditAccountState","type":"class","href":"wyatt_authentication_bloc/EditAccountState-class.md"}},{"name":"copyWith","qualifiedName":"wyatt_authentication_bloc.EditAccountState.copyWith","href":"wyatt_authentication_bloc/EditAccountState/copyWith.md","type":"method","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"","enclosedBy":{"name":"EditAccountState","type":"class","href":"wyatt_authentication_bloc/EditAccountState-class.md"}},{"name":"email","qualifiedName":"wyatt_authentication_bloc.EditAccountState.email","href":"wyatt_authentication_bloc/EditAccountState/email.md","type":"property","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"","enclosedBy":{"name":"EditAccountState","type":"class","href":"wyatt_authentication_bloc/EditAccountState-class.md"}},{"name":"errorMessage","qualifiedName":"wyatt_authentication_bloc.EditAccountState.errorMessage","href":"wyatt_authentication_bloc/EditAccountState/errorMessage.md","type":"property","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"Optional error message.","enclosedBy":{"name":"EditAccountState","type":"class","href":"wyatt_authentication_bloc/EditAccountState-class.md"}},{"name":"form","qualifiedName":"wyatt_authentication_bloc.EditAccountState.form","href":"wyatt_authentication_bloc/EditAccountState/form.md","type":"property","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"FormData with all inputs, and associated metadata.","enclosedBy":{"name":"EditAccountState","type":"class","href":"wyatt_authentication_bloc/EditAccountState-class.md"}},{"name":"password","qualifiedName":"wyatt_authentication_bloc.EditAccountState.password","href":"wyatt_authentication_bloc/EditAccountState/password.md","type":"property","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"","enclosedBy":{"name":"EditAccountState","type":"class","href":"wyatt_authentication_bloc/EditAccountState-class.md"}},{"name":"props","qualifiedName":"wyatt_authentication_bloc.EditAccountState.props","href":"wyatt_authentication_bloc/EditAccountState/props.md","type":"property","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"The list of properties that will be used to determine whether\ntwo instances are equal.","enclosedBy":{"name":"EditAccountState","type":"class","href":"wyatt_authentication_bloc/EditAccountState-class.md"}},{"name":"status","qualifiedName":"wyatt_authentication_bloc.EditAccountState.status","href":"wyatt_authentication_bloc/EditAccountState/status.md","type":"property","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"Global status of a form.","enclosedBy":{"name":"EditAccountState","type":"class","href":"wyatt_authentication_bloc/EditAccountState-class.md"}},{"name":"toString","qualifiedName":"wyatt_authentication_bloc.EditAccountState.toString","href":"wyatt_authentication_bloc/EditAccountState/toString.md","type":"method","overriddenDepth":2,"packageName":"wyatt_authentication_bloc","desc":"A string representation of this object.","enclosedBy":{"name":"EditAccountState","type":"class","href":"wyatt_authentication_bloc/EditAccountState-class.md"}},{"name":"EmailVerificationBuilder","qualifiedName":"wyatt_authentication_bloc.EmailVerificationBuilder","href":"wyatt_authentication_bloc/EmailVerificationBuilder-class.md","type":"class","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"","enclosedBy":{"name":"wyatt_authentication_bloc","type":"library","href":"wyatt_authentication_bloc/wyatt_authentication_bloc-library.md"}},{"name":"EmailVerificationBuilder","qualifiedName":"wyatt_authentication_bloc.EmailVerificationBuilder.EmailVerificationBuilder","href":"wyatt_authentication_bloc/EmailVerificationBuilder/EmailVerificationBuilder.md","type":"constructor","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"","enclosedBy":{"name":"EmailVerificationBuilder","type":"class","href":"wyatt_authentication_bloc/EmailVerificationBuilder-class.md"}},{"name":"build","qualifiedName":"wyatt_authentication_bloc.EmailVerificationBuilder.build","href":"wyatt_authentication_bloc/EmailVerificationBuilder/build.md","type":"method","overriddenDepth":1,"packageName":"wyatt_authentication_bloc","desc":"Describes the part of the user interface represented by this widget.","enclosedBy":{"name":"EmailVerificationBuilder","type":"class","href":"wyatt_authentication_bloc/EmailVerificationBuilder-class.md"}},{"name":"customBuilder","qualifiedName":"wyatt_authentication_bloc.EmailVerificationBuilder.customBuilder","href":"wyatt_authentication_bloc/EmailVerificationBuilder/customBuilder.md","type":"property","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"","enclosedBy":{"name":"EmailVerificationBuilder","type":"class","href":"wyatt_authentication_bloc/EmailVerificationBuilder-class.md"}},{"name":"notVerified","qualifiedName":"wyatt_authentication_bloc.EmailVerificationBuilder.notVerified","href":"wyatt_authentication_bloc/EmailVerificationBuilder/notVerified.md","type":"property","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"","enclosedBy":{"name":"EmailVerificationBuilder","type":"class","href":"wyatt_authentication_bloc/EmailVerificationBuilder-class.md"}},{"name":"onError","qualifiedName":"wyatt_authentication_bloc.EmailVerificationBuilder.onError","href":"wyatt_authentication_bloc/EmailVerificationBuilder/onError.md","type":"property","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"","enclosedBy":{"name":"EmailVerificationBuilder","type":"class","href":"wyatt_authentication_bloc/EmailVerificationBuilder-class.md"}},{"name":"verified","qualifiedName":"wyatt_authentication_bloc.EmailVerificationBuilder.verified","href":"wyatt_authentication_bloc/EmailVerificationBuilder/verified.md","type":"property","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"","enclosedBy":{"name":"EmailVerificationBuilder","type":"class","href":"wyatt_authentication_bloc/EmailVerificationBuilder-class.md"}},{"name":"EmailVerificationCubit","qualifiedName":"wyatt_authentication_bloc.EmailVerificationCubit","href":"wyatt_authentication_bloc/EmailVerificationCubit-class.md","type":"class","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"","enclosedBy":{"name":"wyatt_authentication_bloc","type":"library","href":"wyatt_authentication_bloc/wyatt_authentication_bloc-library.md"}},{"name":"EmailVerificationCubit","qualifiedName":"wyatt_authentication_bloc.EmailVerificationCubit.EmailVerificationCubit","href":"wyatt_authentication_bloc/EmailVerificationCubit/EmailVerificationCubit.md","type":"constructor","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"","enclosedBy":{"name":"EmailVerificationCubit","type":"class","href":"wyatt_authentication_bloc/EmailVerificationCubit-class.md"}},{"name":"authenticationRepository","qualifiedName":"wyatt_authentication_bloc.EmailVerificationCubit.authenticationRepository","href":"wyatt_authentication_bloc/EmailVerificationCubit/authenticationRepository.md","type":"property","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"","enclosedBy":{"name":"EmailVerificationCubit","type":"class","href":"wyatt_authentication_bloc/EmailVerificationCubit-class.md"}},{"name":"checkEmailVerification","qualifiedName":"wyatt_authentication_bloc.EmailVerificationCubit.checkEmailVerification","href":"wyatt_authentication_bloc/EmailVerificationCubit/checkEmailVerification.md","type":"method","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"","enclosedBy":{"name":"EmailVerificationCubit","type":"class","href":"wyatt_authentication_bloc/EmailVerificationCubit-class.md"}},{"name":"sendEmailVerification","qualifiedName":"wyatt_authentication_bloc.EmailVerificationCubit.sendEmailVerification","href":"wyatt_authentication_bloc/EmailVerificationCubit/sendEmailVerification.md","type":"method","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"","enclosedBy":{"name":"EmailVerificationCubit","type":"class","href":"wyatt_authentication_bloc/EmailVerificationCubit-class.md"}},{"name":"EmailVerificationState","qualifiedName":"wyatt_authentication_bloc.EmailVerificationState","href":"wyatt_authentication_bloc/EmailVerificationState-class.md","type":"class","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"","enclosedBy":{"name":"wyatt_authentication_bloc","type":"library","href":"wyatt_authentication_bloc/wyatt_authentication_bloc-library.md"}},{"name":"EmailVerificationState","qualifiedName":"wyatt_authentication_bloc.EmailVerificationState.EmailVerificationState","href":"wyatt_authentication_bloc/EmailVerificationState/EmailVerificationState.md","type":"constructor","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"","enclosedBy":{"name":"EmailVerificationState","type":"class","href":"wyatt_authentication_bloc/EmailVerificationState-class.md"}},{"name":"copyWith","qualifiedName":"wyatt_authentication_bloc.EmailVerificationState.copyWith","href":"wyatt_authentication_bloc/EmailVerificationState/copyWith.md","type":"method","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"","enclosedBy":{"name":"EmailVerificationState","type":"class","href":"wyatt_authentication_bloc/EmailVerificationState-class.md"}},{"name":"errorMessage","qualifiedName":"wyatt_authentication_bloc.EmailVerificationState.errorMessage","href":"wyatt_authentication_bloc/EmailVerificationState/errorMessage.md","type":"property","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"","enclosedBy":{"name":"EmailVerificationState","type":"class","href":"wyatt_authentication_bloc/EmailVerificationState-class.md"}},{"name":"isVerified","qualifiedName":"wyatt_authentication_bloc.EmailVerificationState.isVerified","href":"wyatt_authentication_bloc/EmailVerificationState/isVerified.md","type":"property","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"","enclosedBy":{"name":"EmailVerificationState","type":"class","href":"wyatt_authentication_bloc/EmailVerificationState-class.md"}},{"name":"props","qualifiedName":"wyatt_authentication_bloc.EmailVerificationState.props","href":"wyatt_authentication_bloc/EmailVerificationState/props.md","type":"property","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"The list of properties that will be used to determine whether\ntwo instances are equal.","enclosedBy":{"name":"EmailVerificationState","type":"class","href":"wyatt_authentication_bloc/EmailVerificationState-class.md"}},{"name":"status","qualifiedName":"wyatt_authentication_bloc.EmailVerificationState.status","href":"wyatt_authentication_bloc/EmailVerificationState/status.md","type":"property","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"","enclosedBy":{"name":"EmailVerificationState","type":"class","href":"wyatt_authentication_bloc/EmailVerificationState-class.md"}},{"name":"toString","qualifiedName":"wyatt_authentication_bloc.EmailVerificationState.toString","href":"wyatt_authentication_bloc/EmailVerificationState/toString.md","type":"method","overriddenDepth":2,"packageName":"wyatt_authentication_bloc","desc":"A string representation of this object.","enclosedBy":{"name":"EmailVerificationState","type":"class","href":"wyatt_authentication_bloc/EmailVerificationState-class.md"}},{"name":"FetchSignInMethodsForEmailFailureFirebase","qualifiedName":"wyatt_authentication_bloc.FetchSignInMethodsForEmailFailureFirebase","href":"wyatt_authentication_bloc/FetchSignInMethodsForEmailFailureFirebase-class.md","type":"class","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"Thrown during the fetch sign in methods if a failure occurs.","enclosedBy":{"name":"wyatt_authentication_bloc","type":"library","href":"wyatt_authentication_bloc/wyatt_authentication_bloc-library.md"}},{"name":"FetchSignInMethodsForEmailFailureFirebase","qualifiedName":"wyatt_authentication_bloc.FetchSignInMethodsForEmailFailureFirebase.FetchSignInMethodsForEmailFailureFirebase","href":"wyatt_authentication_bloc/FetchSignInMethodsForEmailFailureFirebase/FetchSignInMethodsForEmailFailureFirebase.md","type":"constructor","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"","enclosedBy":{"name":"FetchSignInMethodsForEmailFailureFirebase","type":"class","href":"wyatt_authentication_bloc/FetchSignInMethodsForEmailFailureFirebase-class.md"}},{"name":"FetchSignInMethodsForEmailFailureFirebase.fromCode","qualifiedName":"wyatt_authentication_bloc.FetchSignInMethodsForEmailFailureFirebase.fromCode","href":"wyatt_authentication_bloc/FetchSignInMethodsForEmailFailureFirebase/FetchSignInMethodsForEmailFailureFirebase.fromCode.md","type":"constructor","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"","enclosedBy":{"name":"FetchSignInMethodsForEmailFailureFirebase","type":"class","href":"wyatt_authentication_bloc/FetchSignInMethodsForEmailFailureFirebase-class.md"}},{"name":"FetchSignInMethodsForEmailFailureInterface","qualifiedName":"wyatt_authentication_bloc.FetchSignInMethodsForEmailFailureInterface","href":"wyatt_authentication_bloc/FetchSignInMethodsForEmailFailureInterface-class.md","type":"class","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"Thrown during the fetch sign in methods if a failure occurs.","enclosedBy":{"name":"wyatt_authentication_bloc","type":"library","href":"wyatt_authentication_bloc/wyatt_authentication_bloc-library.md"}},{"name":"FetchSignInMethodsForEmailFailureInterface","qualifiedName":"wyatt_authentication_bloc.FetchSignInMethodsForEmailFailureInterface.FetchSignInMethodsForEmailFailureInterface","href":"wyatt_authentication_bloc/FetchSignInMethodsForEmailFailureInterface/FetchSignInMethodsForEmailFailureInterface.md","type":"constructor","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"Thrown during the fetch sign in methods if a failure occurs.","enclosedBy":{"name":"FetchSignInMethodsForEmailFailureInterface","type":"class","href":"wyatt_authentication_bloc/FetchSignInMethodsForEmailFailureInterface-class.md"}},{"name":"FetchSignInMethodsForEmailFailureInterface.fromCode","qualifiedName":"wyatt_authentication_bloc.FetchSignInMethodsForEmailFailureInterface.fromCode","href":"wyatt_authentication_bloc/FetchSignInMethodsForEmailFailureInterface/FetchSignInMethodsForEmailFailureInterface.fromCode.md","type":"constructor","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"Thrown during the fetch sign in methods if a failure occurs.","enclosedBy":{"name":"FetchSignInMethodsForEmailFailureInterface","type":"class","href":"wyatt_authentication_bloc/FetchSignInMethodsForEmailFailureInterface-class.md"}},{"name":"ModelParsingFailureFirebase","qualifiedName":"wyatt_authentication_bloc.ModelParsingFailureFirebase","href":"wyatt_authentication_bloc/ModelParsingFailureFirebase-class.md","type":"class","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"Thrown during the model parsing process if a failure occurs.","enclosedBy":{"name":"wyatt_authentication_bloc","type":"library","href":"wyatt_authentication_bloc/wyatt_authentication_bloc-library.md"}},{"name":"ModelParsingFailureFirebase","qualifiedName":"wyatt_authentication_bloc.ModelParsingFailureFirebase.ModelParsingFailureFirebase","href":"wyatt_authentication_bloc/ModelParsingFailureFirebase/ModelParsingFailureFirebase.md","type":"constructor","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"","enclosedBy":{"name":"ModelParsingFailureFirebase","type":"class","href":"wyatt_authentication_bloc/ModelParsingFailureFirebase-class.md"}},{"name":"ModelParsingFailureFirebase.fromCode","qualifiedName":"wyatt_authentication_bloc.ModelParsingFailureFirebase.fromCode","href":"wyatt_authentication_bloc/ModelParsingFailureFirebase/ModelParsingFailureFirebase.fromCode.md","type":"constructor","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"","enclosedBy":{"name":"ModelParsingFailureFirebase","type":"class","href":"wyatt_authentication_bloc/ModelParsingFailureFirebase-class.md"}},{"name":"ModelParsingFailureInterface","qualifiedName":"wyatt_authentication_bloc.ModelParsingFailureInterface","href":"wyatt_authentication_bloc/ModelParsingFailureInterface-class.md","type":"class","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"Thrown during the model parsing process if a failure occurs.","enclosedBy":{"name":"wyatt_authentication_bloc","type":"library","href":"wyatt_authentication_bloc/wyatt_authentication_bloc-library.md"}},{"name":"ModelParsingFailureInterface","qualifiedName":"wyatt_authentication_bloc.ModelParsingFailureInterface.ModelParsingFailureInterface","href":"wyatt_authentication_bloc/ModelParsingFailureInterface/ModelParsingFailureInterface.md","type":"constructor","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"","enclosedBy":{"name":"ModelParsingFailureInterface","type":"class","href":"wyatt_authentication_bloc/ModelParsingFailureInterface-class.md"}},{"name":"ModelParsingFailureInterface.fromCode","qualifiedName":"wyatt_authentication_bloc.ModelParsingFailureInterface.fromCode","href":"wyatt_authentication_bloc/ModelParsingFailureInterface/ModelParsingFailureInterface.fromCode.md","type":"constructor","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"","enclosedBy":{"name":"ModelParsingFailureInterface","type":"class","href":"wyatt_authentication_bloc/ModelParsingFailureInterface-class.md"}},{"name":"PasswordResetCubit","qualifiedName":"wyatt_authentication_bloc.PasswordResetCubit","href":"wyatt_authentication_bloc/PasswordResetCubit-class.md","type":"class","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"Cubit that allows user to reset his password","enclosedBy":{"name":"wyatt_authentication_bloc","type":"library","href":"wyatt_authentication_bloc/wyatt_authentication_bloc-library.md"}},{"name":"PasswordResetCubit","qualifiedName":"wyatt_authentication_bloc.PasswordResetCubit.PasswordResetCubit","href":"wyatt_authentication_bloc/PasswordResetCubit/PasswordResetCubit.md","type":"constructor","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"","enclosedBy":{"name":"PasswordResetCubit","type":"class","href":"wyatt_authentication_bloc/PasswordResetCubit-class.md"}},{"name":"authenticationRepository","qualifiedName":"wyatt_authentication_bloc.PasswordResetCubit.authenticationRepository","href":"wyatt_authentication_bloc/PasswordResetCubit/authenticationRepository.md","type":"property","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"","enclosedBy":{"name":"PasswordResetCubit","type":"class","href":"wyatt_authentication_bloc/PasswordResetCubit-class.md"}},{"name":"dataChanged","qualifiedName":"wyatt_authentication_bloc.PasswordResetCubit.dataChanged","href":"wyatt_authentication_bloc/PasswordResetCubit/dataChanged.md","type":"method","overriddenDepth":1,"packageName":"wyatt_authentication_bloc","desc":"","enclosedBy":{"name":"PasswordResetCubit","type":"class","href":"wyatt_authentication_bloc/PasswordResetCubit-class.md"}},{"name":"emailChanged","qualifiedName":"wyatt_authentication_bloc.PasswordResetCubit.emailChanged","href":"wyatt_authentication_bloc/PasswordResetCubit/emailChanged.md","type":"method","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"","enclosedBy":{"name":"PasswordResetCubit","type":"class","href":"wyatt_authentication_bloc/PasswordResetCubit-class.md"}},{"name":"emailCustomChanged","qualifiedName":"wyatt_authentication_bloc.PasswordResetCubit.emailCustomChanged","href":"wyatt_authentication_bloc/PasswordResetCubit/emailCustomChanged.md","type":"method","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"Same as emailChanged but with a custom Validator.","enclosedBy":{"name":"PasswordResetCubit","type":"class","href":"wyatt_authentication_bloc/PasswordResetCubit-class.md"}},{"name":"formName","qualifiedName":"wyatt_authentication_bloc.PasswordResetCubit.formName","href":"wyatt_authentication_bloc/PasswordResetCubit/formName.md","type":"property","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"","enclosedBy":{"name":"PasswordResetCubit","type":"class","href":"wyatt_authentication_bloc/PasswordResetCubit-class.md"}},{"name":"formRepository","qualifiedName":"wyatt_authentication_bloc.PasswordResetCubit.formRepository","href":"wyatt_authentication_bloc/PasswordResetCubit/formRepository.md","type":"property","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"","enclosedBy":{"name":"PasswordResetCubit","type":"class","href":"wyatt_authentication_bloc/PasswordResetCubit-class.md"}},{"name":"reset","qualifiedName":"wyatt_authentication_bloc.PasswordResetCubit.reset","href":"wyatt_authentication_bloc/PasswordResetCubit/reset.md","type":"method","overriddenDepth":1,"packageName":"wyatt_authentication_bloc","desc":"","enclosedBy":{"name":"PasswordResetCubit","type":"class","href":"wyatt_authentication_bloc/PasswordResetCubit-class.md"}},{"name":"submit","qualifiedName":"wyatt_authentication_bloc.PasswordResetCubit.submit","href":"wyatt_authentication_bloc/PasswordResetCubit/submit.md","type":"method","overriddenDepth":1,"packageName":"wyatt_authentication_bloc","desc":"Sends a password reset email to the user","enclosedBy":{"name":"PasswordResetCubit","type":"class","href":"wyatt_authentication_bloc/PasswordResetCubit-class.md"}},{"name":"update","qualifiedName":"wyatt_authentication_bloc.PasswordResetCubit.update","href":"wyatt_authentication_bloc/PasswordResetCubit/update.md","type":"method","overriddenDepth":1,"packageName":"wyatt_authentication_bloc","desc":"","enclosedBy":{"name":"PasswordResetCubit","type":"class","href":"wyatt_authentication_bloc/PasswordResetCubit-class.md"}},{"name":"validate","qualifiedName":"wyatt_authentication_bloc.PasswordResetCubit.validate","href":"wyatt_authentication_bloc/PasswordResetCubit/validate.md","type":"method","overriddenDepth":1,"packageName":"wyatt_authentication_bloc","desc":"","enclosedBy":{"name":"PasswordResetCubit","type":"class","href":"wyatt_authentication_bloc/PasswordResetCubit-class.md"}},{"name":"PasswordResetState","qualifiedName":"wyatt_authentication_bloc.PasswordResetState","href":"wyatt_authentication_bloc/PasswordResetState-class.md","type":"class","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"","enclosedBy":{"name":"wyatt_authentication_bloc","type":"library","href":"wyatt_authentication_bloc/wyatt_authentication_bloc-library.md"}},{"name":"PasswordResetState","qualifiedName":"wyatt_authentication_bloc.PasswordResetState.PasswordResetState","href":"wyatt_authentication_bloc/PasswordResetState/PasswordResetState.md","type":"constructor","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"","enclosedBy":{"name":"PasswordResetState","type":"class","href":"wyatt_authentication_bloc/PasswordResetState-class.md"}},{"name":"copyWith","qualifiedName":"wyatt_authentication_bloc.PasswordResetState.copyWith","href":"wyatt_authentication_bloc/PasswordResetState/copyWith.md","type":"method","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"","enclosedBy":{"name":"PasswordResetState","type":"class","href":"wyatt_authentication_bloc/PasswordResetState-class.md"}},{"name":"email","qualifiedName":"wyatt_authentication_bloc.PasswordResetState.email","href":"wyatt_authentication_bloc/PasswordResetState/email.md","type":"property","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"","enclosedBy":{"name":"PasswordResetState","type":"class","href":"wyatt_authentication_bloc/PasswordResetState-class.md"}},{"name":"errorMessage","qualifiedName":"wyatt_authentication_bloc.PasswordResetState.errorMessage","href":"wyatt_authentication_bloc/PasswordResetState/errorMessage.md","type":"property","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"Optional error message.","enclosedBy":{"name":"PasswordResetState","type":"class","href":"wyatt_authentication_bloc/PasswordResetState-class.md"}},{"name":"form","qualifiedName":"wyatt_authentication_bloc.PasswordResetState.form","href":"wyatt_authentication_bloc/PasswordResetState/form.md","type":"property","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"FormData with all inputs, and associated metadata.","enclosedBy":{"name":"PasswordResetState","type":"class","href":"wyatt_authentication_bloc/PasswordResetState-class.md"}},{"name":"props","qualifiedName":"wyatt_authentication_bloc.PasswordResetState.props","href":"wyatt_authentication_bloc/PasswordResetState/props.md","type":"property","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"The list of properties that will be used to determine whether\ntwo instances are equal.","enclosedBy":{"name":"PasswordResetState","type":"class","href":"wyatt_authentication_bloc/PasswordResetState-class.md"}},{"name":"status","qualifiedName":"wyatt_authentication_bloc.PasswordResetState.status","href":"wyatt_authentication_bloc/PasswordResetState/status.md","type":"property","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"Global status of a form.","enclosedBy":{"name":"PasswordResetState","type":"class","href":"wyatt_authentication_bloc/PasswordResetState-class.md"}},{"name":"toString","qualifiedName":"wyatt_authentication_bloc.PasswordResetState.toString","href":"wyatt_authentication_bloc/PasswordResetState/toString.md","type":"method","overriddenDepth":2,"packageName":"wyatt_authentication_bloc","desc":"A string representation of this object.","enclosedBy":{"name":"PasswordResetState","type":"class","href":"wyatt_authentication_bloc/PasswordResetState-class.md"}},{"name":"ReauthenticateFailureFirebase","qualifiedName":"wyatt_authentication_bloc.ReauthenticateFailureFirebase","href":"wyatt_authentication_bloc/ReauthenticateFailureFirebase-class.md","type":"class","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"Thrown during the reauthentication process if a failure occurs.","enclosedBy":{"name":"wyatt_authentication_bloc","type":"library","href":"wyatt_authentication_bloc/wyatt_authentication_bloc-library.md"}},{"name":"ReauthenticateFailureFirebase","qualifiedName":"wyatt_authentication_bloc.ReauthenticateFailureFirebase.ReauthenticateFailureFirebase","href":"wyatt_authentication_bloc/ReauthenticateFailureFirebase/ReauthenticateFailureFirebase.md","type":"constructor","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"","enclosedBy":{"name":"ReauthenticateFailureFirebase","type":"class","href":"wyatt_authentication_bloc/ReauthenticateFailureFirebase-class.md"}},{"name":"ReauthenticateFailureFirebase.fromCode","qualifiedName":"wyatt_authentication_bloc.ReauthenticateFailureFirebase.fromCode","href":"wyatt_authentication_bloc/ReauthenticateFailureFirebase/ReauthenticateFailureFirebase.fromCode.md","type":"constructor","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"","enclosedBy":{"name":"ReauthenticateFailureFirebase","type":"class","href":"wyatt_authentication_bloc/ReauthenticateFailureFirebase-class.md"}},{"name":"ReauthenticateFailureInterface","qualifiedName":"wyatt_authentication_bloc.ReauthenticateFailureInterface","href":"wyatt_authentication_bloc/ReauthenticateFailureInterface-class.md","type":"class","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"Thrown during the reauthentication process if a failure occurs.","enclosedBy":{"name":"wyatt_authentication_bloc","type":"library","href":"wyatt_authentication_bloc/wyatt_authentication_bloc-library.md"}},{"name":"ReauthenticateFailureInterface","qualifiedName":"wyatt_authentication_bloc.ReauthenticateFailureInterface.ReauthenticateFailureInterface","href":"wyatt_authentication_bloc/ReauthenticateFailureInterface/ReauthenticateFailureInterface.md","type":"constructor","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"","enclosedBy":{"name":"ReauthenticateFailureInterface","type":"class","href":"wyatt_authentication_bloc/ReauthenticateFailureInterface-class.md"}},{"name":"ReauthenticateFailureInterface.fromCode","qualifiedName":"wyatt_authentication_bloc.ReauthenticateFailureInterface.fromCode","href":"wyatt_authentication_bloc/ReauthenticateFailureInterface/ReauthenticateFailureInterface.fromCode.md","type":"constructor","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"","enclosedBy":{"name":"ReauthenticateFailureInterface","type":"class","href":"wyatt_authentication_bloc/ReauthenticateFailureInterface-class.md"}},{"name":"ReauthenticatedEvent","qualifiedName":"wyatt_authentication_bloc.ReauthenticatedEvent","href":"wyatt_authentication_bloc/ReauthenticatedEvent-class.md","type":"class","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"When a user re-authenticates (from the logged in state to the \nlogged in state with a different and fresh access \ntoken and a different login time)","enclosedBy":{"name":"wyatt_authentication_bloc","type":"library","href":"wyatt_authentication_bloc/wyatt_authentication_bloc-library.md"}},{"name":"ReauthenticatedEvent","qualifiedName":"wyatt_authentication_bloc.ReauthenticatedEvent.ReauthenticatedEvent","href":"wyatt_authentication_bloc/ReauthenticatedEvent/ReauthenticatedEvent.md","type":"constructor","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"","enclosedBy":{"name":"ReauthenticatedEvent","type":"class","href":"wyatt_authentication_bloc/ReauthenticatedEvent-class.md"}},{"name":"account","qualifiedName":"wyatt_authentication_bloc.ReauthenticatedEvent.account","href":"wyatt_authentication_bloc/ReauthenticatedEvent/account.md","type":"property","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"","enclosedBy":{"name":"ReauthenticatedEvent","type":"class","href":"wyatt_authentication_bloc/ReauthenticatedEvent-class.md"}},{"name":"props","qualifiedName":"wyatt_authentication_bloc.ReauthenticatedEvent.props","href":"wyatt_authentication_bloc/ReauthenticatedEvent/props.md","type":"property","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"The list of properties that will be used to determine whether\ntwo instances are equal.","enclosedBy":{"name":"ReauthenticatedEvent","type":"class","href":"wyatt_authentication_bloc/ReauthenticatedEvent-class.md"}},{"name":"RefreshFailureFirebase","qualifiedName":"wyatt_authentication_bloc.RefreshFailureFirebase","href":"wyatt_authentication_bloc/RefreshFailureFirebase-class.md","type":"class","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"Thrown during the refresh process if a failure occurs.","enclosedBy":{"name":"wyatt_authentication_bloc","type":"library","href":"wyatt_authentication_bloc/wyatt_authentication_bloc-library.md"}},{"name":"RefreshFailureFirebase","qualifiedName":"wyatt_authentication_bloc.RefreshFailureFirebase.RefreshFailureFirebase","href":"wyatt_authentication_bloc/RefreshFailureFirebase/RefreshFailureFirebase.md","type":"constructor","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"","enclosedBy":{"name":"RefreshFailureFirebase","type":"class","href":"wyatt_authentication_bloc/RefreshFailureFirebase-class.md"}},{"name":"RefreshFailureFirebase.fromCode","qualifiedName":"wyatt_authentication_bloc.RefreshFailureFirebase.fromCode","href":"wyatt_authentication_bloc/RefreshFailureFirebase/RefreshFailureFirebase.fromCode.md","type":"constructor","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"","enclosedBy":{"name":"RefreshFailureFirebase","type":"class","href":"wyatt_authentication_bloc/RefreshFailureFirebase-class.md"}},{"name":"RefreshFailureInterface","qualifiedName":"wyatt_authentication_bloc.RefreshFailureInterface","href":"wyatt_authentication_bloc/RefreshFailureInterface-class.md","type":"class","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"Thrown during the refresh process if a failure occurs.","enclosedBy":{"name":"wyatt_authentication_bloc","type":"library","href":"wyatt_authentication_bloc/wyatt_authentication_bloc-library.md"}},{"name":"RefreshFailureInterface","qualifiedName":"wyatt_authentication_bloc.RefreshFailureInterface.RefreshFailureInterface","href":"wyatt_authentication_bloc/RefreshFailureInterface/RefreshFailureInterface.md","type":"constructor","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"Thrown during the refresh process if a failure occurs.","enclosedBy":{"name":"RefreshFailureInterface","type":"class","href":"wyatt_authentication_bloc/RefreshFailureInterface-class.md"}},{"name":"RefreshFailureInterface.fromCode","qualifiedName":"wyatt_authentication_bloc.RefreshFailureInterface.fromCode","href":"wyatt_authentication_bloc/RefreshFailureInterface/RefreshFailureInterface.fromCode.md","type":"constructor","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"Thrown during the refresh process if a failure occurs.","enclosedBy":{"name":"RefreshFailureInterface","type":"class","href":"wyatt_authentication_bloc/RefreshFailureInterface-class.md"}},{"name":"RefreshedEvent","qualifiedName":"wyatt_authentication_bloc.RefreshedEvent","href":"wyatt_authentication_bloc/RefreshedEvent-class.md","type":"class","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"When a user access token is refreshed (from the logged in state to the \nlogged in state with a different access token)","enclosedBy":{"name":"wyatt_authentication_bloc","type":"library","href":"wyatt_authentication_bloc/wyatt_authentication_bloc-library.md"}},{"name":"RefreshedEvent","qualifiedName":"wyatt_authentication_bloc.RefreshedEvent.RefreshedEvent","href":"wyatt_authentication_bloc/RefreshedEvent/RefreshedEvent.md","type":"constructor","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"","enclosedBy":{"name":"RefreshedEvent","type":"class","href":"wyatt_authentication_bloc/RefreshedEvent-class.md"}},{"name":"account","qualifiedName":"wyatt_authentication_bloc.RefreshedEvent.account","href":"wyatt_authentication_bloc/RefreshedEvent/account.md","type":"property","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"","enclosedBy":{"name":"RefreshedEvent","type":"class","href":"wyatt_authentication_bloc/RefreshedEvent-class.md"}},{"name":"props","qualifiedName":"wyatt_authentication_bloc.RefreshedEvent.props","href":"wyatt_authentication_bloc/RefreshedEvent/props.md","type":"property","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"The list of properties that will be used to determine whether\ntwo instances are equal.","enclosedBy":{"name":"RefreshedEvent","type":"class","href":"wyatt_authentication_bloc/RefreshedEvent-class.md"}},{"name":"SendEmailVerificationFailureFirebase","qualifiedName":"wyatt_authentication_bloc.SendEmailVerificationFailureFirebase","href":"wyatt_authentication_bloc/SendEmailVerificationFailureFirebase-class.md","type":"class","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"Thrown during the email verification process if a failure occurs.","enclosedBy":{"name":"wyatt_authentication_bloc","type":"library","href":"wyatt_authentication_bloc/wyatt_authentication_bloc-library.md"}},{"name":"SendEmailVerificationFailureFirebase","qualifiedName":"wyatt_authentication_bloc.SendEmailVerificationFailureFirebase.SendEmailVerificationFailureFirebase","href":"wyatt_authentication_bloc/SendEmailVerificationFailureFirebase/SendEmailVerificationFailureFirebase.md","type":"constructor","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"","enclosedBy":{"name":"SendEmailVerificationFailureFirebase","type":"class","href":"wyatt_authentication_bloc/SendEmailVerificationFailureFirebase-class.md"}},{"name":"SendEmailVerificationFailureFirebase.fromCode","qualifiedName":"wyatt_authentication_bloc.SendEmailVerificationFailureFirebase.fromCode","href":"wyatt_authentication_bloc/SendEmailVerificationFailureFirebase/SendEmailVerificationFailureFirebase.fromCode.md","type":"constructor","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"","enclosedBy":{"name":"SendEmailVerificationFailureFirebase","type":"class","href":"wyatt_authentication_bloc/SendEmailVerificationFailureFirebase-class.md"}},{"name":"SendEmailVerificationFailureInterface","qualifiedName":"wyatt_authentication_bloc.SendEmailVerificationFailureInterface","href":"wyatt_authentication_bloc/SendEmailVerificationFailureInterface-class.md","type":"class","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"Thrown during the email verification process if a failure occurs.","enclosedBy":{"name":"wyatt_authentication_bloc","type":"library","href":"wyatt_authentication_bloc/wyatt_authentication_bloc-library.md"}},{"name":"SendEmailVerificationFailureInterface","qualifiedName":"wyatt_authentication_bloc.SendEmailVerificationFailureInterface.SendEmailVerificationFailureInterface","href":"wyatt_authentication_bloc/SendEmailVerificationFailureInterface/SendEmailVerificationFailureInterface.md","type":"constructor","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"Thrown during the email verification process if a failure occurs.","enclosedBy":{"name":"SendEmailVerificationFailureInterface","type":"class","href":"wyatt_authentication_bloc/SendEmailVerificationFailureInterface-class.md"}},{"name":"SendEmailVerificationFailureInterface.fromCode","qualifiedName":"wyatt_authentication_bloc.SendEmailVerificationFailureInterface.fromCode","href":"wyatt_authentication_bloc/SendEmailVerificationFailureInterface/SendEmailVerificationFailureInterface.fromCode.md","type":"constructor","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"Thrown during the email verification process if a failure occurs.","enclosedBy":{"name":"SendEmailVerificationFailureInterface","type":"class","href":"wyatt_authentication_bloc/SendEmailVerificationFailureInterface-class.md"}},{"name":"SendPasswordResetEmailFailureFirebase","qualifiedName":"wyatt_authentication_bloc.SendPasswordResetEmailFailureFirebase","href":"wyatt_authentication_bloc/SendPasswordResetEmailFailureFirebase-class.md","type":"class","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"Thrown during the password reset process if a failure occurs.","enclosedBy":{"name":"wyatt_authentication_bloc","type":"library","href":"wyatt_authentication_bloc/wyatt_authentication_bloc-library.md"}},{"name":"SendPasswordResetEmailFailureFirebase","qualifiedName":"wyatt_authentication_bloc.SendPasswordResetEmailFailureFirebase.SendPasswordResetEmailFailureFirebase","href":"wyatt_authentication_bloc/SendPasswordResetEmailFailureFirebase/SendPasswordResetEmailFailureFirebase.md","type":"constructor","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"","enclosedBy":{"name":"SendPasswordResetEmailFailureFirebase","type":"class","href":"wyatt_authentication_bloc/SendPasswordResetEmailFailureFirebase-class.md"}},{"name":"SendPasswordResetEmailFailureFirebase.fromCode","qualifiedName":"wyatt_authentication_bloc.SendPasswordResetEmailFailureFirebase.fromCode","href":"wyatt_authentication_bloc/SendPasswordResetEmailFailureFirebase/SendPasswordResetEmailFailureFirebase.fromCode.md","type":"constructor","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"","enclosedBy":{"name":"SendPasswordResetEmailFailureFirebase","type":"class","href":"wyatt_authentication_bloc/SendPasswordResetEmailFailureFirebase-class.md"}},{"name":"SendPasswordResetEmailFailureInterface","qualifiedName":"wyatt_authentication_bloc.SendPasswordResetEmailFailureInterface","href":"wyatt_authentication_bloc/SendPasswordResetEmailFailureInterface-class.md","type":"class","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"Thrown during the password reset process if a failure occurs.","enclosedBy":{"name":"wyatt_authentication_bloc","type":"library","href":"wyatt_authentication_bloc/wyatt_authentication_bloc-library.md"}},{"name":"SendPasswordResetEmailFailureInterface","qualifiedName":"wyatt_authentication_bloc.SendPasswordResetEmailFailureInterface.SendPasswordResetEmailFailureInterface","href":"wyatt_authentication_bloc/SendPasswordResetEmailFailureInterface/SendPasswordResetEmailFailureInterface.md","type":"constructor","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"Thrown during the password reset process if a failure occurs.","enclosedBy":{"name":"SendPasswordResetEmailFailureInterface","type":"class","href":"wyatt_authentication_bloc/SendPasswordResetEmailFailureInterface-class.md"}},{"name":"SendPasswordResetEmailFailureInterface.fromCode","qualifiedName":"wyatt_authentication_bloc.SendPasswordResetEmailFailureInterface.fromCode","href":"wyatt_authentication_bloc/SendPasswordResetEmailFailureInterface/SendPasswordResetEmailFailureInterface.fromCode.md","type":"constructor","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"Thrown during the password reset process if a failure occurs.","enclosedBy":{"name":"SendPasswordResetEmailFailureInterface","type":"class","href":"wyatt_authentication_bloc/SendPasswordResetEmailFailureInterface-class.md"}},{"name":"SendSignInLinkEmailFailureFirebase","qualifiedName":"wyatt_authentication_bloc.SendSignInLinkEmailFailureFirebase","href":"wyatt_authentication_bloc/SendSignInLinkEmailFailureFirebase-class.md","type":"class","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"Thrown during the sign in link process if a failure occurs.","enclosedBy":{"name":"wyatt_authentication_bloc","type":"library","href":"wyatt_authentication_bloc/wyatt_authentication_bloc-library.md"}},{"name":"SendSignInLinkEmailFailureFirebase","qualifiedName":"wyatt_authentication_bloc.SendSignInLinkEmailFailureFirebase.SendSignInLinkEmailFailureFirebase","href":"wyatt_authentication_bloc/SendSignInLinkEmailFailureFirebase/SendSignInLinkEmailFailureFirebase.md","type":"constructor","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"","enclosedBy":{"name":"SendSignInLinkEmailFailureFirebase","type":"class","href":"wyatt_authentication_bloc/SendSignInLinkEmailFailureFirebase-class.md"}},{"name":"SendSignInLinkEmailFailureFirebase.fromCode","qualifiedName":"wyatt_authentication_bloc.SendSignInLinkEmailFailureFirebase.fromCode","href":"wyatt_authentication_bloc/SendSignInLinkEmailFailureFirebase/SendSignInLinkEmailFailureFirebase.fromCode.md","type":"constructor","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"","enclosedBy":{"name":"SendSignInLinkEmailFailureFirebase","type":"class","href":"wyatt_authentication_bloc/SendSignInLinkEmailFailureFirebase-class.md"}},{"name":"SendSignInLinkEmailFailureInterface","qualifiedName":"wyatt_authentication_bloc.SendSignInLinkEmailFailureInterface","href":"wyatt_authentication_bloc/SendSignInLinkEmailFailureInterface-class.md","type":"class","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"Thrown during the sign in link process if a failure occurs.","enclosedBy":{"name":"wyatt_authentication_bloc","type":"library","href":"wyatt_authentication_bloc/wyatt_authentication_bloc-library.md"}},{"name":"SendSignInLinkEmailFailureInterface","qualifiedName":"wyatt_authentication_bloc.SendSignInLinkEmailFailureInterface.SendSignInLinkEmailFailureInterface","href":"wyatt_authentication_bloc/SendSignInLinkEmailFailureInterface/SendSignInLinkEmailFailureInterface.md","type":"constructor","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"Thrown during the sign in link process if a failure occurs.","enclosedBy":{"name":"SendSignInLinkEmailFailureInterface","type":"class","href":"wyatt_authentication_bloc/SendSignInLinkEmailFailureInterface-class.md"}},{"name":"SendSignInLinkEmailFailureInterface.fromCode","qualifiedName":"wyatt_authentication_bloc.SendSignInLinkEmailFailureInterface.fromCode","href":"wyatt_authentication_bloc/SendSignInLinkEmailFailureInterface/SendSignInLinkEmailFailureInterface.fromCode.md","type":"constructor","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"Thrown during the sign in link process if a failure occurs.","enclosedBy":{"name":"SendSignInLinkEmailFailureInterface","type":"class","href":"wyatt_authentication_bloc/SendSignInLinkEmailFailureInterface-class.md"}},{"name":"Session","qualifiedName":"wyatt_authentication_bloc.Session","href":"wyatt_authentication_bloc/Session-class.md","type":"class","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"The Session object is used to transport and propagate\nthe connected user Account and personalized Data in the application.","enclosedBy":{"name":"wyatt_authentication_bloc","type":"library","href":"wyatt_authentication_bloc/wyatt_authentication_bloc-library.md"}},{"name":"Session","qualifiedName":"wyatt_authentication_bloc.Session.Session","href":"wyatt_authentication_bloc/Session/Session.md","type":"constructor","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"","enclosedBy":{"name":"Session","type":"class","href":"wyatt_authentication_bloc/Session-class.md"}},{"name":"account","qualifiedName":"wyatt_authentication_bloc.Session.account","href":"wyatt_authentication_bloc/Session/account.md","type":"property","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"","enclosedBy":{"name":"Session","type":"class","href":"wyatt_authentication_bloc/Session-class.md"}},{"name":"data","qualifiedName":"wyatt_authentication_bloc.Session.data","href":"wyatt_authentication_bloc/Session/data.md","type":"property","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"","enclosedBy":{"name":"Session","type":"class","href":"wyatt_authentication_bloc/Session-class.md"}},{"name":"props","qualifiedName":"wyatt_authentication_bloc.Session.props","href":"wyatt_authentication_bloc/Session/props.md","type":"property","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"The list of properties that will be used to determine whether\ntwo instances are equal.","enclosedBy":{"name":"Session","type":"class","href":"wyatt_authentication_bloc/Session-class.md"}},{"name":"stringify","qualifiedName":"wyatt_authentication_bloc.Session.stringify","href":"wyatt_authentication_bloc/Session/stringify.md","type":"property","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"If set to true, the toString method will be overridden to output\nthis instance's props.","enclosedBy":{"name":"Session","type":"class","href":"wyatt_authentication_bloc/Session-class.md"}},{"name":"SessionWrapper","qualifiedName":"wyatt_authentication_bloc.SessionWrapper","href":"wyatt_authentication_bloc/SessionWrapper-class.md","type":"class","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"Contains the AuthenticationChangeEvent initiating the state \nchange and the current Session.","enclosedBy":{"name":"wyatt_authentication_bloc","type":"library","href":"wyatt_authentication_bloc/wyatt_authentication_bloc-library.md"}},{"name":"SessionWrapper","qualifiedName":"wyatt_authentication_bloc.SessionWrapper.SessionWrapper","href":"wyatt_authentication_bloc/SessionWrapper/SessionWrapper.md","type":"constructor","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"","enclosedBy":{"name":"SessionWrapper","type":"class","href":"wyatt_authentication_bloc/SessionWrapper-class.md"}},{"name":"event","qualifiedName":"wyatt_authentication_bloc.SessionWrapper.event","href":"wyatt_authentication_bloc/SessionWrapper/event.md","type":"property","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"","enclosedBy":{"name":"SessionWrapper","type":"class","href":"wyatt_authentication_bloc/SessionWrapper-class.md"}},{"name":"props","qualifiedName":"wyatt_authentication_bloc.SessionWrapper.props","href":"wyatt_authentication_bloc/SessionWrapper/props.md","type":"property","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"The list of properties that will be used to determine whether\ntwo instances are equal.","enclosedBy":{"name":"SessionWrapper","type":"class","href":"wyatt_authentication_bloc/SessionWrapper-class.md"}},{"name":"session","qualifiedName":"wyatt_authentication_bloc.SessionWrapper.session","href":"wyatt_authentication_bloc/SessionWrapper/session.md","type":"property","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"","enclosedBy":{"name":"SessionWrapper","type":"class","href":"wyatt_authentication_bloc/SessionWrapper-class.md"}},{"name":"stringify","qualifiedName":"wyatt_authentication_bloc.SessionWrapper.stringify","href":"wyatt_authentication_bloc/SessionWrapper/stringify.md","type":"property","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"If set to true, the toString method will be overridden to output\nthis instance's props.","enclosedBy":{"name":"SessionWrapper","type":"class","href":"wyatt_authentication_bloc/SessionWrapper-class.md"}},{"name":"SignInAnonymously","qualifiedName":"wyatt_authentication_bloc.SignInAnonymously","href":"wyatt_authentication_bloc/SignInAnonymously-mixin.md","type":"mixin","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"Sign in mixin.","enclosedBy":{"name":"wyatt_authentication_bloc","type":"library","href":"wyatt_authentication_bloc/wyatt_authentication_bloc-library.md"}},{"name":"onSignInAnonymously","qualifiedName":"wyatt_authentication_bloc.SignInAnonymously.onSignInAnonymously","href":"wyatt_authentication_bloc/SignInAnonymously/onSignInAnonymously.md","type":"method","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"This callback is triggered when a user signs in anonymously.","enclosedBy":{"name":"SignInAnonymously","type":"mixin","href":"wyatt_authentication_bloc/SignInAnonymously-mixin.md"}},{"name":"signInAnonymously","qualifiedName":"wyatt_authentication_bloc.SignInAnonymously.signInAnonymously","href":"wyatt_authentication_bloc/SignInAnonymously/signInAnonymously.md","type":"method","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"Sign in anonymously.","enclosedBy":{"name":"SignInAnonymously","type":"mixin","href":"wyatt_authentication_bloc/SignInAnonymously-mixin.md"}},{"name":"SignInAnonymouslyFailureFirebase","qualifiedName":"wyatt_authentication_bloc.SignInAnonymouslyFailureFirebase","href":"wyatt_authentication_bloc/SignInAnonymouslyFailureFirebase-class.md","type":"class","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"Thrown during the sign in process if a failure occurs.","enclosedBy":{"name":"wyatt_authentication_bloc","type":"library","href":"wyatt_authentication_bloc/wyatt_authentication_bloc-library.md"}},{"name":"SignInAnonymouslyFailureFirebase","qualifiedName":"wyatt_authentication_bloc.SignInAnonymouslyFailureFirebase.SignInAnonymouslyFailureFirebase","href":"wyatt_authentication_bloc/SignInAnonymouslyFailureFirebase/SignInAnonymouslyFailureFirebase.md","type":"constructor","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"","enclosedBy":{"name":"SignInAnonymouslyFailureFirebase","type":"class","href":"wyatt_authentication_bloc/SignInAnonymouslyFailureFirebase-class.md"}},{"name":"SignInAnonymouslyFailureFirebase.fromCode","qualifiedName":"wyatt_authentication_bloc.SignInAnonymouslyFailureFirebase.fromCode","href":"wyatt_authentication_bloc/SignInAnonymouslyFailureFirebase/SignInAnonymouslyFailureFirebase.fromCode.md","type":"constructor","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"","enclosedBy":{"name":"SignInAnonymouslyFailureFirebase","type":"class","href":"wyatt_authentication_bloc/SignInAnonymouslyFailureFirebase-class.md"}},{"name":"SignInAnonymouslyFailureInterface","qualifiedName":"wyatt_authentication_bloc.SignInAnonymouslyFailureInterface","href":"wyatt_authentication_bloc/SignInAnonymouslyFailureInterface-class.md","type":"class","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"Thrown during the sign in process if a failure occurs.","enclosedBy":{"name":"wyatt_authentication_bloc","type":"library","href":"wyatt_authentication_bloc/wyatt_authentication_bloc-library.md"}},{"name":"SignInAnonymouslyFailureInterface","qualifiedName":"wyatt_authentication_bloc.SignInAnonymouslyFailureInterface.SignInAnonymouslyFailureInterface","href":"wyatt_authentication_bloc/SignInAnonymouslyFailureInterface/SignInAnonymouslyFailureInterface.md","type":"constructor","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"Thrown during the sign in process if a failure occurs.","enclosedBy":{"name":"SignInAnonymouslyFailureInterface","type":"class","href":"wyatt_authentication_bloc/SignInAnonymouslyFailureInterface-class.md"}},{"name":"SignInAnonymouslyFailureInterface.fromCode","qualifiedName":"wyatt_authentication_bloc.SignInAnonymouslyFailureInterface.fromCode","href":"wyatt_authentication_bloc/SignInAnonymouslyFailureInterface/SignInAnonymouslyFailureInterface.fromCode.md","type":"constructor","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"Thrown during the sign in process if a failure occurs.","enclosedBy":{"name":"SignInAnonymouslyFailureInterface","type":"class","href":"wyatt_authentication_bloc/SignInAnonymouslyFailureInterface-class.md"}},{"name":"SignInCubit","qualifiedName":"wyatt_authentication_bloc.SignInCubit","href":"wyatt_authentication_bloc/SignInCubit-class.md","type":"class","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"Fully featured sign in cubit.","enclosedBy":{"name":"wyatt_authentication_bloc","type":"library","href":"wyatt_authentication_bloc/wyatt_authentication_bloc-library.md"}},{"name":"SignInCubit","qualifiedName":"wyatt_authentication_bloc.SignInCubit.SignInCubit","href":"wyatt_authentication_bloc/SignInCubit/SignInCubit.md","type":"constructor","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"","enclosedBy":{"name":"SignInCubit","type":"class","href":"wyatt_authentication_bloc/SignInCubit-class.md"}},{"name":"onSignInAnonymously","qualifiedName":"wyatt_authentication_bloc.SignInCubit.onSignInAnonymously","href":"wyatt_authentication_bloc/SignInCubit/onSignInAnonymously.md","type":"method","overriddenDepth":1,"packageName":"wyatt_authentication_bloc","desc":"This callback is triggered when a user signs in anonymously.","enclosedBy":{"name":"SignInCubit","type":"class","href":"wyatt_authentication_bloc/SignInCubit-class.md"}},{"name":"onSignInWithEmailAndPassword","qualifiedName":"wyatt_authentication_bloc.SignInCubit.onSignInWithEmailAndPassword","href":"wyatt_authentication_bloc/SignInCubit/onSignInWithEmailAndPassword.md","type":"method","overriddenDepth":1,"packageName":"wyatt_authentication_bloc","desc":"This callback is triggered when a user signs in with email and password.","enclosedBy":{"name":"SignInCubit","type":"class","href":"wyatt_authentication_bloc/SignInCubit-class.md"}},{"name":"onSignInWithGoogle","qualifiedName":"wyatt_authentication_bloc.SignInCubit.onSignInWithGoogle","href":"wyatt_authentication_bloc/SignInCubit/onSignInWithGoogle.md","type":"method","overriddenDepth":1,"packageName":"wyatt_authentication_bloc","desc":"This callback is triggered when a user signs in with google.","enclosedBy":{"name":"SignInCubit","type":"class","href":"wyatt_authentication_bloc/SignInCubit-class.md"}},{"name":"SignInListener","qualifiedName":"wyatt_authentication_bloc.SignInListener","href":"wyatt_authentication_bloc/SignInListener-class.md","type":"class","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"Widget that listens and builds a child based on the state of \nthe sign in cubit","enclosedBy":{"name":"wyatt_authentication_bloc","type":"library","href":"wyatt_authentication_bloc/wyatt_authentication_bloc-library.md"}},{"name":"SignInListener","qualifiedName":"wyatt_authentication_bloc.SignInListener.SignInListener","href":"wyatt_authentication_bloc/SignInListener/SignInListener.md","type":"constructor","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"","enclosedBy":{"name":"SignInListener","type":"class","href":"wyatt_authentication_bloc/SignInListener-class.md"}},{"name":"build","qualifiedName":"wyatt_authentication_bloc.SignInListener.build","href":"wyatt_authentication_bloc/SignInListener/build.md","type":"method","overriddenDepth":1,"packageName":"wyatt_authentication_bloc","desc":"Describes the part of the user interface represented by this widget.","enclosedBy":{"name":"SignInListener","type":"class","href":"wyatt_authentication_bloc/SignInListener-class.md"}},{"name":"child","qualifiedName":"wyatt_authentication_bloc.SignInListener.child","href":"wyatt_authentication_bloc/SignInListener/child.md","type":"property","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"","enclosedBy":{"name":"SignInListener","type":"class","href":"wyatt_authentication_bloc/SignInListener-class.md"}},{"name":"customBuilder","qualifiedName":"wyatt_authentication_bloc.SignInListener.customBuilder","href":"wyatt_authentication_bloc/SignInListener/customBuilder.md","type":"property","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"","enclosedBy":{"name":"SignInListener","type":"class","href":"wyatt_authentication_bloc/SignInListener-class.md"}},{"name":"onError","qualifiedName":"wyatt_authentication_bloc.SignInListener.onError","href":"wyatt_authentication_bloc/SignInListener/onError.md","type":"property","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"","enclosedBy":{"name":"SignInListener","type":"class","href":"wyatt_authentication_bloc/SignInListener-class.md"}},{"name":"onProgress","qualifiedName":"wyatt_authentication_bloc.SignInListener.onProgress","href":"wyatt_authentication_bloc/SignInListener/onProgress.md","type":"property","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"","enclosedBy":{"name":"SignInListener","type":"class","href":"wyatt_authentication_bloc/SignInListener-class.md"}},{"name":"onSuccess","qualifiedName":"wyatt_authentication_bloc.SignInListener.onSuccess","href":"wyatt_authentication_bloc/SignInListener/onSuccess.md","type":"property","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"","enclosedBy":{"name":"SignInListener","type":"class","href":"wyatt_authentication_bloc/SignInListener-class.md"}},{"name":"SignInState","qualifiedName":"wyatt_authentication_bloc.SignInState","href":"wyatt_authentication_bloc/SignInState-class.md","type":"class","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"Sign in cubit state to manage the form.","enclosedBy":{"name":"wyatt_authentication_bloc","type":"library","href":"wyatt_authentication_bloc/wyatt_authentication_bloc-library.md"}},{"name":"SignInState","qualifiedName":"wyatt_authentication_bloc.SignInState.SignInState","href":"wyatt_authentication_bloc/SignInState/SignInState.md","type":"constructor","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"","enclosedBy":{"name":"SignInState","type":"class","href":"wyatt_authentication_bloc/SignInState-class.md"}},{"name":"copyWith","qualifiedName":"wyatt_authentication_bloc.SignInState.copyWith","href":"wyatt_authentication_bloc/SignInState/copyWith.md","type":"method","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"","enclosedBy":{"name":"SignInState","type":"class","href":"wyatt_authentication_bloc/SignInState-class.md"}},{"name":"email","qualifiedName":"wyatt_authentication_bloc.SignInState.email","href":"wyatt_authentication_bloc/SignInState/email.md","type":"property","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"","enclosedBy":{"name":"SignInState","type":"class","href":"wyatt_authentication_bloc/SignInState-class.md"}},{"name":"errorMessage","qualifiedName":"wyatt_authentication_bloc.SignInState.errorMessage","href":"wyatt_authentication_bloc/SignInState/errorMessage.md","type":"property","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"Optional error message.","enclosedBy":{"name":"SignInState","type":"class","href":"wyatt_authentication_bloc/SignInState-class.md"}},{"name":"form","qualifiedName":"wyatt_authentication_bloc.SignInState.form","href":"wyatt_authentication_bloc/SignInState/form.md","type":"property","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"FormData with all inputs, and associated metadata.","enclosedBy":{"name":"SignInState","type":"class","href":"wyatt_authentication_bloc/SignInState-class.md"}},{"name":"password","qualifiedName":"wyatt_authentication_bloc.SignInState.password","href":"wyatt_authentication_bloc/SignInState/password.md","type":"property","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"","enclosedBy":{"name":"SignInState","type":"class","href":"wyatt_authentication_bloc/SignInState-class.md"}},{"name":"props","qualifiedName":"wyatt_authentication_bloc.SignInState.props","href":"wyatt_authentication_bloc/SignInState/props.md","type":"property","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"The list of properties that will be used to determine whether\ntwo instances are equal.","enclosedBy":{"name":"SignInState","type":"class","href":"wyatt_authentication_bloc/SignInState-class.md"}},{"name":"status","qualifiedName":"wyatt_authentication_bloc.SignInState.status","href":"wyatt_authentication_bloc/SignInState/status.md","type":"property","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"Global status of a form.","enclosedBy":{"name":"SignInState","type":"class","href":"wyatt_authentication_bloc/SignInState-class.md"}},{"name":"toString","qualifiedName":"wyatt_authentication_bloc.SignInState.toString","href":"wyatt_authentication_bloc/SignInState/toString.md","type":"method","overriddenDepth":2,"packageName":"wyatt_authentication_bloc","desc":"A string representation of this object.","enclosedBy":{"name":"SignInState","type":"class","href":"wyatt_authentication_bloc/SignInState-class.md"}},{"name":"SignInWithAppleFailureFirebase","qualifiedName":"wyatt_authentication_bloc.SignInWithAppleFailureFirebase","href":"wyatt_authentication_bloc/SignInWithAppleFailureFirebase-class.md","type":"class","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"Thrown during the sign in process if a failure occurs.","enclosedBy":{"name":"wyatt_authentication_bloc","type":"library","href":"wyatt_authentication_bloc/wyatt_authentication_bloc-library.md"}},{"name":"SignInWithAppleFailureFirebase","qualifiedName":"wyatt_authentication_bloc.SignInWithAppleFailureFirebase.SignInWithAppleFailureFirebase","href":"wyatt_authentication_bloc/SignInWithAppleFailureFirebase/SignInWithAppleFailureFirebase.md","type":"constructor","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"","enclosedBy":{"name":"SignInWithAppleFailureFirebase","type":"class","href":"wyatt_authentication_bloc/SignInWithAppleFailureFirebase-class.md"}},{"name":"SignInWithAppleFailureFirebase.fromCode","qualifiedName":"wyatt_authentication_bloc.SignInWithAppleFailureFirebase.fromCode","href":"wyatt_authentication_bloc/SignInWithAppleFailureFirebase/SignInWithAppleFailureFirebase.fromCode.md","type":"constructor","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"","enclosedBy":{"name":"SignInWithAppleFailureFirebase","type":"class","href":"wyatt_authentication_bloc/SignInWithAppleFailureFirebase-class.md"}},{"name":"SignInWithAppleFailureInterface","qualifiedName":"wyatt_authentication_bloc.SignInWithAppleFailureInterface","href":"wyatt_authentication_bloc/SignInWithAppleFailureInterface-class.md","type":"class","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"Thrown during the sign in process if a failure occurs.","enclosedBy":{"name":"wyatt_authentication_bloc","type":"library","href":"wyatt_authentication_bloc/wyatt_authentication_bloc-library.md"}},{"name":"SignInWithAppleFailureInterface","qualifiedName":"wyatt_authentication_bloc.SignInWithAppleFailureInterface.SignInWithAppleFailureInterface","href":"wyatt_authentication_bloc/SignInWithAppleFailureInterface/SignInWithAppleFailureInterface.md","type":"constructor","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"Thrown during the sign in process if a failure occurs.","enclosedBy":{"name":"SignInWithAppleFailureInterface","type":"class","href":"wyatt_authentication_bloc/SignInWithAppleFailureInterface-class.md"}},{"name":"SignInWithAppleFailureInterface.fromCode","qualifiedName":"wyatt_authentication_bloc.SignInWithAppleFailureInterface.fromCode","href":"wyatt_authentication_bloc/SignInWithAppleFailureInterface/SignInWithAppleFailureInterface.fromCode.md","type":"constructor","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"Thrown during the sign in process if a failure occurs.","enclosedBy":{"name":"SignInWithAppleFailureInterface","type":"class","href":"wyatt_authentication_bloc/SignInWithAppleFailureInterface-class.md"}},{"name":"SignInWithCredentialFailureFirebase","qualifiedName":"wyatt_authentication_bloc.SignInWithCredentialFailureFirebase","href":"wyatt_authentication_bloc/SignInWithCredentialFailureFirebase-class.md","type":"class","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"Thrown during the sign in process if a failure occurs.","enclosedBy":{"name":"wyatt_authentication_bloc","type":"library","href":"wyatt_authentication_bloc/wyatt_authentication_bloc-library.md"}},{"name":"SignInWithCredentialFailureFirebase","qualifiedName":"wyatt_authentication_bloc.SignInWithCredentialFailureFirebase.SignInWithCredentialFailureFirebase","href":"wyatt_authentication_bloc/SignInWithCredentialFailureFirebase/SignInWithCredentialFailureFirebase.md","type":"constructor","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"","enclosedBy":{"name":"SignInWithCredentialFailureFirebase","type":"class","href":"wyatt_authentication_bloc/SignInWithCredentialFailureFirebase-class.md"}},{"name":"SignInWithCredentialFailureFirebase.fromCode","qualifiedName":"wyatt_authentication_bloc.SignInWithCredentialFailureFirebase.fromCode","href":"wyatt_authentication_bloc/SignInWithCredentialFailureFirebase/SignInWithCredentialFailureFirebase.fromCode.md","type":"constructor","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"","enclosedBy":{"name":"SignInWithCredentialFailureFirebase","type":"class","href":"wyatt_authentication_bloc/SignInWithCredentialFailureFirebase-class.md"}},{"name":"SignInWithCredentialFailureInterface","qualifiedName":"wyatt_authentication_bloc.SignInWithCredentialFailureInterface","href":"wyatt_authentication_bloc/SignInWithCredentialFailureInterface-class.md","type":"class","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"Thrown during the sign in process if a failure occurs.","enclosedBy":{"name":"wyatt_authentication_bloc","type":"library","href":"wyatt_authentication_bloc/wyatt_authentication_bloc-library.md"}},{"name":"SignInWithCredentialFailureInterface","qualifiedName":"wyatt_authentication_bloc.SignInWithCredentialFailureInterface.SignInWithCredentialFailureInterface","href":"wyatt_authentication_bloc/SignInWithCredentialFailureInterface/SignInWithCredentialFailureInterface.md","type":"constructor","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"Thrown during the sign in process if a failure occurs.","enclosedBy":{"name":"SignInWithCredentialFailureInterface","type":"class","href":"wyatt_authentication_bloc/SignInWithCredentialFailureInterface-class.md"}},{"name":"SignInWithCredentialFailureInterface.fromCode","qualifiedName":"wyatt_authentication_bloc.SignInWithCredentialFailureInterface.fromCode","href":"wyatt_authentication_bloc/SignInWithCredentialFailureInterface/SignInWithCredentialFailureInterface.fromCode.md","type":"constructor","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"Thrown during the sign in process if a failure occurs.","enclosedBy":{"name":"SignInWithCredentialFailureInterface","type":"class","href":"wyatt_authentication_bloc/SignInWithCredentialFailureInterface-class.md"}},{"name":"SignInWithEmailAndPasswordFailureFirebase","qualifiedName":"wyatt_authentication_bloc.SignInWithEmailAndPasswordFailureFirebase","href":"wyatt_authentication_bloc/SignInWithEmailAndPasswordFailureFirebase-class.md","type":"class","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"Thrown during the sign in process if a failure occurs.","enclosedBy":{"name":"wyatt_authentication_bloc","type":"library","href":"wyatt_authentication_bloc/wyatt_authentication_bloc-library.md"}},{"name":"SignInWithEmailAndPasswordFailureFirebase","qualifiedName":"wyatt_authentication_bloc.SignInWithEmailAndPasswordFailureFirebase.SignInWithEmailAndPasswordFailureFirebase","href":"wyatt_authentication_bloc/SignInWithEmailAndPasswordFailureFirebase/SignInWithEmailAndPasswordFailureFirebase.md","type":"constructor","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"","enclosedBy":{"name":"SignInWithEmailAndPasswordFailureFirebase","type":"class","href":"wyatt_authentication_bloc/SignInWithEmailAndPasswordFailureFirebase-class.md"}},{"name":"SignInWithEmailAndPasswordFailureFirebase.fromCode","qualifiedName":"wyatt_authentication_bloc.SignInWithEmailAndPasswordFailureFirebase.fromCode","href":"wyatt_authentication_bloc/SignInWithEmailAndPasswordFailureFirebase/SignInWithEmailAndPasswordFailureFirebase.fromCode.md","type":"constructor","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"","enclosedBy":{"name":"SignInWithEmailAndPasswordFailureFirebase","type":"class","href":"wyatt_authentication_bloc/SignInWithEmailAndPasswordFailureFirebase-class.md"}},{"name":"SignInWithEmailAndPasswordFailureInterface","qualifiedName":"wyatt_authentication_bloc.SignInWithEmailAndPasswordFailureInterface","href":"wyatt_authentication_bloc/SignInWithEmailAndPasswordFailureInterface-class.md","type":"class","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"Thrown during the sign in process if a failure occurs.","enclosedBy":{"name":"wyatt_authentication_bloc","type":"library","href":"wyatt_authentication_bloc/wyatt_authentication_bloc-library.md"}},{"name":"SignInWithEmailAndPasswordFailureInterface","qualifiedName":"wyatt_authentication_bloc.SignInWithEmailAndPasswordFailureInterface.SignInWithEmailAndPasswordFailureInterface","href":"wyatt_authentication_bloc/SignInWithEmailAndPasswordFailureInterface/SignInWithEmailAndPasswordFailureInterface.md","type":"constructor","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"Thrown during the sign in process if a failure occurs.","enclosedBy":{"name":"SignInWithEmailAndPasswordFailureInterface","type":"class","href":"wyatt_authentication_bloc/SignInWithEmailAndPasswordFailureInterface-class.md"}},{"name":"SignInWithEmailAndPasswordFailureInterface.fromCode","qualifiedName":"wyatt_authentication_bloc.SignInWithEmailAndPasswordFailureInterface.fromCode","href":"wyatt_authentication_bloc/SignInWithEmailAndPasswordFailureInterface/SignInWithEmailAndPasswordFailureInterface.fromCode.md","type":"constructor","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"Thrown during the sign in process if a failure occurs.","enclosedBy":{"name":"SignInWithEmailAndPasswordFailureInterface","type":"class","href":"wyatt_authentication_bloc/SignInWithEmailAndPasswordFailureInterface-class.md"}},{"name":"SignInWithEmailLinkFailureFirebase","qualifiedName":"wyatt_authentication_bloc.SignInWithEmailLinkFailureFirebase","href":"wyatt_authentication_bloc/SignInWithEmailLinkFailureFirebase-class.md","type":"class","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"Thrown during the sign in process if a failure occurs.","enclosedBy":{"name":"wyatt_authentication_bloc","type":"library","href":"wyatt_authentication_bloc/wyatt_authentication_bloc-library.md"}},{"name":"SignInWithEmailLinkFailureFirebase","qualifiedName":"wyatt_authentication_bloc.SignInWithEmailLinkFailureFirebase.SignInWithEmailLinkFailureFirebase","href":"wyatt_authentication_bloc/SignInWithEmailLinkFailureFirebase/SignInWithEmailLinkFailureFirebase.md","type":"constructor","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"","enclosedBy":{"name":"SignInWithEmailLinkFailureFirebase","type":"class","href":"wyatt_authentication_bloc/SignInWithEmailLinkFailureFirebase-class.md"}},{"name":"SignInWithEmailLinkFailureFirebase.fromCode","qualifiedName":"wyatt_authentication_bloc.SignInWithEmailLinkFailureFirebase.fromCode","href":"wyatt_authentication_bloc/SignInWithEmailLinkFailureFirebase/SignInWithEmailLinkFailureFirebase.fromCode.md","type":"constructor","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"","enclosedBy":{"name":"SignInWithEmailLinkFailureFirebase","type":"class","href":"wyatt_authentication_bloc/SignInWithEmailLinkFailureFirebase-class.md"}},{"name":"SignInWithEmailLinkFailureInterface","qualifiedName":"wyatt_authentication_bloc.SignInWithEmailLinkFailureInterface","href":"wyatt_authentication_bloc/SignInWithEmailLinkFailureInterface-class.md","type":"class","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"Thrown during the sign in process if a failure occurs.","enclosedBy":{"name":"wyatt_authentication_bloc","type":"library","href":"wyatt_authentication_bloc/wyatt_authentication_bloc-library.md"}},{"name":"SignInWithEmailLinkFailureInterface","qualifiedName":"wyatt_authentication_bloc.SignInWithEmailLinkFailureInterface.SignInWithEmailLinkFailureInterface","href":"wyatt_authentication_bloc/SignInWithEmailLinkFailureInterface/SignInWithEmailLinkFailureInterface.md","type":"constructor","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"Thrown during the sign in process if a failure occurs.","enclosedBy":{"name":"SignInWithEmailLinkFailureInterface","type":"class","href":"wyatt_authentication_bloc/SignInWithEmailLinkFailureInterface-class.md"}},{"name":"SignInWithEmailLinkFailureInterface.fromCode","qualifiedName":"wyatt_authentication_bloc.SignInWithEmailLinkFailureInterface.fromCode","href":"wyatt_authentication_bloc/SignInWithEmailLinkFailureInterface/SignInWithEmailLinkFailureInterface.fromCode.md","type":"constructor","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"Thrown during the sign in process if a failure occurs.","enclosedBy":{"name":"SignInWithEmailLinkFailureInterface","type":"class","href":"wyatt_authentication_bloc/SignInWithEmailLinkFailureInterface-class.md"}},{"name":"SignInWithEmailPassword","qualifiedName":"wyatt_authentication_bloc.SignInWithEmailPassword","href":"wyatt_authentication_bloc/SignInWithEmailPassword-mixin.md","type":"mixin","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"Sign in mixin.","enclosedBy":{"name":"wyatt_authentication_bloc","type":"library","href":"wyatt_authentication_bloc/wyatt_authentication_bloc-library.md"}},{"name":"emailChanged","qualifiedName":"wyatt_authentication_bloc.SignInWithEmailPassword.emailChanged","href":"wyatt_authentication_bloc/SignInWithEmailPassword/emailChanged.md","type":"method","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"","enclosedBy":{"name":"SignInWithEmailPassword","type":"mixin","href":"wyatt_authentication_bloc/SignInWithEmailPassword-mixin.md"}},{"name":"emailCustomChanged","qualifiedName":"wyatt_authentication_bloc.SignInWithEmailPassword.emailCustomChanged","href":"wyatt_authentication_bloc/SignInWithEmailPassword/emailCustomChanged.md","type":"method","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"Same as emailChanged but with a custom Validator.","enclosedBy":{"name":"SignInWithEmailPassword","type":"mixin","href":"wyatt_authentication_bloc/SignInWithEmailPassword-mixin.md"}},{"name":"onSignInWithEmailAndPassword","qualifiedName":"wyatt_authentication_bloc.SignInWithEmailPassword.onSignInWithEmailAndPassword","href":"wyatt_authentication_bloc/SignInWithEmailPassword/onSignInWithEmailAndPassword.md","type":"method","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"This callback is triggered when a user signs in with email and password.","enclosedBy":{"name":"SignInWithEmailPassword","type":"mixin","href":"wyatt_authentication_bloc/SignInWithEmailPassword-mixin.md"}},{"name":"passwordChanged","qualifiedName":"wyatt_authentication_bloc.SignInWithEmailPassword.passwordChanged","href":"wyatt_authentication_bloc/SignInWithEmailPassword/passwordChanged.md","type":"method","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"","enclosedBy":{"name":"SignInWithEmailPassword","type":"mixin","href":"wyatt_authentication_bloc/SignInWithEmailPassword-mixin.md"}},{"name":"passwordCustomChanged","qualifiedName":"wyatt_authentication_bloc.SignInWithEmailPassword.passwordCustomChanged","href":"wyatt_authentication_bloc/SignInWithEmailPassword/passwordCustomChanged.md","type":"method","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"Same as passwordChanged but with a custom Validator.","enclosedBy":{"name":"SignInWithEmailPassword","type":"mixin","href":"wyatt_authentication_bloc/SignInWithEmailPassword-mixin.md"}},{"name":"signInWithEmailAndPassword","qualifiedName":"wyatt_authentication_bloc.SignInWithEmailPassword.signInWithEmailAndPassword","href":"wyatt_authentication_bloc/SignInWithEmailPassword/signInWithEmailAndPassword.md","type":"method","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"Signs in with the provided email and password.","enclosedBy":{"name":"SignInWithEmailPassword","type":"mixin","href":"wyatt_authentication_bloc/SignInWithEmailPassword-mixin.md"}},{"name":"SignInWithFacebookFailureFirebase","qualifiedName":"wyatt_authentication_bloc.SignInWithFacebookFailureFirebase","href":"wyatt_authentication_bloc/SignInWithFacebookFailureFirebase-class.md","type":"class","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"Thrown during the sign in process if a failure occurs.","enclosedBy":{"name":"wyatt_authentication_bloc","type":"library","href":"wyatt_authentication_bloc/wyatt_authentication_bloc-library.md"}},{"name":"SignInWithFacebookFailureFirebase","qualifiedName":"wyatt_authentication_bloc.SignInWithFacebookFailureFirebase.SignInWithFacebookFailureFirebase","href":"wyatt_authentication_bloc/SignInWithFacebookFailureFirebase/SignInWithFacebookFailureFirebase.md","type":"constructor","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"","enclosedBy":{"name":"SignInWithFacebookFailureFirebase","type":"class","href":"wyatt_authentication_bloc/SignInWithFacebookFailureFirebase-class.md"}},{"name":"SignInWithFacebookFailureFirebase.fromCode","qualifiedName":"wyatt_authentication_bloc.SignInWithFacebookFailureFirebase.fromCode","href":"wyatt_authentication_bloc/SignInWithFacebookFailureFirebase/SignInWithFacebookFailureFirebase.fromCode.md","type":"constructor","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"","enclosedBy":{"name":"SignInWithFacebookFailureFirebase","type":"class","href":"wyatt_authentication_bloc/SignInWithFacebookFailureFirebase-class.md"}},{"name":"SignInWithFacebookFailureInterface","qualifiedName":"wyatt_authentication_bloc.SignInWithFacebookFailureInterface","href":"wyatt_authentication_bloc/SignInWithFacebookFailureInterface-class.md","type":"class","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"Thrown during the sign in process if a failure occurs.","enclosedBy":{"name":"wyatt_authentication_bloc","type":"library","href":"wyatt_authentication_bloc/wyatt_authentication_bloc-library.md"}},{"name":"SignInWithFacebookFailureInterface","qualifiedName":"wyatt_authentication_bloc.SignInWithFacebookFailureInterface.SignInWithFacebookFailureInterface","href":"wyatt_authentication_bloc/SignInWithFacebookFailureInterface/SignInWithFacebookFailureInterface.md","type":"constructor","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"Thrown during the sign in process if a failure occurs.","enclosedBy":{"name":"SignInWithFacebookFailureInterface","type":"class","href":"wyatt_authentication_bloc/SignInWithFacebookFailureInterface-class.md"}},{"name":"SignInWithFacebookFailureInterface.fromCode","qualifiedName":"wyatt_authentication_bloc.SignInWithFacebookFailureInterface.fromCode","href":"wyatt_authentication_bloc/SignInWithFacebookFailureInterface/SignInWithFacebookFailureInterface.fromCode.md","type":"constructor","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"Thrown during the sign in process if a failure occurs.","enclosedBy":{"name":"SignInWithFacebookFailureInterface","type":"class","href":"wyatt_authentication_bloc/SignInWithFacebookFailureInterface-class.md"}},{"name":"SignInWithGoogle","qualifiedName":"wyatt_authentication_bloc.SignInWithGoogle","href":"wyatt_authentication_bloc/SignInWithGoogle-mixin.md","type":"mixin","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"Sign in mixin.","enclosedBy":{"name":"wyatt_authentication_bloc","type":"library","href":"wyatt_authentication_bloc/wyatt_authentication_bloc-library.md"}},{"name":"onSignInWithGoogle","qualifiedName":"wyatt_authentication_bloc.SignInWithGoogle.onSignInWithGoogle","href":"wyatt_authentication_bloc/SignInWithGoogle/onSignInWithGoogle.md","type":"method","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"This callback is triggered when a user signs in with google.","enclosedBy":{"name":"SignInWithGoogle","type":"mixin","href":"wyatt_authentication_bloc/SignInWithGoogle-mixin.md"}},{"name":"signInWithGoogle","qualifiedName":"wyatt_authentication_bloc.SignInWithGoogle.signInWithGoogle","href":"wyatt_authentication_bloc/SignInWithGoogle/signInWithGoogle.md","type":"method","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"Starts the Sign In with Google Flow.","enclosedBy":{"name":"SignInWithGoogle","type":"mixin","href":"wyatt_authentication_bloc/SignInWithGoogle-mixin.md"}},{"name":"SignInWithGoogleFailureFirebase","qualifiedName":"wyatt_authentication_bloc.SignInWithGoogleFailureFirebase","href":"wyatt_authentication_bloc/SignInWithGoogleFailureFirebase-class.md","type":"class","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"Thrown during the sign in process if a failure occurs.","enclosedBy":{"name":"wyatt_authentication_bloc","type":"library","href":"wyatt_authentication_bloc/wyatt_authentication_bloc-library.md"}},{"name":"SignInWithGoogleFailureFirebase","qualifiedName":"wyatt_authentication_bloc.SignInWithGoogleFailureFirebase.SignInWithGoogleFailureFirebase","href":"wyatt_authentication_bloc/SignInWithGoogleFailureFirebase/SignInWithGoogleFailureFirebase.md","type":"constructor","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"","enclosedBy":{"name":"SignInWithGoogleFailureFirebase","type":"class","href":"wyatt_authentication_bloc/SignInWithGoogleFailureFirebase-class.md"}},{"name":"SignInWithGoogleFailureFirebase.fromCode","qualifiedName":"wyatt_authentication_bloc.SignInWithGoogleFailureFirebase.fromCode","href":"wyatt_authentication_bloc/SignInWithGoogleFailureFirebase/SignInWithGoogleFailureFirebase.fromCode.md","type":"constructor","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"","enclosedBy":{"name":"SignInWithGoogleFailureFirebase","type":"class","href":"wyatt_authentication_bloc/SignInWithGoogleFailureFirebase-class.md"}},{"name":"SignInWithGoogleFailureInterface","qualifiedName":"wyatt_authentication_bloc.SignInWithGoogleFailureInterface","href":"wyatt_authentication_bloc/SignInWithGoogleFailureInterface-class.md","type":"class","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"Thrown during the sign in process if a failure occurs.","enclosedBy":{"name":"wyatt_authentication_bloc","type":"library","href":"wyatt_authentication_bloc/wyatt_authentication_bloc-library.md"}},{"name":"SignInWithGoogleFailureInterface","qualifiedName":"wyatt_authentication_bloc.SignInWithGoogleFailureInterface.SignInWithGoogleFailureInterface","href":"wyatt_authentication_bloc/SignInWithGoogleFailureInterface/SignInWithGoogleFailureInterface.md","type":"constructor","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"Thrown during the sign in process if a failure occurs.","enclosedBy":{"name":"SignInWithGoogleFailureInterface","type":"class","href":"wyatt_authentication_bloc/SignInWithGoogleFailureInterface-class.md"}},{"name":"SignInWithGoogleFailureInterface.fromCode","qualifiedName":"wyatt_authentication_bloc.SignInWithGoogleFailureInterface.fromCode","href":"wyatt_authentication_bloc/SignInWithGoogleFailureInterface/SignInWithGoogleFailureInterface.fromCode.md","type":"constructor","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"Thrown during the sign in process if a failure occurs.","enclosedBy":{"name":"SignInWithGoogleFailureInterface","type":"class","href":"wyatt_authentication_bloc/SignInWithGoogleFailureInterface-class.md"}},{"name":"SignInWithTwitterFailureFirebase","qualifiedName":"wyatt_authentication_bloc.SignInWithTwitterFailureFirebase","href":"wyatt_authentication_bloc/SignInWithTwitterFailureFirebase-class.md","type":"class","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"Thrown during the sign in process if a failure occurs.","enclosedBy":{"name":"wyatt_authentication_bloc","type":"library","href":"wyatt_authentication_bloc/wyatt_authentication_bloc-library.md"}},{"name":"SignInWithTwitterFailureFirebase","qualifiedName":"wyatt_authentication_bloc.SignInWithTwitterFailureFirebase.SignInWithTwitterFailureFirebase","href":"wyatt_authentication_bloc/SignInWithTwitterFailureFirebase/SignInWithTwitterFailureFirebase.md","type":"constructor","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"","enclosedBy":{"name":"SignInWithTwitterFailureFirebase","type":"class","href":"wyatt_authentication_bloc/SignInWithTwitterFailureFirebase-class.md"}},{"name":"SignInWithTwitterFailureFirebase.fromCode","qualifiedName":"wyatt_authentication_bloc.SignInWithTwitterFailureFirebase.fromCode","href":"wyatt_authentication_bloc/SignInWithTwitterFailureFirebase/SignInWithTwitterFailureFirebase.fromCode.md","type":"constructor","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"","enclosedBy":{"name":"SignInWithTwitterFailureFirebase","type":"class","href":"wyatt_authentication_bloc/SignInWithTwitterFailureFirebase-class.md"}},{"name":"SignInWithTwitterFailureInterface","qualifiedName":"wyatt_authentication_bloc.SignInWithTwitterFailureInterface","href":"wyatt_authentication_bloc/SignInWithTwitterFailureInterface-class.md","type":"class","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"Thrown during the sign in process if a failure occurs.","enclosedBy":{"name":"wyatt_authentication_bloc","type":"library","href":"wyatt_authentication_bloc/wyatt_authentication_bloc-library.md"}},{"name":"SignInWithTwitterFailureInterface","qualifiedName":"wyatt_authentication_bloc.SignInWithTwitterFailureInterface.SignInWithTwitterFailureInterface","href":"wyatt_authentication_bloc/SignInWithTwitterFailureInterface/SignInWithTwitterFailureInterface.md","type":"constructor","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"Thrown during the sign in process if a failure occurs.","enclosedBy":{"name":"SignInWithTwitterFailureInterface","type":"class","href":"wyatt_authentication_bloc/SignInWithTwitterFailureInterface-class.md"}},{"name":"SignInWithTwitterFailureInterface.fromCode","qualifiedName":"wyatt_authentication_bloc.SignInWithTwitterFailureInterface.fromCode","href":"wyatt_authentication_bloc/SignInWithTwitterFailureInterface/SignInWithTwitterFailureInterface.fromCode.md","type":"constructor","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"Thrown during the sign in process if a failure occurs.","enclosedBy":{"name":"SignInWithTwitterFailureInterface","type":"class","href":"wyatt_authentication_bloc/SignInWithTwitterFailureInterface-class.md"}},{"name":"SignOutFailureFirebase","qualifiedName":"wyatt_authentication_bloc.SignOutFailureFirebase","href":"wyatt_authentication_bloc/SignOutFailureFirebase-class.md","type":"class","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"Thrown during the sign out process if a failure occurs.","enclosedBy":{"name":"wyatt_authentication_bloc","type":"library","href":"wyatt_authentication_bloc/wyatt_authentication_bloc-library.md"}},{"name":"SignOutFailureFirebase","qualifiedName":"wyatt_authentication_bloc.SignOutFailureFirebase.SignOutFailureFirebase","href":"wyatt_authentication_bloc/SignOutFailureFirebase/SignOutFailureFirebase.md","type":"constructor","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"","enclosedBy":{"name":"SignOutFailureFirebase","type":"class","href":"wyatt_authentication_bloc/SignOutFailureFirebase-class.md"}},{"name":"SignOutFailureFirebase.fromCode","qualifiedName":"wyatt_authentication_bloc.SignOutFailureFirebase.fromCode","href":"wyatt_authentication_bloc/SignOutFailureFirebase/SignOutFailureFirebase.fromCode.md","type":"constructor","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"","enclosedBy":{"name":"SignOutFailureFirebase","type":"class","href":"wyatt_authentication_bloc/SignOutFailureFirebase-class.md"}},{"name":"SignOutFailureInterface","qualifiedName":"wyatt_authentication_bloc.SignOutFailureInterface","href":"wyatt_authentication_bloc/SignOutFailureInterface-class.md","type":"class","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"Thrown during the sign out process if a failure occurs.","enclosedBy":{"name":"wyatt_authentication_bloc","type":"library","href":"wyatt_authentication_bloc/wyatt_authentication_bloc-library.md"}},{"name":"SignOutFailureInterface","qualifiedName":"wyatt_authentication_bloc.SignOutFailureInterface.SignOutFailureInterface","href":"wyatt_authentication_bloc/SignOutFailureInterface/SignOutFailureInterface.md","type":"constructor","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"Thrown during the sign out process if a failure occurs.","enclosedBy":{"name":"SignOutFailureInterface","type":"class","href":"wyatt_authentication_bloc/SignOutFailureInterface-class.md"}},{"name":"SignOutFailureInterface.fromCode","qualifiedName":"wyatt_authentication_bloc.SignOutFailureInterface.fromCode","href":"wyatt_authentication_bloc/SignOutFailureInterface/SignOutFailureInterface.fromCode.md","type":"constructor","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"Thrown during the sign out process if a failure occurs.","enclosedBy":{"name":"SignOutFailureInterface","type":"class","href":"wyatt_authentication_bloc/SignOutFailureInterface-class.md"}},{"name":"SignUpCubit","qualifiedName":"wyatt_authentication_bloc.SignUpCubit","href":"wyatt_authentication_bloc/SignUpCubit-class.md","type":"class","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"Fully featured sign up cubit.","enclosedBy":{"name":"wyatt_authentication_bloc","type":"library","href":"wyatt_authentication_bloc/wyatt_authentication_bloc-library.md"}},{"name":"SignUpCubit","qualifiedName":"wyatt_authentication_bloc.SignUpCubit.SignUpCubit","href":"wyatt_authentication_bloc/SignUpCubit/SignUpCubit.md","type":"constructor","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"","enclosedBy":{"name":"SignUpCubit","type":"class","href":"wyatt_authentication_bloc/SignUpCubit-class.md"}},{"name":"onSignUpWithEmailAndPassword","qualifiedName":"wyatt_authentication_bloc.SignUpCubit.onSignUpWithEmailAndPassword","href":"wyatt_authentication_bloc/SignUpCubit/onSignUpWithEmailAndPassword.md","type":"method","overriddenDepth":1,"packageName":"wyatt_authentication_bloc","desc":"This callback is triggered when a user creates an account.","enclosedBy":{"name":"SignUpCubit","type":"class","href":"wyatt_authentication_bloc/SignUpCubit-class.md"}},{"name":"SignUpListener","qualifiedName":"wyatt_authentication_bloc.SignUpListener","href":"wyatt_authentication_bloc/SignUpListener-class.md","type":"class","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"Widget that listens and builds a child based on the state of \nthe sign up cubit","enclosedBy":{"name":"wyatt_authentication_bloc","type":"library","href":"wyatt_authentication_bloc/wyatt_authentication_bloc-library.md"}},{"name":"SignUpListener","qualifiedName":"wyatt_authentication_bloc.SignUpListener.SignUpListener","href":"wyatt_authentication_bloc/SignUpListener/SignUpListener.md","type":"constructor","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"","enclosedBy":{"name":"SignUpListener","type":"class","href":"wyatt_authentication_bloc/SignUpListener-class.md"}},{"name":"build","qualifiedName":"wyatt_authentication_bloc.SignUpListener.build","href":"wyatt_authentication_bloc/SignUpListener/build.md","type":"method","overriddenDepth":1,"packageName":"wyatt_authentication_bloc","desc":"Describes the part of the user interface represented by this widget.","enclosedBy":{"name":"SignUpListener","type":"class","href":"wyatt_authentication_bloc/SignUpListener-class.md"}},{"name":"child","qualifiedName":"wyatt_authentication_bloc.SignUpListener.child","href":"wyatt_authentication_bloc/SignUpListener/child.md","type":"property","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"","enclosedBy":{"name":"SignUpListener","type":"class","href":"wyatt_authentication_bloc/SignUpListener-class.md"}},{"name":"customBuilder","qualifiedName":"wyatt_authentication_bloc.SignUpListener.customBuilder","href":"wyatt_authentication_bloc/SignUpListener/customBuilder.md","type":"property","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"","enclosedBy":{"name":"SignUpListener","type":"class","href":"wyatt_authentication_bloc/SignUpListener-class.md"}},{"name":"onError","qualifiedName":"wyatt_authentication_bloc.SignUpListener.onError","href":"wyatt_authentication_bloc/SignUpListener/onError.md","type":"property","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"","enclosedBy":{"name":"SignUpListener","type":"class","href":"wyatt_authentication_bloc/SignUpListener-class.md"}},{"name":"onProgress","qualifiedName":"wyatt_authentication_bloc.SignUpListener.onProgress","href":"wyatt_authentication_bloc/SignUpListener/onProgress.md","type":"property","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"","enclosedBy":{"name":"SignUpListener","type":"class","href":"wyatt_authentication_bloc/SignUpListener-class.md"}},{"name":"onSuccess","qualifiedName":"wyatt_authentication_bloc.SignUpListener.onSuccess","href":"wyatt_authentication_bloc/SignUpListener/onSuccess.md","type":"property","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"","enclosedBy":{"name":"SignUpListener","type":"class","href":"wyatt_authentication_bloc/SignUpListener-class.md"}},{"name":"SignUpState","qualifiedName":"wyatt_authentication_bloc.SignUpState","href":"wyatt_authentication_bloc/SignUpState-class.md","type":"class","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"Sign up cubit state to manage the form.","enclosedBy":{"name":"wyatt_authentication_bloc","type":"library","href":"wyatt_authentication_bloc/wyatt_authentication_bloc-library.md"}},{"name":"SignUpState","qualifiedName":"wyatt_authentication_bloc.SignUpState.SignUpState","href":"wyatt_authentication_bloc/SignUpState/SignUpState.md","type":"constructor","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"","enclosedBy":{"name":"SignUpState","type":"class","href":"wyatt_authentication_bloc/SignUpState-class.md"}},{"name":"copyWith","qualifiedName":"wyatt_authentication_bloc.SignUpState.copyWith","href":"wyatt_authentication_bloc/SignUpState/copyWith.md","type":"method","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"","enclosedBy":{"name":"SignUpState","type":"class","href":"wyatt_authentication_bloc/SignUpState-class.md"}},{"name":"email","qualifiedName":"wyatt_authentication_bloc.SignUpState.email","href":"wyatt_authentication_bloc/SignUpState/email.md","type":"property","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"","enclosedBy":{"name":"SignUpState","type":"class","href":"wyatt_authentication_bloc/SignUpState-class.md"}},{"name":"errorMessage","qualifiedName":"wyatt_authentication_bloc.SignUpState.errorMessage","href":"wyatt_authentication_bloc/SignUpState/errorMessage.md","type":"property","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"Optional error message.","enclosedBy":{"name":"SignUpState","type":"class","href":"wyatt_authentication_bloc/SignUpState-class.md"}},{"name":"form","qualifiedName":"wyatt_authentication_bloc.SignUpState.form","href":"wyatt_authentication_bloc/SignUpState/form.md","type":"property","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"FormData with all inputs, and associated metadata.","enclosedBy":{"name":"SignUpState","type":"class","href":"wyatt_authentication_bloc/SignUpState-class.md"}},{"name":"password","qualifiedName":"wyatt_authentication_bloc.SignUpState.password","href":"wyatt_authentication_bloc/SignUpState/password.md","type":"property","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"","enclosedBy":{"name":"SignUpState","type":"class","href":"wyatt_authentication_bloc/SignUpState-class.md"}},{"name":"props","qualifiedName":"wyatt_authentication_bloc.SignUpState.props","href":"wyatt_authentication_bloc/SignUpState/props.md","type":"property","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"The list of properties that will be used to determine whether\ntwo instances are equal.","enclosedBy":{"name":"SignUpState","type":"class","href":"wyatt_authentication_bloc/SignUpState-class.md"}},{"name":"status","qualifiedName":"wyatt_authentication_bloc.SignUpState.status","href":"wyatt_authentication_bloc/SignUpState/status.md","type":"property","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"Global status of a form.","enclosedBy":{"name":"SignUpState","type":"class","href":"wyatt_authentication_bloc/SignUpState-class.md"}},{"name":"toString","qualifiedName":"wyatt_authentication_bloc.SignUpState.toString","href":"wyatt_authentication_bloc/SignUpState/toString.md","type":"method","overriddenDepth":2,"packageName":"wyatt_authentication_bloc","desc":"A string representation of this object.","enclosedBy":{"name":"SignUpState","type":"class","href":"wyatt_authentication_bloc/SignUpState-class.md"}},{"name":"SignUpWithEmailAndPasswordFailureFirebase","qualifiedName":"wyatt_authentication_bloc.SignUpWithEmailAndPasswordFailureFirebase","href":"wyatt_authentication_bloc/SignUpWithEmailAndPasswordFailureFirebase-class.md","type":"class","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"Thrown if during the sign up process if a failure occurs.","enclosedBy":{"name":"wyatt_authentication_bloc","type":"library","href":"wyatt_authentication_bloc/wyatt_authentication_bloc-library.md"}},{"name":"SignUpWithEmailAndPasswordFailureFirebase","qualifiedName":"wyatt_authentication_bloc.SignUpWithEmailAndPasswordFailureFirebase.SignUpWithEmailAndPasswordFailureFirebase","href":"wyatt_authentication_bloc/SignUpWithEmailAndPasswordFailureFirebase/SignUpWithEmailAndPasswordFailureFirebase.md","type":"constructor","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"","enclosedBy":{"name":"SignUpWithEmailAndPasswordFailureFirebase","type":"class","href":"wyatt_authentication_bloc/SignUpWithEmailAndPasswordFailureFirebase-class.md"}},{"name":"SignUpWithEmailAndPasswordFailureFirebase.fromCode","qualifiedName":"wyatt_authentication_bloc.SignUpWithEmailAndPasswordFailureFirebase.fromCode","href":"wyatt_authentication_bloc/SignUpWithEmailAndPasswordFailureFirebase/SignUpWithEmailAndPasswordFailureFirebase.fromCode.md","type":"constructor","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"","enclosedBy":{"name":"SignUpWithEmailAndPasswordFailureFirebase","type":"class","href":"wyatt_authentication_bloc/SignUpWithEmailAndPasswordFailureFirebase-class.md"}},{"name":"SignUpWithEmailAndPasswordFailureInterface","qualifiedName":"wyatt_authentication_bloc.SignUpWithEmailAndPasswordFailureInterface","href":"wyatt_authentication_bloc/SignUpWithEmailAndPasswordFailureInterface-class.md","type":"class","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"Thrown if during the sign up process if a failure occurs.","enclosedBy":{"name":"wyatt_authentication_bloc","type":"library","href":"wyatt_authentication_bloc/wyatt_authentication_bloc-library.md"}},{"name":"SignUpWithEmailAndPasswordFailureInterface","qualifiedName":"wyatt_authentication_bloc.SignUpWithEmailAndPasswordFailureInterface.SignUpWithEmailAndPasswordFailureInterface","href":"wyatt_authentication_bloc/SignUpWithEmailAndPasswordFailureInterface/SignUpWithEmailAndPasswordFailureInterface.md","type":"constructor","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"Thrown if during the sign up process if a failure occurs.","enclosedBy":{"name":"SignUpWithEmailAndPasswordFailureInterface","type":"class","href":"wyatt_authentication_bloc/SignUpWithEmailAndPasswordFailureInterface-class.md"}},{"name":"SignUpWithEmailAndPasswordFailureInterface.fromCode","qualifiedName":"wyatt_authentication_bloc.SignUpWithEmailAndPasswordFailureInterface.fromCode","href":"wyatt_authentication_bloc/SignUpWithEmailAndPasswordFailureInterface/SignUpWithEmailAndPasswordFailureInterface.fromCode.md","type":"constructor","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"Thrown if during the sign up process if a failure occurs.","enclosedBy":{"name":"SignUpWithEmailAndPasswordFailureInterface","type":"class","href":"wyatt_authentication_bloc/SignUpWithEmailAndPasswordFailureInterface-class.md"}},{"name":"SignUpWithEmailPassword","qualifiedName":"wyatt_authentication_bloc.SignUpWithEmailPassword","href":"wyatt_authentication_bloc/SignUpWithEmailPassword-mixin.md","type":"mixin","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"Sign up mixin.","enclosedBy":{"name":"wyatt_authentication_bloc","type":"library","href":"wyatt_authentication_bloc/wyatt_authentication_bloc-library.md"}},{"name":"emailChanged","qualifiedName":"wyatt_authentication_bloc.SignUpWithEmailPassword.emailChanged","href":"wyatt_authentication_bloc/SignUpWithEmailPassword/emailChanged.md","type":"method","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"","enclosedBy":{"name":"SignUpWithEmailPassword","type":"mixin","href":"wyatt_authentication_bloc/SignUpWithEmailPassword-mixin.md"}},{"name":"emailCustomChanged","qualifiedName":"wyatt_authentication_bloc.SignUpWithEmailPassword.emailCustomChanged","href":"wyatt_authentication_bloc/SignUpWithEmailPassword/emailCustomChanged.md","type":"method","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"Same as emailChanged but with a custom Validator.","enclosedBy":{"name":"SignUpWithEmailPassword","type":"mixin","href":"wyatt_authentication_bloc/SignUpWithEmailPassword-mixin.md"}},{"name":"onSignUpWithEmailAndPassword","qualifiedName":"wyatt_authentication_bloc.SignUpWithEmailPassword.onSignUpWithEmailAndPassword","href":"wyatt_authentication_bloc/SignUpWithEmailPassword/onSignUpWithEmailAndPassword.md","type":"method","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"This callback is triggered when a user creates an account.","enclosedBy":{"name":"SignUpWithEmailPassword","type":"mixin","href":"wyatt_authentication_bloc/SignUpWithEmailPassword-mixin.md"}},{"name":"passwordChanged","qualifiedName":"wyatt_authentication_bloc.SignUpWithEmailPassword.passwordChanged","href":"wyatt_authentication_bloc/SignUpWithEmailPassword/passwordChanged.md","type":"method","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"","enclosedBy":{"name":"SignUpWithEmailPassword","type":"mixin","href":"wyatt_authentication_bloc/SignUpWithEmailPassword-mixin.md"}},{"name":"passwordCustomChanged","qualifiedName":"wyatt_authentication_bloc.SignUpWithEmailPassword.passwordCustomChanged","href":"wyatt_authentication_bloc/SignUpWithEmailPassword/passwordCustomChanged.md","type":"method","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"Same as passwordChanged but with a custom Validator.","enclosedBy":{"name":"SignUpWithEmailPassword","type":"mixin","href":"wyatt_authentication_bloc/SignUpWithEmailPassword-mixin.md"}},{"name":"signUpWithEmailPassword","qualifiedName":"wyatt_authentication_bloc.SignUpWithEmailPassword.signUpWithEmailPassword","href":"wyatt_authentication_bloc/SignUpWithEmailPassword/signUpWithEmailPassword.md","type":"method","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"Creates a new user with the provided email and password.","enclosedBy":{"name":"SignUpWithEmailPassword","type":"mixin","href":"wyatt_authentication_bloc/SignUpWithEmailPassword-mixin.md"}},{"name":"SignedInEvent","qualifiedName":"wyatt_authentication_bloc.SignedInEvent","href":"wyatt_authentication_bloc/SignedInEvent-class.md","type":"class","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"When a user authenticates (from not logged in to logged in).","enclosedBy":{"name":"wyatt_authentication_bloc","type":"library","href":"wyatt_authentication_bloc/wyatt_authentication_bloc-library.md"}},{"name":"SignedInEvent","qualifiedName":"wyatt_authentication_bloc.SignedInEvent.SignedInEvent","href":"wyatt_authentication_bloc/SignedInEvent/SignedInEvent.md","type":"constructor","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"","enclosedBy":{"name":"SignedInEvent","type":"class","href":"wyatt_authentication_bloc/SignedInEvent-class.md"}},{"name":"account","qualifiedName":"wyatt_authentication_bloc.SignedInEvent.account","href":"wyatt_authentication_bloc/SignedInEvent/account.md","type":"property","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"","enclosedBy":{"name":"SignedInEvent","type":"class","href":"wyatt_authentication_bloc/SignedInEvent-class.md"}},{"name":"props","qualifiedName":"wyatt_authentication_bloc.SignedInEvent.props","href":"wyatt_authentication_bloc/SignedInEvent/props.md","type":"property","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"The list of properties that will be used to determine whether\ntwo instances are equal.","enclosedBy":{"name":"SignedInEvent","type":"class","href":"wyatt_authentication_bloc/SignedInEvent-class.md"}},{"name":"SignedInFromCacheEvent","qualifiedName":"wyatt_authentication_bloc.SignedInFromCacheEvent","href":"wyatt_authentication_bloc/SignedInFromCacheEvent-class.md","type":"class","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"When a user authenticates automatically (from not logged in to logged in).","enclosedBy":{"name":"wyatt_authentication_bloc","type":"library","href":"wyatt_authentication_bloc/wyatt_authentication_bloc-library.md"}},{"name":"SignedInFromCacheEvent","qualifiedName":"wyatt_authentication_bloc.SignedInFromCacheEvent.SignedInFromCacheEvent","href":"wyatt_authentication_bloc/SignedInFromCacheEvent/SignedInFromCacheEvent.md","type":"constructor","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"","enclosedBy":{"name":"SignedInFromCacheEvent","type":"class","href":"wyatt_authentication_bloc/SignedInFromCacheEvent-class.md"}},{"name":"account","qualifiedName":"wyatt_authentication_bloc.SignedInFromCacheEvent.account","href":"wyatt_authentication_bloc/SignedInFromCacheEvent/account.md","type":"property","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"","enclosedBy":{"name":"SignedInFromCacheEvent","type":"class","href":"wyatt_authentication_bloc/SignedInFromCacheEvent-class.md"}},{"name":"props","qualifiedName":"wyatt_authentication_bloc.SignedInFromCacheEvent.props","href":"wyatt_authentication_bloc/SignedInFromCacheEvent/props.md","type":"property","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"The list of properties that will be used to determine whether\ntwo instances are equal.","enclosedBy":{"name":"SignedInFromCacheEvent","type":"class","href":"wyatt_authentication_bloc/SignedInFromCacheEvent-class.md"}},{"name":"SignedOutEvent","qualifiedName":"wyatt_authentication_bloc.SignedOutEvent","href":"wyatt_authentication_bloc/SignedOutEvent-class.md","type":"class","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"When a user logs out.","enclosedBy":{"name":"wyatt_authentication_bloc","type":"library","href":"wyatt_authentication_bloc/wyatt_authentication_bloc-library.md"}},{"name":"SignedOutEvent","qualifiedName":"wyatt_authentication_bloc.SignedOutEvent.SignedOutEvent","href":"wyatt_authentication_bloc/SignedOutEvent/SignedOutEvent.md","type":"constructor","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"","enclosedBy":{"name":"SignedOutEvent","type":"class","href":"wyatt_authentication_bloc/SignedOutEvent-class.md"}},{"name":"SignedUpEvent","qualifiedName":"wyatt_authentication_bloc.SignedUpEvent","href":"wyatt_authentication_bloc/SignedUpEvent-class.md","type":"class","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"When a user creates an account.","enclosedBy":{"name":"wyatt_authentication_bloc","type":"library","href":"wyatt_authentication_bloc/wyatt_authentication_bloc-library.md"}},{"name":"SignedUpEvent","qualifiedName":"wyatt_authentication_bloc.SignedUpEvent.SignedUpEvent","href":"wyatt_authentication_bloc/SignedUpEvent/SignedUpEvent.md","type":"constructor","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"","enclosedBy":{"name":"SignedUpEvent","type":"class","href":"wyatt_authentication_bloc/SignedUpEvent-class.md"}},{"name":"account","qualifiedName":"wyatt_authentication_bloc.SignedUpEvent.account","href":"wyatt_authentication_bloc/SignedUpEvent/account.md","type":"property","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"","enclosedBy":{"name":"SignedUpEvent","type":"class","href":"wyatt_authentication_bloc/SignedUpEvent-class.md"}},{"name":"props","qualifiedName":"wyatt_authentication_bloc.SignedUpEvent.props","href":"wyatt_authentication_bloc/SignedUpEvent/props.md","type":"property","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"The list of properties that will be used to determine whether\ntwo instances are equal.","enclosedBy":{"name":"SignedUpEvent","type":"class","href":"wyatt_authentication_bloc/SignedUpEvent-class.md"}},{"name":"UnknownAuthenticationEvent","qualifiedName":"wyatt_authentication_bloc.UnknownAuthenticationEvent","href":"wyatt_authentication_bloc/UnknownAuthenticationEvent-class.md","type":"class","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"When a user's login status is unknown.","enclosedBy":{"name":"wyatt_authentication_bloc","type":"library","href":"wyatt_authentication_bloc/wyatt_authentication_bloc-library.md"}},{"name":"UnknownAuthenticationEvent","qualifiedName":"wyatt_authentication_bloc.UnknownAuthenticationEvent.UnknownAuthenticationEvent","href":"wyatt_authentication_bloc/UnknownAuthenticationEvent/UnknownAuthenticationEvent.md","type":"constructor","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"","enclosedBy":{"name":"UnknownAuthenticationEvent","type":"class","href":"wyatt_authentication_bloc/UnknownAuthenticationEvent-class.md"}},{"name":"UpdateEmail","qualifiedName":"wyatt_authentication_bloc.UpdateEmail","href":"wyatt_authentication_bloc/UpdateEmail-mixin.md","type":"mixin","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"Edit account mixin.","enclosedBy":{"name":"wyatt_authentication_bloc","type":"library","href":"wyatt_authentication_bloc/wyatt_authentication_bloc-library.md"}},{"name":"emailChanged","qualifiedName":"wyatt_authentication_bloc.UpdateEmail.emailChanged","href":"wyatt_authentication_bloc/UpdateEmail/emailChanged.md","type":"method","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"","enclosedBy":{"name":"UpdateEmail","type":"mixin","href":"wyatt_authentication_bloc/UpdateEmail-mixin.md"}},{"name":"emailCustomChanged","qualifiedName":"wyatt_authentication_bloc.UpdateEmail.emailCustomChanged","href":"wyatt_authentication_bloc/UpdateEmail/emailCustomChanged.md","type":"method","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"Same as emailChanged but with a custom Validator.","enclosedBy":{"name":"UpdateEmail","type":"mixin","href":"wyatt_authentication_bloc/UpdateEmail-mixin.md"}},{"name":"onEmailUpdated","qualifiedName":"wyatt_authentication_bloc.UpdateEmail.onEmailUpdated","href":"wyatt_authentication_bloc/UpdateEmail/onEmailUpdated.md","type":"method","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"This callback is triggered when user updates his email","enclosedBy":{"name":"UpdateEmail","type":"mixin","href":"wyatt_authentication_bloc/UpdateEmail-mixin.md"}},{"name":"updateEmail","qualifiedName":"wyatt_authentication_bloc.UpdateEmail.updateEmail","href":"wyatt_authentication_bloc/UpdateEmail/updateEmail.md","type":"method","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"Update or add email.","enclosedBy":{"name":"UpdateEmail","type":"mixin","href":"wyatt_authentication_bloc/UpdateEmail-mixin.md"}},{"name":"UpdateEmailFailureFirebase","qualifiedName":"wyatt_authentication_bloc.UpdateEmailFailureFirebase","href":"wyatt_authentication_bloc/UpdateEmailFailureFirebase-class.md","type":"class","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"Thrown during the email modification process if a failure occurs.","enclosedBy":{"name":"wyatt_authentication_bloc","type":"library","href":"wyatt_authentication_bloc/wyatt_authentication_bloc-library.md"}},{"name":"UpdateEmailFailureFirebase","qualifiedName":"wyatt_authentication_bloc.UpdateEmailFailureFirebase.UpdateEmailFailureFirebase","href":"wyatt_authentication_bloc/UpdateEmailFailureFirebase/UpdateEmailFailureFirebase.md","type":"constructor","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"","enclosedBy":{"name":"UpdateEmailFailureFirebase","type":"class","href":"wyatt_authentication_bloc/UpdateEmailFailureFirebase-class.md"}},{"name":"UpdateEmailFailureFirebase.fromCode","qualifiedName":"wyatt_authentication_bloc.UpdateEmailFailureFirebase.fromCode","href":"wyatt_authentication_bloc/UpdateEmailFailureFirebase/UpdateEmailFailureFirebase.fromCode.md","type":"constructor","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"","enclosedBy":{"name":"UpdateEmailFailureFirebase","type":"class","href":"wyatt_authentication_bloc/UpdateEmailFailureFirebase-class.md"}},{"name":"UpdateEmailFailureInterface","qualifiedName":"wyatt_authentication_bloc.UpdateEmailFailureInterface","href":"wyatt_authentication_bloc/UpdateEmailFailureInterface-class.md","type":"class","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"Thrown during the email modification process if a failure occurs.","enclosedBy":{"name":"wyatt_authentication_bloc","type":"library","href":"wyatt_authentication_bloc/wyatt_authentication_bloc-library.md"}},{"name":"UpdateEmailFailureInterface","qualifiedName":"wyatt_authentication_bloc.UpdateEmailFailureInterface.UpdateEmailFailureInterface","href":"wyatt_authentication_bloc/UpdateEmailFailureInterface/UpdateEmailFailureInterface.md","type":"constructor","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"","enclosedBy":{"name":"UpdateEmailFailureInterface","type":"class","href":"wyatt_authentication_bloc/UpdateEmailFailureInterface-class.md"}},{"name":"UpdateEmailFailureInterface.fromCode","qualifiedName":"wyatt_authentication_bloc.UpdateEmailFailureInterface.fromCode","href":"wyatt_authentication_bloc/UpdateEmailFailureInterface/UpdateEmailFailureInterface.fromCode.md","type":"constructor","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"","enclosedBy":{"name":"UpdateEmailFailureInterface","type":"class","href":"wyatt_authentication_bloc/UpdateEmailFailureInterface-class.md"}},{"name":"UpdatePassword","qualifiedName":"wyatt_authentication_bloc.UpdatePassword","href":"wyatt_authentication_bloc/UpdatePassword-mixin.md","type":"mixin","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"Edit account mixin.","enclosedBy":{"name":"wyatt_authentication_bloc","type":"library","href":"wyatt_authentication_bloc/wyatt_authentication_bloc-library.md"}},{"name":"onPasswordUpdated","qualifiedName":"wyatt_authentication_bloc.UpdatePassword.onPasswordUpdated","href":"wyatt_authentication_bloc/UpdatePassword/onPasswordUpdated.md","type":"method","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"This callback is triggered when a user edits his password.","enclosedBy":{"name":"UpdatePassword","type":"mixin","href":"wyatt_authentication_bloc/UpdatePassword-mixin.md"}},{"name":"passwordChanged","qualifiedName":"wyatt_authentication_bloc.UpdatePassword.passwordChanged","href":"wyatt_authentication_bloc/UpdatePassword/passwordChanged.md","type":"method","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"","enclosedBy":{"name":"UpdatePassword","type":"mixin","href":"wyatt_authentication_bloc/UpdatePassword-mixin.md"}},{"name":"passwordCustomChanged","qualifiedName":"wyatt_authentication_bloc.UpdatePassword.passwordCustomChanged","href":"wyatt_authentication_bloc/UpdatePassword/passwordCustomChanged.md","type":"method","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"Same as passwordChanged but with a custom Validator.","enclosedBy":{"name":"UpdatePassword","type":"mixin","href":"wyatt_authentication_bloc/UpdatePassword-mixin.md"}},{"name":"updatePassword","qualifiedName":"wyatt_authentication_bloc.UpdatePassword.updatePassword","href":"wyatt_authentication_bloc/UpdatePassword/updatePassword.md","type":"method","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"Update or add password.","enclosedBy":{"name":"UpdatePassword","type":"mixin","href":"wyatt_authentication_bloc/UpdatePassword-mixin.md"}},{"name":"UpdatePasswordFailureFirebase","qualifiedName":"wyatt_authentication_bloc.UpdatePasswordFailureFirebase","href":"wyatt_authentication_bloc/UpdatePasswordFailureFirebase-class.md","type":"class","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"Thrown during the password modification process if a failure occurs.","enclosedBy":{"name":"wyatt_authentication_bloc","type":"library","href":"wyatt_authentication_bloc/wyatt_authentication_bloc-library.md"}},{"name":"UpdatePasswordFailureFirebase","qualifiedName":"wyatt_authentication_bloc.UpdatePasswordFailureFirebase.UpdatePasswordFailureFirebase","href":"wyatt_authentication_bloc/UpdatePasswordFailureFirebase/UpdatePasswordFailureFirebase.md","type":"constructor","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"","enclosedBy":{"name":"UpdatePasswordFailureFirebase","type":"class","href":"wyatt_authentication_bloc/UpdatePasswordFailureFirebase-class.md"}},{"name":"UpdatePasswordFailureFirebase.fromCode","qualifiedName":"wyatt_authentication_bloc.UpdatePasswordFailureFirebase.fromCode","href":"wyatt_authentication_bloc/UpdatePasswordFailureFirebase/UpdatePasswordFailureFirebase.fromCode.md","type":"constructor","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"","enclosedBy":{"name":"UpdatePasswordFailureFirebase","type":"class","href":"wyatt_authentication_bloc/UpdatePasswordFailureFirebase-class.md"}},{"name":"UpdatePasswordFailureInterface","qualifiedName":"wyatt_authentication_bloc.UpdatePasswordFailureInterface","href":"wyatt_authentication_bloc/UpdatePasswordFailureInterface-class.md","type":"class","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"Thrown during the password modification process if a failure occurs.","enclosedBy":{"name":"wyatt_authentication_bloc","type":"library","href":"wyatt_authentication_bloc/wyatt_authentication_bloc-library.md"}},{"name":"UpdatePasswordFailureInterface","qualifiedName":"wyatt_authentication_bloc.UpdatePasswordFailureInterface.UpdatePasswordFailureInterface","href":"wyatt_authentication_bloc/UpdatePasswordFailureInterface/UpdatePasswordFailureInterface.md","type":"constructor","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"","enclosedBy":{"name":"UpdatePasswordFailureInterface","type":"class","href":"wyatt_authentication_bloc/UpdatePasswordFailureInterface-class.md"}},{"name":"UpdatePasswordFailureInterface.fromCode","qualifiedName":"wyatt_authentication_bloc.UpdatePasswordFailureInterface.fromCode","href":"wyatt_authentication_bloc/UpdatePasswordFailureInterface/UpdatePasswordFailureInterface.fromCode.md","type":"constructor","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"","enclosedBy":{"name":"UpdatePasswordFailureInterface","type":"class","href":"wyatt_authentication_bloc/UpdatePasswordFailureInterface-class.md"}},{"name":"UpdatedEvent","qualifiedName":"wyatt_authentication_bloc.UpdatedEvent","href":"wyatt_authentication_bloc/UpdatedEvent-class.md","type":"class","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"When the user's account has been updated.","enclosedBy":{"name":"wyatt_authentication_bloc","type":"library","href":"wyatt_authentication_bloc/wyatt_authentication_bloc-library.md"}},{"name":"UpdatedEvent","qualifiedName":"wyatt_authentication_bloc.UpdatedEvent.UpdatedEvent","href":"wyatt_authentication_bloc/UpdatedEvent/UpdatedEvent.md","type":"constructor","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"","enclosedBy":{"name":"UpdatedEvent","type":"class","href":"wyatt_authentication_bloc/UpdatedEvent-class.md"}},{"name":"account","qualifiedName":"wyatt_authentication_bloc.UpdatedEvent.account","href":"wyatt_authentication_bloc/UpdatedEvent/account.md","type":"property","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"","enclosedBy":{"name":"UpdatedEvent","type":"class","href":"wyatt_authentication_bloc/UpdatedEvent-class.md"}},{"name":"props","qualifiedName":"wyatt_authentication_bloc.UpdatedEvent.props","href":"wyatt_authentication_bloc/UpdatedEvent/props.md","type":"property","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"The list of properties that will be used to determine whether\ntwo instances are equal.","enclosedBy":{"name":"UpdatedEvent","type":"class","href":"wyatt_authentication_bloc/UpdatedEvent-class.md"}},{"name":"VerifyPasswordResetCodeFailureFirebase","qualifiedName":"wyatt_authentication_bloc.VerifyPasswordResetCodeFailureFirebase","href":"wyatt_authentication_bloc/VerifyPasswordResetCodeFailureFirebase-class.md","type":"class","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"Thrown during the password reset process if a failure occurs.","enclosedBy":{"name":"wyatt_authentication_bloc","type":"library","href":"wyatt_authentication_bloc/wyatt_authentication_bloc-library.md"}},{"name":"VerifyPasswordResetCodeFailureFirebase","qualifiedName":"wyatt_authentication_bloc.VerifyPasswordResetCodeFailureFirebase.VerifyPasswordResetCodeFailureFirebase","href":"wyatt_authentication_bloc/VerifyPasswordResetCodeFailureFirebase/VerifyPasswordResetCodeFailureFirebase.md","type":"constructor","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"","enclosedBy":{"name":"VerifyPasswordResetCodeFailureFirebase","type":"class","href":"wyatt_authentication_bloc/VerifyPasswordResetCodeFailureFirebase-class.md"}},{"name":"VerifyPasswordResetCodeFailureFirebase.fromCode","qualifiedName":"wyatt_authentication_bloc.VerifyPasswordResetCodeFailureFirebase.fromCode","href":"wyatt_authentication_bloc/VerifyPasswordResetCodeFailureFirebase/VerifyPasswordResetCodeFailureFirebase.fromCode.md","type":"constructor","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"","enclosedBy":{"name":"VerifyPasswordResetCodeFailureFirebase","type":"class","href":"wyatt_authentication_bloc/VerifyPasswordResetCodeFailureFirebase-class.md"}},{"name":"VerifyPasswordResetCodeFailureInterface","qualifiedName":"wyatt_authentication_bloc.VerifyPasswordResetCodeFailureInterface","href":"wyatt_authentication_bloc/VerifyPasswordResetCodeFailureInterface-class.md","type":"class","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"Thrown during the password reset process if a failure occurs.","enclosedBy":{"name":"wyatt_authentication_bloc","type":"library","href":"wyatt_authentication_bloc/wyatt_authentication_bloc-library.md"}},{"name":"VerifyPasswordResetCodeFailureInterface","qualifiedName":"wyatt_authentication_bloc.VerifyPasswordResetCodeFailureInterface.VerifyPasswordResetCodeFailureInterface","href":"wyatt_authentication_bloc/VerifyPasswordResetCodeFailureInterface/VerifyPasswordResetCodeFailureInterface.md","type":"constructor","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"Thrown during the password reset process if a failure occurs.","enclosedBy":{"name":"VerifyPasswordResetCodeFailureInterface","type":"class","href":"wyatt_authentication_bloc/VerifyPasswordResetCodeFailureInterface-class.md"}},{"name":"VerifyPasswordResetCodeFailureInterface.fromCode","qualifiedName":"wyatt_authentication_bloc.VerifyPasswordResetCodeFailureInterface.fromCode","href":"wyatt_authentication_bloc/VerifyPasswordResetCodeFailureInterface/VerifyPasswordResetCodeFailureInterface.fromCode.md","type":"constructor","overriddenDepth":0,"packageName":"wyatt_authentication_bloc","desc":"Thrown during the password reset process if a failure occurs.","enclosedBy":{"name":"VerifyPasswordResetCodeFailureInterface","type":"class","href":"wyatt_authentication_bloc/VerifyPasswordResetCodeFailureInterface-class.md"}}] diff --git a/packages/wyatt_authentication_bloc/doc/api/index.md b/packages/wyatt_authentication_bloc/doc/api/index.md deleted file mode 100644 index 7cf99eac..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/index.md +++ /dev/null @@ -1,214 +0,0 @@ - - - -# wyatt_authentication_bloc - Dart API docs - - - -

Flutter - Authentication BLoC

- Style: Wyatt Analysis - SDK: Flutter -

-

Authentication Bloc for Flutter.

-

Features

- -

Getting started

-

Simply add wyatt_authentication_bloc in pubspec.yaml , then

-
import 'package:wyatt_authentication_bloc/wyatt_authentication_bloc.dart';
-
-

Data source

-

The first step is to provide a data source.

-
getIt.registerLazySingleton<AuthenticationRemoteDataSource<int>>(
-    () => AuthenticationFirebaseDataSourceImpl<int>(
-        firebaseAuth: FirebaseAuth.instance,
-        googleSignIn:
-            GoogleSignIn(clientId: DefaultFirebaseOptions.ios.iosClientId)),
-);
-
-
-

Here we use GetIt (see example project)

-
-

Repository

-

Then you can configure your repository.

-
final AuthenticationRepository<int> authenticationRepository = AuthenticationRepositoryImpl(
-    authenticationRemoteDataSource:
-        getIt<AuthenticationRemoteDataSource<int>>(),
-    customPasswordValidator: const CustomPassword.pure(),
-    extraSignUpInputs: [
-        FormInput(
-        AuthFormField.confirmPassword,
-        const ConfirmedPassword.pure(),
-        metadata: const FormInputMetadata<void>(export: false),
-        ),
-    ],
-);
-
-
-

Here we pass some extra inputs for the sign up, and a custom password validator.

-
-

Cubits

-

It is necessary to implement each cubit. Don't panic, most of the work is already done 😊 you just have to customize the logic of these.

-

In each of these cubits it is necessary to overload the various callbacks.

-
-

Here the associated data Data is a int

-
-

Authentication

-

In the authentication are managed, the refresh, the deletion of account or the disconnection.

-
class ExampleAuthenticationCubit extends AuthenticationCubit<int> {
-  ExampleAuthenticationCubit({required super.authenticationRepository});
-
-  @override
-  FutureOrResult<int?> onReauthenticate(Result<Account, AppException> result) async {
-    // TODO
-  }
-
-  @override
-  FutureOrResult<int?> onRefresh(Result<Account, AppException> result) {
-    // TODO
-  }
-
-  @override
-  FutureOrResult<int?> onSignInFromCache(SessionWrapper<int> wrapper) {
-    // TODO
-  }
-
-  @override
-  FutureOrResult<void> onSignOut() {
-    // TODO
-  }
-
-  @override
-  FutureOrResult<void> onDelete() {
-    // TODO
-  }
-}
-
-

Sign Up

-
class ExampleSignUpCubit extends SignUpCubit<int> {
-  ExampleSignUpCubit({
-    required super.authenticationRepository,
-  });
-
-  @override
-  FutureOrResult<int?> onSignUpWithEmailAndPassword(Result<Account, AppException> result, WyattForm form) async {
-    // TODO
-  }
-}
-
-
-

Sign In

-
class ExampleSignInCubit extends SignInCubit<int> {
-  ExampleSignInCubit({
-    required super.authenticationRepository,
-  });
-
-  @override
-  FutureOrResult<int?> onSignInWithEmailAndPassword(Result<Account, AppException> result, WyattForm form) {
-    // TODO
-  }
-
-  @override
-  FutureOrResult<int?> onSignInAnonymously(Result<Account, AppException> result, WyattForm form) {
-    // TODO
-  }
-
-  @override
-  FutureOrResult<int?> onSignInWithGoogle(Result<Account, AppException> result, WyattForm form) {
-    // TODO
-  }
-}
-
-

After setting up all these cubits you can provide them in the application. And that's it!

-
BlocProvider<SignUpCubit<int>>(
-    create: (_) => ExampleSignUpCubit(
-        authenticationRepository: authenticationRepository,
-    ),
-),
-BlocProvider<SignInCubit<int>>(
-    create: (_) => ExampleSignInCubit(
-        authenticationRepository: authenticationRepository,
-    ),
-),
-
-

Widgets

-

Widgets are provided to make your life easier. Starting with the AuthenticationBuilder which allows you to build according to the authentication state.

-
AuthenticationBuilder<int>(
-    authenticated: (context, sessionWrapper) => Text(
-        'Logged as ${sessionWrapper.session?.account.email} | GeneratedId is ${sessionWrapper.session?.data}'),
-    unauthenticated: (context) =>
-        const Text('Not logged (unauthenticated)'),
-    unknown: (context) => const Text('Not logged (unknown)'),
-),
-
-

A BuildContext extension is also available to access certain attributes more quickly.

-
Text('Home | ${context.account<AuthenticationCubit<int>, int>()?.email}'),
-
-

Listeners are used to listen to the status of the sign in and sign up forms.

-
return SignInListener<int>(
-    onError: (context, status, errorMessage) => ScaffoldMessenger.of(context)
-    ..hideCurrentSnackBar()
-    ..showSnackBar(
-        SnackBar(content: Text(errorMessage ?? 'Sign In Failure')),
-    ),
-    child: ...
-);
-
- - -## Libraries - -##### [wyatt_authentication_bloc](wyatt_authentication_bloc/wyatt_authentication_bloc-library.md) -An authentication library for BLoC. - - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/search.md b/packages/wyatt_authentication_bloc/doc/api/search.md deleted file mode 100644 index 0fedbdcf..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/search.md +++ /dev/null @@ -1,6 +0,0 @@ -# 404 - -Oops, something's gone wrong :-( - -You've tried to visit a page that doesn't exist. Luckily this site has other -[pages](index.md). diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/Account-class.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/Account-class.md deleted file mode 100644 index f52d7482..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/Account-class.md +++ /dev/null @@ -1,237 +0,0 @@ - - - -# Account class - - - - - - - *[](https://dart.dev/null-safety)* - - - -

Represents a user Account in the -various identity provisioning systems.

- - - -**Inheritance** - -- [Object](https://api.flutter.dev/flutter/dart-core/Object-class.html) -- [Equatable](https://pub.dev/documentation/equatable/2.0.5/equatable/Equatable-class.html) -- Account - - - -**Implementers** - -- [AccountModel](../wyatt_authentication_bloc/AccountModel-class.md) - - - - - -## Constructors - -[Account](../wyatt_authentication_bloc/Account/Account.md) ({required [String](https://api.flutter.dev/flutter/dart-core/String-class.html) id, required [bool](https://api.flutter.dev/flutter/dart-core/bool-class.html) isAnonymous, required [bool](https://api.flutter.dev/flutter/dart-core/bool-class.html) emailVerified, required [String](https://api.flutter.dev/flutter/dart-core/String-class.html) providerId, [String](https://api.flutter.dev/flutter/dart-core/String-class.html)? email, [String](https://api.flutter.dev/flutter/dart-core/String-class.html)? phoneNumber, [String](https://api.flutter.dev/flutter/dart-core/String-class.html)? photoURL, [DateTime](https://api.flutter.dev/flutter/dart-core/DateTime-class.html)? creationTime, [DateTime](https://api.flutter.dev/flutter/dart-core/DateTime-class.html)? lastSignInTime, [bool](https://api.flutter.dev/flutter/dart-core/bool-class.html)? isNewUser, [String](https://api.flutter.dev/flutter/dart-core/String-class.html)? accessToken, [String](https://api.flutter.dev/flutter/dart-core/String-class.html)? refreshToken}) - - _const_ - - -## Properties - -##### [accessToken](../wyatt_authentication_bloc/Account/accessToken.md) → [String](https://api.flutter.dev/flutter/dart-core/String-class.html)? - - - -The user access token -_final_ - - - -##### [creationTime](../wyatt_authentication_bloc/Account/creationTime.md) → [DateTime](https://api.flutter.dev/flutter/dart-core/DateTime-class.html)? - - - -Returns the users account creation time. -_final_ - - - -##### [email](../wyatt_authentication_bloc/Account/email.md) → [String](https://api.flutter.dev/flutter/dart-core/String-class.html)? - - - -The users email address. -_final_ - - - -##### [emailVerified](../wyatt_authentication_bloc/Account/emailVerified.md) → [bool](https://api.flutter.dev/flutter/dart-core/bool-class.html) - - - -Returns whether the users email address has been verified. -_final_ - - - -##### [hashCode](https://pub.dev/documentation/equatable/2.0.5/equatable/Equatable/hashCode.html) → [int](https://api.flutter.dev/flutter/dart-core/int-class.html) - - - -The hash code for this object. -_read-onlyinherited_ - - - -##### [id](../wyatt_authentication_bloc/Account/id.md) → [String](https://api.flutter.dev/flutter/dart-core/String-class.html) - - - -The user's unique ID. -_final_ - - - -##### [isAnonymous](../wyatt_authentication_bloc/Account/isAnonymous.md) → [bool](https://api.flutter.dev/flutter/dart-core/bool-class.html) - - - -Returns whether the user is a anonymous. -_final_ - - - -##### [isNewUser](../wyatt_authentication_bloc/Account/isNewUser.md) → [bool](https://api.flutter.dev/flutter/dart-core/bool-class.html)? - - - -Whether the user account has been recently created. -_final_ - - - -##### [lastSignInTime](../wyatt_authentication_bloc/Account/lastSignInTime.md) → [DateTime](https://api.flutter.dev/flutter/dart-core/DateTime-class.html)? - - - -When the user last signed in as dictated by the server clock. -_final_ - - - -##### [phoneNumber](../wyatt_authentication_bloc/Account/phoneNumber.md) → [String](https://api.flutter.dev/flutter/dart-core/String-class.html)? - - - -Returns the users phone number. -_final_ - - - -##### [photoURL](../wyatt_authentication_bloc/Account/photoURL.md) → [String](https://api.flutter.dev/flutter/dart-core/String-class.html)? - - - -Returns a photo URL for the user. -_final_ - - - -##### [props](../wyatt_authentication_bloc/Account/props.md) → [List](https://api.flutter.dev/flutter/dart-core/List-class.html)<[Object](https://api.flutter.dev/flutter/dart-core/Object-class.html)?> - - - -The list of properties that will be used to determine whether -two instances are equal. -_read-onlyoverride_ - - - -##### [providerId](../wyatt_authentication_bloc/Account/providerId.md) → [String](https://api.flutter.dev/flutter/dart-core/String-class.html) - - - -The provider ID for the user. -_final_ - - - -##### [refreshToken](../wyatt_authentication_bloc/Account/refreshToken.md) → [String](https://api.flutter.dev/flutter/dart-core/String-class.html)? - - - -The user refresh token -_final_ - - - -##### [runtimeType](https://api.flutter.dev/flutter/dart-core/Object/runtimeType.html) → [Type](https://api.flutter.dev/flutter/dart-core/Type-class.html) - - - -A representation of the runtime type of the object. -_read-onlyinherited_ - - - -##### [stringify](../wyatt_authentication_bloc/Account/stringify.md) → [bool](https://api.flutter.dev/flutter/dart-core/bool-class.html) - - - -If set to true, the toString method will be overridden to output -this instance's props. -_read-onlyoverride_ - - - - - -## Methods - -##### [noSuchMethod](https://api.flutter.dev/flutter/dart-core/Object/noSuchMethod.html)([Invocation](https://api.flutter.dev/flutter/dart-core/Invocation-class.html) invocation) dynamic - - - -Invoked when a non-existent method or property is accessed. -_inherited_ - - - -##### [toString](https://pub.dev/documentation/equatable/2.0.5/equatable/Equatable/toString.html)() [String](https://api.flutter.dev/flutter/dart-core/String-class.html) - - - -A string representation of this object. -_inherited_ - - - - - -## Operators - -##### [operator ==](https://pub.dev/documentation/equatable/2.0.5/equatable/Equatable/operator_equals.html)([Object](https://api.flutter.dev/flutter/dart-core/Object-class.html) other) [bool](https://api.flutter.dev/flutter/dart-core/bool-class.html) - - - -The equality operator. -_inherited_ - - - - - - - - - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/Account/Account.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/Account/Account.md deleted file mode 100644 index 22006c3c..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/Account/Account.md +++ /dev/null @@ -1,43 +0,0 @@ - - - -# Account constructor - - - - - *[](https://dart.dev/null-safety)* - - -const -Account({required [String](https://api.flutter.dev/flutter/dart-core/String-class.html) id, required [bool](https://api.flutter.dev/flutter/dart-core/bool-class.html) isAnonymous, required [bool](https://api.flutter.dev/flutter/dart-core/bool-class.html) emailVerified, required [String](https://api.flutter.dev/flutter/dart-core/String-class.html) providerId, [String](https://api.flutter.dev/flutter/dart-core/String-class.html)? email, [String](https://api.flutter.dev/flutter/dart-core/String-class.html)? phoneNumber, [String](https://api.flutter.dev/flutter/dart-core/String-class.html)? photoURL, [DateTime](https://api.flutter.dev/flutter/dart-core/DateTime-class.html)? creationTime, [DateTime](https://api.flutter.dev/flutter/dart-core/DateTime-class.html)? lastSignInTime, [bool](https://api.flutter.dev/flutter/dart-core/bool-class.html)? isNewUser, [String](https://api.flutter.dev/flutter/dart-core/String-class.html)? accessToken, [String](https://api.flutter.dev/flutter/dart-core/String-class.html)? refreshToken}) - - - - - -## Implementation - -```dart -const Account({ - required this.id, - required this.isAnonymous, - required this.emailVerified, - required this.providerId, - this.email, - this.phoneNumber, - this.photoURL, - this.creationTime, - this.lastSignInTime, - this.isNewUser, - this.accessToken, - this.refreshToken, -}); -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/Account/accessToken.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/Account/accessToken.md deleted file mode 100644 index 0ceb6c2e..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/Account/accessToken.md +++ /dev/null @@ -1,34 +0,0 @@ - - - -# accessToken property - - - - - *[](https://dart.dev/null-safety)* - - - -[String](https://api.flutter.dev/flutter/dart-core/String-class.html)? accessToken - -_final_ - - - -

The user access token

- - - -## Implementation - -```dart -final String? accessToken; -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/Account/creationTime.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/Account/creationTime.md deleted file mode 100644 index cf5dfe5c..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/Account/creationTime.md +++ /dev/null @@ -1,35 +0,0 @@ - - - -# creationTime property - - - - - *[](https://dart.dev/null-safety)* - - - -[DateTime](https://api.flutter.dev/flutter/dart-core/DateTime-class.html)? creationTime - -_final_ - - - -

Returns the users account creation time.

-

When this account was created as dictated by the server clock.

- - - -## Implementation - -```dart -final DateTime? creationTime; -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/Account/email.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/Account/email.md deleted file mode 100644 index 2d007ce3..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/Account/email.md +++ /dev/null @@ -1,35 +0,0 @@ - - - -# email property - - - - - *[](https://dart.dev/null-safety)* - - - -[String](https://api.flutter.dev/flutter/dart-core/String-class.html)? email - -_final_ - - - -

The users email address.

-

Will be null if signing in anonymously.

- - - -## Implementation - -```dart -final String? email; -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/Account/emailVerified.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/Account/emailVerified.md deleted file mode 100644 index e4e36b29..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/Account/emailVerified.md +++ /dev/null @@ -1,35 +0,0 @@ - - - -# emailVerified property - - - - - *[](https://dart.dev/null-safety)* - - - -[bool](https://api.flutter.dev/flutter/dart-core/bool-class.html) emailVerified - -_final_ - - - -

Returns whether the users email address has been verified.

-

To send a verification email, see SendEmailVerification.

- - - -## Implementation - -```dart -final bool emailVerified; -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/Account/id.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/Account/id.md deleted file mode 100644 index 4796ed2f..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/Account/id.md +++ /dev/null @@ -1,34 +0,0 @@ - - - -# id property - - - - - *[](https://dart.dev/null-safety)* - - - -[String](https://api.flutter.dev/flutter/dart-core/String-class.html) id - -_final_ - - - -

The user's unique ID.

- - - -## Implementation - -```dart -final String id; -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/Account/isAnonymous.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/Account/isAnonymous.md deleted file mode 100644 index 324b4fda..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/Account/isAnonymous.md +++ /dev/null @@ -1,34 +0,0 @@ - - - -# isAnonymous property - - - - - *[](https://dart.dev/null-safety)* - - - -[bool](https://api.flutter.dev/flutter/dart-core/bool-class.html) isAnonymous - -_final_ - - - -

Returns whether the user is a anonymous.

- - - -## Implementation - -```dart -final bool isAnonymous; -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/Account/isNewUser.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/Account/isNewUser.md deleted file mode 100644 index f96ab918..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/Account/isNewUser.md +++ /dev/null @@ -1,34 +0,0 @@ - - - -# isNewUser property - - - - - *[](https://dart.dev/null-safety)* - - - -[bool](https://api.flutter.dev/flutter/dart-core/bool-class.html)? isNewUser - -_final_ - - - -

Whether the user account has been recently created.

- - - -## Implementation - -```dart -final bool? isNewUser; -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/Account/lastSignInTime.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/Account/lastSignInTime.md deleted file mode 100644 index 0f257f63..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/Account/lastSignInTime.md +++ /dev/null @@ -1,34 +0,0 @@ - - - -# lastSignInTime property - - - - - *[](https://dart.dev/null-safety)* - - - -[DateTime](https://api.flutter.dev/flutter/dart-core/DateTime-class.html)? lastSignInTime - -_final_ - - - -

When the user last signed in as dictated by the server clock.

- - - -## Implementation - -```dart -final DateTime? lastSignInTime; -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/Account/phoneNumber.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/Account/phoneNumber.md deleted file mode 100644 index 7b33f623..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/Account/phoneNumber.md +++ /dev/null @@ -1,36 +0,0 @@ - - - -# phoneNumber property - - - - - *[](https://dart.dev/null-safety)* - - - -[String](https://api.flutter.dev/flutter/dart-core/String-class.html)? phoneNumber - -_final_ - - - -

Returns the users phone number.

-

This property will be null if the user has not signed in or been has -their phone number linked.

- - - -## Implementation - -```dart -final String? phoneNumber; -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/Account/photoURL.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/Account/photoURL.md deleted file mode 100644 index c76a2896..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/Account/photoURL.md +++ /dev/null @@ -1,36 +0,0 @@ - - - -# photoURL property - - - - - *[](https://dart.dev/null-safety)* - - - -[String](https://api.flutter.dev/flutter/dart-core/String-class.html)? photoURL - -_final_ - - - -

Returns a photo URL for the user.

-

This property will be populated if the user has signed in or been linked -with a 3rd party OAuth provider (such as Google).

- - - -## Implementation - -```dart -final String? photoURL; -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/Account/props.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/Account/props.md deleted file mode 100644 index 619e2501..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/Account/props.md +++ /dev/null @@ -1,55 +0,0 @@ - - - -# props property - - - - - *[](https://dart.dev/null-safety)* - - - - - -**Annotations** - -- @[override](https://api.flutter.dev/flutter/dart-core/override-constant.html) -[List](https://api.flutter.dev/flutter/dart-core/List-class.html)<[Object](https://api.flutter.dev/flutter/dart-core/Object-class.html)?> props - -_override_ - - - -

The list of properties that will be used to determine whether -two instances are equal.

- - - -## Implementation - -```dart -@override -List get props => [ - id, - isAnonymous, - email, - emailVerified, - phoneNumber, - photoURL, - creationTime, - lastSignInTime, - providerId, - isNewUser, - accessToken, - refreshToken, - ]; -``` - - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/Account/providerId.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/Account/providerId.md deleted file mode 100644 index a539b552..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/Account/providerId.md +++ /dev/null @@ -1,34 +0,0 @@ - - - -# providerId property - - - - - *[](https://dart.dev/null-safety)* - - - -[String](https://api.flutter.dev/flutter/dart-core/String-class.html) providerId - -_final_ - - - -

The provider ID for the user.

- - - -## Implementation - -```dart -final String providerId; -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/Account/refreshToken.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/Account/refreshToken.md deleted file mode 100644 index 781948d8..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/Account/refreshToken.md +++ /dev/null @@ -1,34 +0,0 @@ - - - -# refreshToken property - - - - - *[](https://dart.dev/null-safety)* - - - -[String](https://api.flutter.dev/flutter/dart-core/String-class.html)? refreshToken - -_final_ - - - -

The user refresh token

- - - -## Implementation - -```dart -final String? refreshToken; -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/Account/stringify.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/Account/stringify.md deleted file mode 100644 index 8df8a404..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/Account/stringify.md +++ /dev/null @@ -1,47 +0,0 @@ - - - -# stringify property - - - - - *[](https://dart.dev/null-safety)* - - - - - -**Annotations** - -- @[override](https://api.flutter.dev/flutter/dart-core/override-constant.html) -[bool](https://api.flutter.dev/flutter/dart-core/bool-class.html) stringify - -_override_ - - - -

If set to true, the toString method will be overridden to output -this instance's props.

-

A global default value for stringify can be set using -EquatableConfig.stringify.

-

If this instance's stringify is set to null, the value of -EquatableConfig.stringify will be used instead. This defaults to -false.

- - - -## Implementation - -```dart -@override -bool get stringify => true; -``` - - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AccountModel-class.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AccountModel-class.md deleted file mode 100644 index 68088ea5..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AccountModel-class.md +++ /dev/null @@ -1,247 +0,0 @@ - - - -# AccountModel class - - - - - - - *[](https://dart.dev/null-safety)* - - - -

Account Model to parse Firebase User data

- - - -**Inheritance** - -- [Object](https://api.flutter.dev/flutter/dart-core/Object-class.html) -- [Equatable](https://pub.dev/documentation/equatable/2.0.5/equatable/Equatable-class.html) -- [Account](../wyatt_authentication_bloc/Account-class.md) -- AccountModel - - - - - - - - -## Constructors - -[AccountModel.fromFirebaseUser](../wyatt_authentication_bloc/AccountModel/AccountModel.fromFirebaseUser.md) ([User](https://pub.dev/documentation/firebase_auth/4.2.0/firebase_auth/User-class.html)? user, {[String](https://api.flutter.dev/flutter/dart-core/String-class.html)? accessToken}) - - _factory_ - -[AccountModel.fromFirebaseUserCredential](../wyatt_authentication_bloc/AccountModel/AccountModel.fromFirebaseUserCredential.md) ([UserCredential](https://pub.dev/documentation/firebase_auth/4.2.0/firebase_auth/UserCredential-class.html)? userCredential) - - _factory_ - - -## Properties - -##### [accessToken](../wyatt_authentication_bloc/Account/accessToken.md) → [String](https://api.flutter.dev/flutter/dart-core/String-class.html)? - - - -The user access token -_finalinherited_ - - - -##### [creationTime](../wyatt_authentication_bloc/Account/creationTime.md) → [DateTime](https://api.flutter.dev/flutter/dart-core/DateTime-class.html)? - - - -Returns the users account creation time. -_finalinherited_ - - - -##### [email](../wyatt_authentication_bloc/Account/email.md) → [String](https://api.flutter.dev/flutter/dart-core/String-class.html)? - - - -The users email address. -_finalinherited_ - - - -##### [emailVerified](../wyatt_authentication_bloc/Account/emailVerified.md) → [bool](https://api.flutter.dev/flutter/dart-core/bool-class.html) - - - -Returns whether the users email address has been verified. -_finalinherited_ - - - -##### [hashCode](https://pub.dev/documentation/equatable/2.0.5/equatable/Equatable/hashCode.html) → [int](https://api.flutter.dev/flutter/dart-core/int-class.html) - - - -The hash code for this object. -_read-onlyinherited_ - - - -##### [id](../wyatt_authentication_bloc/Account/id.md) → [String](https://api.flutter.dev/flutter/dart-core/String-class.html) - - - -The user's unique ID. -_finalinherited_ - - - -##### [isAnonymous](../wyatt_authentication_bloc/Account/isAnonymous.md) → [bool](https://api.flutter.dev/flutter/dart-core/bool-class.html) - - - -Returns whether the user is a anonymous. -_finalinherited_ - - - -##### [isNewUser](../wyatt_authentication_bloc/Account/isNewUser.md) → [bool](https://api.flutter.dev/flutter/dart-core/bool-class.html)? - - - -Whether the user account has been recently created. -_finalinherited_ - - - -##### [lastSignInTime](../wyatt_authentication_bloc/Account/lastSignInTime.md) → [DateTime](https://api.flutter.dev/flutter/dart-core/DateTime-class.html)? - - - -When the user last signed in as dictated by the server clock. -_finalinherited_ - - - -##### [phoneNumber](../wyatt_authentication_bloc/Account/phoneNumber.md) → [String](https://api.flutter.dev/flutter/dart-core/String-class.html)? - - - -Returns the users phone number. -_finalinherited_ - - - -##### [photoURL](../wyatt_authentication_bloc/Account/photoURL.md) → [String](https://api.flutter.dev/flutter/dart-core/String-class.html)? - - - -Returns a photo URL for the user. -_finalinherited_ - - - -##### [props](../wyatt_authentication_bloc/Account/props.md) → [List](https://api.flutter.dev/flutter/dart-core/List-class.html)<[Object](https://api.flutter.dev/flutter/dart-core/Object-class.html)?> - - - -The list of properties that will be used to determine whether -two instances are equal. -_read-onlyinherited_ - - - -##### [providerId](../wyatt_authentication_bloc/Account/providerId.md) → [String](https://api.flutter.dev/flutter/dart-core/String-class.html) - - - -The provider ID for the user. -_finalinherited_ - - - -##### [refreshToken](../wyatt_authentication_bloc/AccountModel/refreshToken.md) → [String](https://api.flutter.dev/flutter/dart-core/String-class.html)? - - - -The user refresh token -_read-onlyoverride_ - - - -##### [runtimeType](https://api.flutter.dev/flutter/dart-core/Object/runtimeType.html) → [Type](https://api.flutter.dev/flutter/dart-core/Type-class.html) - - - -A representation of the runtime type of the object. -_read-onlyinherited_ - - - -##### [stringify](../wyatt_authentication_bloc/Account/stringify.md) → [bool](https://api.flutter.dev/flutter/dart-core/bool-class.html) - - - -If set to true, the toString method will be overridden to output -this instance's props. -_read-onlyinherited_ - - - -##### [user](../wyatt_authentication_bloc/AccountModel/user.md) → [User](https://pub.dev/documentation/firebase_auth/4.2.0/firebase_auth/User-class.html)? - - - - -_final_ - - - - - -## Methods - -##### [noSuchMethod](https://api.flutter.dev/flutter/dart-core/Object/noSuchMethod.html)([Invocation](https://api.flutter.dev/flutter/dart-core/Invocation-class.html) invocation) dynamic - - - -Invoked when a non-existent method or property is accessed. -_inherited_ - - - -##### [toString](https://pub.dev/documentation/equatable/2.0.5/equatable/Equatable/toString.html)() [String](https://api.flutter.dev/flutter/dart-core/String-class.html) - - - -A string representation of this object. -_inherited_ - - - - - -## Operators - -##### [operator ==](https://pub.dev/documentation/equatable/2.0.5/equatable/Equatable/operator_equals.html)([Object](https://api.flutter.dev/flutter/dart-core/Object-class.html) other) [bool](https://api.flutter.dev/flutter/dart-core/bool-class.html) - - - -The equality operator. -_inherited_ - - - - - - - - - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AccountModel/AccountModel.fromFirebaseUser.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AccountModel/AccountModel.fromFirebaseUser.md deleted file mode 100644 index f040be39..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AccountModel/AccountModel.fromFirebaseUser.md +++ /dev/null @@ -1,51 +0,0 @@ - - - -# AccountModel.fromFirebaseUser constructor - - - - - *[](https://dart.dev/null-safety)* - - - -AccountModel.fromFirebaseUser([User](https://pub.dev/documentation/firebase_auth/4.2.0/firebase_auth/User-class.html)? user, {[String](https://api.flutter.dev/flutter/dart-core/String-class.html)? accessToken}) - - - - - -## Implementation - -```dart -factory AccountModel.fromFirebaseUser(User? user, {String? accessToken}) { - if (user != null) { - final providerId = - (user.providerData.isEmpty) ? '' : user.providerData.first.providerId; - return AccountModel._( - user: user, - id: user.uid, - emailVerified: user.emailVerified, - isAnonymous: user.isAnonymous, - providerId: providerId, - creationTime: user.metadata.creationTime, - lastSignInTime: user.metadata.lastSignInTime, - isNewUser: false, - email: user.email, - phoneNumber: user.phoneNumber, - photoURL: user.photoURL, - accessToken: accessToken, - ); - } else { - throw ModelParsingFailureFirebase('null-user', 'User cannot be null'); - } -} -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AccountModel/AccountModel.fromFirebaseUserCredential.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AccountModel/AccountModel.fromFirebaseUserCredential.md deleted file mode 100644 index ac8c078e..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AccountModel/AccountModel.fromFirebaseUserCredential.md +++ /dev/null @@ -1,54 +0,0 @@ - - - -# AccountModel.fromFirebaseUserCredential constructor - - - - - *[](https://dart.dev/null-safety)* - - - -AccountModel.fromFirebaseUserCredential([UserCredential](https://pub.dev/documentation/firebase_auth/4.2.0/firebase_auth/UserCredential-class.html)? userCredential) - - - - - -## Implementation - -```dart -factory AccountModel.fromFirebaseUserCredential( - UserCredential? userCredential, -) { - final user = userCredential?.user; - if (user != null) { - final providerId = - (user.providerData.isEmpty) ? '' : user.providerData.first.providerId; - return AccountModel._( - user: user, - id: user.uid, - emailVerified: user.emailVerified, - isAnonymous: user.isAnonymous, - providerId: providerId, - creationTime: user.metadata.creationTime, - lastSignInTime: user.metadata.lastSignInTime, - isNewUser: userCredential?.additionalUserInfo?.isNewUser, - email: user.email, - phoneNumber: user.phoneNumber, - photoURL: user.photoURL, - accessToken: userCredential?.credential?.accessToken, - ); - } else { - throw ModelParsingFailureFirebase('null-user', 'User cannot be null'); - } -} -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AccountModel/refreshToken.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AccountModel/refreshToken.md deleted file mode 100644 index f8863731..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AccountModel/refreshToken.md +++ /dev/null @@ -1,41 +0,0 @@ - - - -# refreshToken property - - - - - *[](https://dart.dev/null-safety)* - - - - - -**Annotations** - -- @[override](https://api.flutter.dev/flutter/dart-core/override-constant.html) -[String](https://api.flutter.dev/flutter/dart-core/String-class.html)? refreshToken - -_override_ - - - -

The user refresh token

- - - -## Implementation - -```dart -@override -String? get refreshToken => user?.refreshToken; -``` - - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AccountModel/user.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AccountModel/user.md deleted file mode 100644 index e0146cab..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AccountModel/user.md +++ /dev/null @@ -1,33 +0,0 @@ - - - -# user property - - - - - *[](https://dart.dev/null-safety)* - - - -[User](https://pub.dev/documentation/firebase_auth/4.2.0/firebase_auth/User-class.html)? user - -_final_ - - - - - - -## Implementation - -```dart -final User? user; -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/ApplyActionCodeFailureFirebase-class.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/ApplyActionCodeFailureFirebase-class.md deleted file mode 100644 index 451ed5dd..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/ApplyActionCodeFailureFirebase-class.md +++ /dev/null @@ -1,137 +0,0 @@ - - - -# ApplyActionCodeFailureFirebase class - - - - - - - *[](https://dart.dev/null-safety)* - - - -

Thrown if during the apply action code process if a failure occurs.

- - - -**Inheritance** - -- [Object](https://api.flutter.dev/flutter/dart-core/Object-class.html) -- [AuthenticationFailureInterface](../wyatt_authentication_bloc/AuthenticationFailureInterface-class.md) -- [ApplyActionCodeFailureInterface](../wyatt_authentication_bloc/ApplyActionCodeFailureInterface-class.md) -- ApplyActionCodeFailureFirebase - - - - - - - - -## Constructors - -[ApplyActionCodeFailureFirebase](../wyatt_authentication_bloc/ApplyActionCodeFailureFirebase/ApplyActionCodeFailureFirebase.md) ([[String](https://api.flutter.dev/flutter/dart-core/String-class.html)? code, [String](https://api.flutter.dev/flutter/dart-core/String-class.html)? msg]) - - - -[ApplyActionCodeFailureFirebase.fromCode](../wyatt_authentication_bloc/ApplyActionCodeFailureFirebase/ApplyActionCodeFailureFirebase.fromCode.md) ([String](https://api.flutter.dev/flutter/dart-core/String-class.html) code) - - - - -## Properties - -##### [code](../wyatt_authentication_bloc/AuthenticationFailureInterface/code.md) ↔ [String](https://api.flutter.dev/flutter/dart-core/String-class.html) - - - - -_read / writeinherited_ - - - -##### [hashCode](https://api.flutter.dev/flutter/dart-core/Object/hashCode.html) → [int](https://api.flutter.dev/flutter/dart-core/int-class.html) - - - -The hash code for this object. -_read-onlyinherited_ - - - -##### [message](../wyatt_authentication_bloc/AuthenticationFailureInterface/message.md) → [String](https://api.flutter.dev/flutter/dart-core/String-class.html) - - - - -_read-onlyinherited_ - - - -##### [msg](../wyatt_authentication_bloc/AuthenticationFailureInterface/msg.md) ↔ [String](https://api.flutter.dev/flutter/dart-core/String-class.html) - - - - -_read / writeinherited_ - - - -##### [runtimeType](https://api.flutter.dev/flutter/dart-core/Object/runtimeType.html) → [Type](https://api.flutter.dev/flutter/dart-core/Type-class.html) - - - -A representation of the runtime type of the object. -_read-onlyinherited_ - - - - - -## Methods - -##### [noSuchMethod](https://api.flutter.dev/flutter/dart-core/Object/noSuchMethod.html)([Invocation](https://api.flutter.dev/flutter/dart-core/Invocation-class.html) invocation) dynamic - - - -Invoked when a non-existent method or property is accessed. -_inherited_ - - - -##### [toString](../wyatt_authentication_bloc/AuthenticationFailureInterface/toString.md)() [String](https://api.flutter.dev/flutter/dart-core/String-class.html) - - - -A string representation of this object. -_inherited_ - - - - - -## Operators - -##### [operator ==](https://api.flutter.dev/flutter/dart-core/Object/operator_equals.html)([Object](https://api.flutter.dev/flutter/dart-core/Object-class.html) other) [bool](https://api.flutter.dev/flutter/dart-core/bool-class.html) - - - -The equality operator. -_inherited_ - - - - - - - - - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/ApplyActionCodeFailureFirebase/ApplyActionCodeFailureFirebase.fromCode.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/ApplyActionCodeFailureFirebase/ApplyActionCodeFailureFirebase.fromCode.md deleted file mode 100644 index 1c261bc6..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/ApplyActionCodeFailureFirebase/ApplyActionCodeFailureFirebase.fromCode.md +++ /dev/null @@ -1,49 +0,0 @@ - - - -# ApplyActionCodeFailureFirebase.fromCode constructor - - - - - *[](https://dart.dev/null-safety)* - - - -ApplyActionCodeFailureFirebase.fromCode([String](https://api.flutter.dev/flutter/dart-core/String-class.html) code) - - - - - -## Implementation - -```dart -ApplyActionCodeFailureFirebase.fromCode(String code) : super.fromCode(code) { - switch (code) { - case 'expired-action-code': - msg = 'Action code has expired.'; - break; - case 'invalid-action-code': - msg = 'Action code is invalid.'; - break; - case 'user-disabled': - msg = 'This user has been disabled. Please contact support for help.'; - break; - case 'user-not-found': - msg = 'Email is not found, please create an account.'; - break; - - default: - this.code = 'unknown'; - msg = 'An unknown error occurred.'; - } -} -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/ApplyActionCodeFailureFirebase/ApplyActionCodeFailureFirebase.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/ApplyActionCodeFailureFirebase/ApplyActionCodeFailureFirebase.md deleted file mode 100644 index 2e03e5ae..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/ApplyActionCodeFailureFirebase/ApplyActionCodeFailureFirebase.md +++ /dev/null @@ -1,31 +0,0 @@ - - - -# ApplyActionCodeFailureFirebase constructor - - - - - *[](https://dart.dev/null-safety)* - - - -ApplyActionCodeFailureFirebase([[String](https://api.flutter.dev/flutter/dart-core/String-class.html)? code, [String](https://api.flutter.dev/flutter/dart-core/String-class.html)? msg]) - - - - - -## Implementation - -```dart -ApplyActionCodeFailureFirebase([String? code, String? msg]) - : super(code ?? 'unknown', msg ?? 'An unknown error occurred.'); -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/ApplyActionCodeFailureInterface-class.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/ApplyActionCodeFailureInterface-class.md deleted file mode 100644 index 487660fd..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/ApplyActionCodeFailureInterface-class.md +++ /dev/null @@ -1,139 +0,0 @@ - - - -# ApplyActionCodeFailureInterface class - - - - - - - *[](https://dart.dev/null-safety)* - - - -

Thrown if during the apply action code process if a failure occurs.

- - - -**Inheritance** - -- [Object](https://api.flutter.dev/flutter/dart-core/Object-class.html) -- [AuthenticationFailureInterface](../wyatt_authentication_bloc/AuthenticationFailureInterface-class.md) -- ApplyActionCodeFailureInterface - - - -**Implementers** - -- [ApplyActionCodeFailureFirebase](../wyatt_authentication_bloc/ApplyActionCodeFailureFirebase-class.md) - - - - - -## Constructors - -[ApplyActionCodeFailureInterface](../wyatt_authentication_bloc/ApplyActionCodeFailureInterface/ApplyActionCodeFailureInterface.md) ([String](https://api.flutter.dev/flutter/dart-core/String-class.html) code, [String](https://api.flutter.dev/flutter/dart-core/String-class.html) msg) - -Thrown if during the apply action code process if a failure occurs. - -[ApplyActionCodeFailureInterface.fromCode](../wyatt_authentication_bloc/ApplyActionCodeFailureInterface/ApplyActionCodeFailureInterface.fromCode.md) ([String](https://api.flutter.dev/flutter/dart-core/String-class.html) code) - -Thrown if during the apply action code process if a failure occurs. - - -## Properties - -##### [code](../wyatt_authentication_bloc/AuthenticationFailureInterface/code.md) ↔ [String](https://api.flutter.dev/flutter/dart-core/String-class.html) - - - - -_read / writeinherited_ - - - -##### [hashCode](https://api.flutter.dev/flutter/dart-core/Object/hashCode.html) → [int](https://api.flutter.dev/flutter/dart-core/int-class.html) - - - -The hash code for this object. -_read-onlyinherited_ - - - -##### [message](../wyatt_authentication_bloc/AuthenticationFailureInterface/message.md) → [String](https://api.flutter.dev/flutter/dart-core/String-class.html) - - - - -_read-onlyinherited_ - - - -##### [msg](../wyatt_authentication_bloc/AuthenticationFailureInterface/msg.md) ↔ [String](https://api.flutter.dev/flutter/dart-core/String-class.html) - - - - -_read / writeinherited_ - - - -##### [runtimeType](https://api.flutter.dev/flutter/dart-core/Object/runtimeType.html) → [Type](https://api.flutter.dev/flutter/dart-core/Type-class.html) - - - -A representation of the runtime type of the object. -_read-onlyinherited_ - - - - - -## Methods - -##### [noSuchMethod](https://api.flutter.dev/flutter/dart-core/Object/noSuchMethod.html)([Invocation](https://api.flutter.dev/flutter/dart-core/Invocation-class.html) invocation) dynamic - - - -Invoked when a non-existent method or property is accessed. -_inherited_ - - - -##### [toString](../wyatt_authentication_bloc/AuthenticationFailureInterface/toString.md)() [String](https://api.flutter.dev/flutter/dart-core/String-class.html) - - - -A string representation of this object. -_inherited_ - - - - - -## Operators - -##### [operator ==](https://api.flutter.dev/flutter/dart-core/Object/operator_equals.html)([Object](https://api.flutter.dev/flutter/dart-core/Object-class.html) other) [bool](https://api.flutter.dev/flutter/dart-core/bool-class.html) - - - -The equality operator. -_inherited_ - - - - - - - - - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/ApplyActionCodeFailureInterface/ApplyActionCodeFailureInterface.fromCode.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/ApplyActionCodeFailureInterface/ApplyActionCodeFailureInterface.fromCode.md deleted file mode 100644 index 72b11f2d..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/ApplyActionCodeFailureInterface/ApplyActionCodeFailureInterface.fromCode.md +++ /dev/null @@ -1,31 +0,0 @@ - - - -# ApplyActionCodeFailureInterface.fromCode constructor - - - - - *[](https://dart.dev/null-safety)* - - - -ApplyActionCodeFailureInterface.fromCode([String](https://api.flutter.dev/flutter/dart-core/String-class.html) code) - - -

Thrown if during the apply action code process if a failure occurs.

- - - -## Implementation - -```dart -ApplyActionCodeFailureInterface.fromCode(super.code) : super.fromCode(); -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/ApplyActionCodeFailureInterface/ApplyActionCodeFailureInterface.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/ApplyActionCodeFailureInterface/ApplyActionCodeFailureInterface.md deleted file mode 100644 index 0fb17fe9..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/ApplyActionCodeFailureInterface/ApplyActionCodeFailureInterface.md +++ /dev/null @@ -1,31 +0,0 @@ - - - -# ApplyActionCodeFailureInterface constructor - - - - - *[](https://dart.dev/null-safety)* - - - -ApplyActionCodeFailureInterface([String](https://api.flutter.dev/flutter/dart-core/String-class.html) code, [String](https://api.flutter.dev/flutter/dart-core/String-class.html) msg) - - -

Thrown if during the apply action code process if a failure occurs.

- - - -## Implementation - -```dart -ApplyActionCodeFailureInterface(super.code, super.msg); -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthFormField-class.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthFormField-class.md deleted file mode 100644 index 9ccd48b3..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthFormField-class.md +++ /dev/null @@ -1,122 +0,0 @@ - - - -# AuthFormField class - - - - - - - *[](https://dart.dev/null-safety)* - - - -

Default authentication form fields name

- - - - -## Constructors - -[AuthFormField](../wyatt_authentication_bloc/AuthFormField/AuthFormField.md) () - - - - -## Properties - -##### [hashCode](https://api.flutter.dev/flutter/dart-core/Object/hashCode.html) → [int](https://api.flutter.dev/flutter/dart-core/int-class.html) - - - -The hash code for this object. -_read-onlyinherited_ - - - -##### [runtimeType](https://api.flutter.dev/flutter/dart-core/Object/runtimeType.html) → [Type](https://api.flutter.dev/flutter/dart-core/Type-class.html) - - - -A representation of the runtime type of the object. -_read-onlyinherited_ - - - - - -## Methods - -##### [noSuchMethod](https://api.flutter.dev/flutter/dart-core/Object/noSuchMethod.html)([Invocation](https://api.flutter.dev/flutter/dart-core/Invocation-class.html) invocation) dynamic - - - -Invoked when a non-existent method or property is accessed. -_inherited_ - - - -##### [toString](https://api.flutter.dev/flutter/dart-core/Object/toString.html)() [String](https://api.flutter.dev/flutter/dart-core/String-class.html) - - - -A string representation of this object. -_inherited_ - - - - - -## Operators - -##### [operator ==](https://api.flutter.dev/flutter/dart-core/Object/operator_equals.html)([Object](https://api.flutter.dev/flutter/dart-core/Object-class.html) other) [bool](https://api.flutter.dev/flutter/dart-core/bool-class.html) - - - -The equality operator. -_inherited_ - - - - - - - - - - -## Constants - -##### [confirmPassword](../wyatt_authentication_bloc/AuthFormField/confirmPassword-constant.md) const [String](https://api.flutter.dev/flutter/dart-core/String-class.html) - - - -Confirm Password field: wyattConfirmPasswordField - - - - -##### [email](../wyatt_authentication_bloc/AuthFormField/email-constant.md) const [String](https://api.flutter.dev/flutter/dart-core/String-class.html) - - - -Email field: wyattEmailField - - - - -##### [password](../wyatt_authentication_bloc/AuthFormField/password-constant.md) const [String](https://api.flutter.dev/flutter/dart-core/String-class.html) - - - -Password field: wyattPasswordField - - - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthFormField/AuthFormField.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthFormField/AuthFormField.md deleted file mode 100644 index ab98b830..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthFormField/AuthFormField.md +++ /dev/null @@ -1,25 +0,0 @@ - - - -# AuthFormField constructor - - - - - *[](https://dart.dev/null-safety)* - - - -AuthFormField() - - - - - - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthFormField/confirmPassword-constant.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthFormField/confirmPassword-constant.md deleted file mode 100644 index 7b7ac157..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthFormField/confirmPassword-constant.md +++ /dev/null @@ -1,34 +0,0 @@ - - - -# confirmPassword constant - - - - - *[](https://dart.dev/null-safety)* - - - -[String](https://api.flutter.dev/flutter/dart-core/String-class.html) const confirmPassword - - - - - -

Confirm Password field: wyattConfirmPasswordField

- - - -## Implementation - -```dart -static const confirmPassword = 'wyattConfirmPasswordField'; -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthFormField/email-constant.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthFormField/email-constant.md deleted file mode 100644 index 9d842070..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthFormField/email-constant.md +++ /dev/null @@ -1,34 +0,0 @@ - - - -# email constant - - - - - *[](https://dart.dev/null-safety)* - - - -[String](https://api.flutter.dev/flutter/dart-core/String-class.html) const email - - - - - -

Email field: wyattEmailField

- - - -## Implementation - -```dart -static const email = 'wyattEmailField'; -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthFormField/password-constant.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthFormField/password-constant.md deleted file mode 100644 index 00dbfc9d..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthFormField/password-constant.md +++ /dev/null @@ -1,34 +0,0 @@ - - - -# password constant - - - - - *[](https://dart.dev/null-safety)* - - - -[String](https://api.flutter.dev/flutter/dart-core/String-class.html) const password - - - - - -

Password field: wyattPasswordField

- - - -## Implementation - -```dart -static const password = 'wyattPasswordField'; -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthFormName-class.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthFormName-class.md deleted file mode 100644 index f1c34250..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthFormName-class.md +++ /dev/null @@ -1,131 +0,0 @@ - - - -# AuthFormName class - - - - - - - *[](https://dart.dev/null-safety)* - - - -

Default authentication form name

- - - - -## Constructors - -[AuthFormName](../wyatt_authentication_bloc/AuthFormName/AuthFormName.md) () - - - - -## Properties - -##### [hashCode](https://api.flutter.dev/flutter/dart-core/Object/hashCode.html) → [int](https://api.flutter.dev/flutter/dart-core/int-class.html) - - - -The hash code for this object. -_read-onlyinherited_ - - - -##### [runtimeType](https://api.flutter.dev/flutter/dart-core/Object/runtimeType.html) → [Type](https://api.flutter.dev/flutter/dart-core/Type-class.html) - - - -A representation of the runtime type of the object. -_read-onlyinherited_ - - - - - -## Methods - -##### [noSuchMethod](https://api.flutter.dev/flutter/dart-core/Object/noSuchMethod.html)([Invocation](https://api.flutter.dev/flutter/dart-core/Invocation-class.html) invocation) dynamic - - - -Invoked when a non-existent method or property is accessed. -_inherited_ - - - -##### [toString](https://api.flutter.dev/flutter/dart-core/Object/toString.html)() [String](https://api.flutter.dev/flutter/dart-core/String-class.html) - - - -A string representation of this object. -_inherited_ - - - - - -## Operators - -##### [operator ==](https://api.flutter.dev/flutter/dart-core/Object/operator_equals.html)([Object](https://api.flutter.dev/flutter/dart-core/Object-class.html) other) [bool](https://api.flutter.dev/flutter/dart-core/bool-class.html) - - - -The equality operator. -_inherited_ - - - - - - - - - - -## Constants - -##### [editAccountForm](../wyatt_authentication_bloc/AuthFormName/editAccountForm-constant.md) const [String](https://api.flutter.dev/flutter/dart-core/String-class.html) - - - -Edit account form: wyattEditAccountForm - - - - -##### [passwordResetForm](../wyatt_authentication_bloc/AuthFormName/passwordResetForm-constant.md) const [String](https://api.flutter.dev/flutter/dart-core/String-class.html) - - - -Password reset form: wyattPasswordResetForm - - - - -##### [signInForm](../wyatt_authentication_bloc/AuthFormName/signInForm-constant.md) const [String](https://api.flutter.dev/flutter/dart-core/String-class.html) - - - -Sign In form: wyattSignInForm - - - - -##### [signUpForm](../wyatt_authentication_bloc/AuthFormName/signUpForm-constant.md) const [String](https://api.flutter.dev/flutter/dart-core/String-class.html) - - - -Sign Up form: wyattSignUpForm - - - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthFormName/AuthFormName.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthFormName/AuthFormName.md deleted file mode 100644 index 060a09c7..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthFormName/AuthFormName.md +++ /dev/null @@ -1,25 +0,0 @@ - - - -# AuthFormName constructor - - - - - *[](https://dart.dev/null-safety)* - - - -AuthFormName() - - - - - - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthFormName/editAccountForm-constant.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthFormName/editAccountForm-constant.md deleted file mode 100644 index 87add4b3..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthFormName/editAccountForm-constant.md +++ /dev/null @@ -1,34 +0,0 @@ - - - -# editAccountForm constant - - - - - *[](https://dart.dev/null-safety)* - - - -[String](https://api.flutter.dev/flutter/dart-core/String-class.html) const editAccountForm - - - - - -

Edit account form: wyattEditAccountForm

- - - -## Implementation - -```dart -static const String editAccountForm = 'wyattEditAccountForm'; -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthFormName/passwordResetForm-constant.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthFormName/passwordResetForm-constant.md deleted file mode 100644 index 0732203c..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthFormName/passwordResetForm-constant.md +++ /dev/null @@ -1,34 +0,0 @@ - - - -# passwordResetForm constant - - - - - *[](https://dart.dev/null-safety)* - - - -[String](https://api.flutter.dev/flutter/dart-core/String-class.html) const passwordResetForm - - - - - -

Password reset form: wyattPasswordResetForm

- - - -## Implementation - -```dart -static const String passwordResetForm = 'wyattPasswordResetForm'; -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthFormName/signInForm-constant.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthFormName/signInForm-constant.md deleted file mode 100644 index b5863475..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthFormName/signInForm-constant.md +++ /dev/null @@ -1,34 +0,0 @@ - - - -# signInForm constant - - - - - *[](https://dart.dev/null-safety)* - - - -[String](https://api.flutter.dev/flutter/dart-core/String-class.html) const signInForm - - - - - -

Sign In form: wyattSignInForm

- - - -## Implementation - -```dart -static const String signInForm = 'wyattSignInForm'; -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthFormName/signUpForm-constant.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthFormName/signUpForm-constant.md deleted file mode 100644 index 83820763..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthFormName/signUpForm-constant.md +++ /dev/null @@ -1,34 +0,0 @@ - - - -# signUpForm constant - - - - - *[](https://dart.dev/null-safety)* - - - -[String](https://api.flutter.dev/flutter/dart-core/String-class.html) const signUpForm - - - - - -

Sign Up form: wyattSignUpForm

- - - -## Implementation - -```dart -static const String signUpForm = 'wyattSignUpForm'; -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationBuilder-class.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationBuilder-class.md deleted file mode 100644 index ba5fe7a2..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationBuilder-class.md +++ /dev/null @@ -1,216 +0,0 @@ - - - -# AuthenticationBuilder<Data> class - - - - - - - *[](https://dart.dev/null-safety)* - - - - - - -**Inheritance** - -- [Object](https://api.flutter.dev/flutter/dart-core/Object-class.html) -- [DiagnosticableTree](https://api.flutter.dev/flutter/foundation/DiagnosticableTree-class.html) -- [Widget](https://api.flutter.dev/flutter/widgets/Widget-class.html) -- [StatelessWidget](https://api.flutter.dev/flutter/widgets/StatelessWidget-class.html) -- AuthenticationBuilder - - - - - - - - -## Constructors - -[AuthenticationBuilder](../wyatt_authentication_bloc/AuthenticationBuilder/AuthenticationBuilder.md) ({required [Widget](https://api.flutter.dev/flutter/widgets/Widget-class.html) authenticated([BuildContext](https://api.flutter.dev/flutter/widgets/BuildContext-class.html) context, [SessionWrapper](../wyatt_authentication_bloc/SessionWrapper-class.md)<Data> sessionWrapper), required [Widget](https://api.flutter.dev/flutter/widgets/Widget-class.html) unauthenticated([BuildContext](https://api.flutter.dev/flutter/widgets/BuildContext-class.html) context), required [Widget](https://api.flutter.dev/flutter/widgets/Widget-class.html) unknown([BuildContext](https://api.flutter.dev/flutter/widgets/BuildContext-class.html) context), [Key](https://api.flutter.dev/flutter/foundation/Key-class.html)? key}) - - _const_ - - -## Properties - -##### [authenticated](../wyatt_authentication_bloc/AuthenticationBuilder/authenticated.md) → [Widget](https://api.flutter.dev/flutter/widgets/Widget-class.html) Function([BuildContext](https://api.flutter.dev/flutter/widgets/BuildContext-class.html) context, [SessionWrapper](../wyatt_authentication_bloc/SessionWrapper-class.md)<Data> sessionWrapper) - - - - -_final_ - - - -##### [hashCode](https://api.flutter.dev/flutter/widgets/Widget/hashCode.html) → [int](https://api.flutter.dev/flutter/dart-core/int-class.html) - - - -The hash code for this object. -_read-onlyinherited_ - - - -##### [key](https://api.flutter.dev/flutter/widgets/Widget/key.html) → [Key](https://api.flutter.dev/flutter/foundation/Key-class.html)? - - - -Controls how one widget replaces another widget in the tree. -_finalinherited_ - - - -##### [runtimeType](https://api.flutter.dev/flutter/dart-core/Object/runtimeType.html) → [Type](https://api.flutter.dev/flutter/dart-core/Type-class.html) - - - -A representation of the runtime type of the object. -_read-onlyinherited_ - - - -##### [unauthenticated](../wyatt_authentication_bloc/AuthenticationBuilder/unauthenticated.md) → [Widget](https://api.flutter.dev/flutter/widgets/Widget-class.html) Function([BuildContext](https://api.flutter.dev/flutter/widgets/BuildContext-class.html) context) - - - - -_final_ - - - -##### [unknown](../wyatt_authentication_bloc/AuthenticationBuilder/unknown.md) → [Widget](https://api.flutter.dev/flutter/widgets/Widget-class.html) Function([BuildContext](https://api.flutter.dev/flutter/widgets/BuildContext-class.html) context) - - - - -_final_ - - - - - -## Methods - -##### [build](../wyatt_authentication_bloc/AuthenticationBuilder/build.md)([BuildContext](https://api.flutter.dev/flutter/widgets/BuildContext-class.html) context) [Widget](https://api.flutter.dev/flutter/widgets/Widget-class.html) - - - -Describes the part of the user interface represented by this widget. -_override_ - - - -##### [createElement](https://api.flutter.dev/flutter/widgets/StatelessWidget/createElement.html)() [StatelessElement](https://api.flutter.dev/flutter/widgets/StatelessElement-class.html) - - - -Creates a StatelessElement to manage this widget's location in the tree. -_inherited_ - - - -##### [debugDescribeChildren](https://api.flutter.dev/flutter/foundation/DiagnosticableTree/debugDescribeChildren.html)() [List](https://api.flutter.dev/flutter/dart-core/List-class.html)<[DiagnosticsNode](https://api.flutter.dev/flutter/foundation/DiagnosticsNode-class.html)> - - - -Returns a list of DiagnosticsNode objects describing this node's -children. -_inherited_ - - - -##### [debugFillProperties](https://api.flutter.dev/flutter/widgets/Widget/debugFillProperties.html)([DiagnosticPropertiesBuilder](https://api.flutter.dev/flutter/foundation/DiagnosticPropertiesBuilder-class.html) properties) void - - - -Add additional properties associated with the node. -_inherited_ - - - -##### [noSuchMethod](https://api.flutter.dev/flutter/dart-core/Object/noSuchMethod.html)([Invocation](https://api.flutter.dev/flutter/dart-core/Invocation-class.html) invocation) dynamic - - - -Invoked when a non-existent method or property is accessed. -_inherited_ - - - -##### [toDiagnosticsNode](https://api.flutter.dev/flutter/foundation/DiagnosticableTree/toDiagnosticsNode.html)({[String](https://api.flutter.dev/flutter/dart-core/String-class.html)? name, [DiagnosticsTreeStyle](https://api.flutter.dev/flutter/foundation/DiagnosticsTreeStyle.html)? style}) [DiagnosticsNode](https://api.flutter.dev/flutter/foundation/DiagnosticsNode-class.html) - - - -Returns a debug representation of the object that is used by debugging -tools and by DiagnosticsNode.toStringDeep. -_inherited_ - - - -##### [toString](https://api.flutter.dev/flutter/foundation/Diagnosticable/toString.html)({[DiagnosticLevel](https://api.flutter.dev/flutter/foundation/DiagnosticLevel.html) minLevel = DiagnosticLevel.info}) [String](https://api.flutter.dev/flutter/dart-core/String-class.html) - - - -A string representation of this object. -_inherited_ - - - -##### [toStringDeep](https://api.flutter.dev/flutter/foundation/DiagnosticableTree/toStringDeep.html)({[String](https://api.flutter.dev/flutter/dart-core/String-class.html) prefixLineOne = '', [String](https://api.flutter.dev/flutter/dart-core/String-class.html)? prefixOtherLines, [DiagnosticLevel](https://api.flutter.dev/flutter/foundation/DiagnosticLevel.html) minLevel = DiagnosticLevel.debug}) [String](https://api.flutter.dev/flutter/dart-core/String-class.html) - - - -Returns a string representation of this node and its descendants. -_inherited_ - - - -##### [toStringShallow](https://api.flutter.dev/flutter/foundation/DiagnosticableTree/toStringShallow.html)({[String](https://api.flutter.dev/flutter/dart-core/String-class.html) joiner = ', ', [DiagnosticLevel](https://api.flutter.dev/flutter/foundation/DiagnosticLevel.html) minLevel = DiagnosticLevel.debug}) [String](https://api.flutter.dev/flutter/dart-core/String-class.html) - - - -Returns a one-line detailed description of the object. -_inherited_ - - - -##### [toStringShort](https://api.flutter.dev/flutter/widgets/Widget/toStringShort.html)() [String](https://api.flutter.dev/flutter/dart-core/String-class.html) - - - -A short, textual description of this widget. -_inherited_ - - - - - -## Operators - -##### [operator ==](https://api.flutter.dev/flutter/widgets/Widget/operator_equals.html)([Object](https://api.flutter.dev/flutter/dart-core/Object-class.html) other) [bool](https://api.flutter.dev/flutter/dart-core/bool-class.html) - - - -The equality operator. -_inherited_ - - - - - - - - - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationBuilder/AuthenticationBuilder.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationBuilder/AuthenticationBuilder.md deleted file mode 100644 index 6fa6aa7d..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationBuilder/AuthenticationBuilder.md +++ /dev/null @@ -1,35 +0,0 @@ - - - -# AuthenticationBuilder<Data> constructor - - - - - *[](https://dart.dev/null-safety)* - - -const -AuthenticationBuilder<Data>({required [Widget](https://api.flutter.dev/flutter/widgets/Widget-class.html) authenticated([BuildContext](https://api.flutter.dev/flutter/widgets/BuildContext-class.html) context, [SessionWrapper](../../wyatt_authentication_bloc/SessionWrapper-class.md)<Data> sessionWrapper), required [Widget](https://api.flutter.dev/flutter/widgets/Widget-class.html) unauthenticated([BuildContext](https://api.flutter.dev/flutter/widgets/BuildContext-class.html) context), required [Widget](https://api.flutter.dev/flutter/widgets/Widget-class.html) unknown([BuildContext](https://api.flutter.dev/flutter/widgets/BuildContext-class.html) context), [Key](https://api.flutter.dev/flutter/foundation/Key-class.html)? key}) - - - - - -## Implementation - -```dart -const AuthenticationBuilder({ - required this.authenticated, - required this.unauthenticated, - required this.unknown, - super.key, -}); -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationBuilder/authenticated.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationBuilder/authenticated.md deleted file mode 100644 index 421ea1b9..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationBuilder/authenticated.md +++ /dev/null @@ -1,36 +0,0 @@ - - - -# authenticated property - - - - - *[](https://dart.dev/null-safety)* - - - -[Widget](https://api.flutter.dev/flutter/widgets/Widget-class.html) Function([BuildContext](https://api.flutter.dev/flutter/widgets/BuildContext-class.html) context, [SessionWrapper](../../wyatt_authentication_bloc/SessionWrapper-class.md)<Data> sessionWrapper) authenticated - -_final_ - - - - - - -## Implementation - -```dart -final Widget Function( - BuildContext context, - SessionWrapper sessionWrapper, -) authenticated; -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationBuilder/build.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationBuilder/build.md deleted file mode 100644 index 5b5680da..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationBuilder/build.md +++ /dev/null @@ -1,85 +0,0 @@ - - - -# build method - - - - - *[](https://dart.dev/null-safety)* - - - -- @[override](https://api.flutter.dev/flutter/dart-core/override-constant.html) - -[Widget](https://api.flutter.dev/flutter/widgets/Widget-class.html) build -([BuildContext](https://api.flutter.dev/flutter/widgets/BuildContext-class.html) context) - -_override_ - - - -

Describes the part of the user interface represented by this widget.

-

The framework calls this method when this widget is inserted into the tree -in a given BuildContext and when the dependencies of this widget change -(e.g., an InheritedWidget referenced by this widget changes). This -method can potentially be called in every frame and should not have any side -effects beyond building a widget.

-

The framework replaces the subtree below this widget with the widget -returned by this method, either by updating the existing subtree or by -removing the subtree and inflating a new subtree, depending on whether the -widget returned by this method can update the root of the existing -subtree, as determined by calling Widget.canUpdate.

-

Typically implementations return a newly created constellation of widgets -that are configured with information from this widget's constructor and -from the given BuildContext.

-

The given BuildContext contains information about the location in the -tree at which this widget is being built. For example, the context -provides the set of inherited widgets for this location in the tree. A -given widget might be built with multiple different BuildContext -arguments over time if the widget is moved around the tree or if the -widget is inserted into the tree in multiple places at once.

-

The implementation of this method must only depend on:

- -

If a widget's build method is to depend on anything else, use a -StatefulWidget instead.

-

See also:

-
    -
  • StatelessWidget, which contains the discussion on performance considerations.
  • -
- - - -## Implementation - -```dart -@override -Widget build(BuildContext context) => - BlocBuilder, AuthenticationState>( - builder: (context, state) { - if (state.status == AuthenticationStatus.authenticated) { - if (state.wrapper != null) { - return authenticated(context, state.wrapper!); - } else { - return unauthenticated(context); - } - } else if (state.status == AuthenticationStatus.unauthenticated) { - return unauthenticated(context); - } else { - return unknown(context); - } - }, - ); -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationBuilder/unauthenticated.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationBuilder/unauthenticated.md deleted file mode 100644 index 09ac9fe3..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationBuilder/unauthenticated.md +++ /dev/null @@ -1,33 +0,0 @@ - - - -# unauthenticated property - - - - - *[](https://dart.dev/null-safety)* - - - -[Widget](https://api.flutter.dev/flutter/widgets/Widget-class.html) Function([BuildContext](https://api.flutter.dev/flutter/widgets/BuildContext-class.html) context) unauthenticated - -_final_ - - - - - - -## Implementation - -```dart -final Widget Function(BuildContext context) unauthenticated; -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationBuilder/unknown.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationBuilder/unknown.md deleted file mode 100644 index 4573308e..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationBuilder/unknown.md +++ /dev/null @@ -1,33 +0,0 @@ - - - -# unknown property - - - - - *[](https://dart.dev/null-safety)* - - - -[Widget](https://api.flutter.dev/flutter/widgets/Widget-class.html) Function([BuildContext](https://api.flutter.dev/flutter/widgets/BuildContext-class.html) context) unknown - -_final_ - - - - - - -## Implementation - -```dart -final Widget Function(BuildContext context) unknown; -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationChangeEvent-class.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationChangeEvent-class.md deleted file mode 100644 index 4cb045d8..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationChangeEvent-class.md +++ /dev/null @@ -1,137 +0,0 @@ - - - -# AuthenticationChangeEvent class - - - - - - - *[](https://dart.dev/null-safety)* - - - -

Represents an event initiated by a change in -the user's authentication status.

- - - -**Inheritance** - -- [Object](https://api.flutter.dev/flutter/dart-core/Object-class.html) -- [Equatable](https://pub.dev/documentation/equatable/2.0.5/equatable/Equatable-class.html) -- AuthenticationChangeEvent - - - -**Implementers** - -- [DeletedEvent](../wyatt_authentication_bloc/DeletedEvent-class.md) -- [ReauthenticatedEvent](../wyatt_authentication_bloc/ReauthenticatedEvent-class.md) -- [RefreshedEvent](../wyatt_authentication_bloc/RefreshedEvent-class.md) -- [SignedInEvent](../wyatt_authentication_bloc/SignedInEvent-class.md) -- [SignedInFromCacheEvent](../wyatt_authentication_bloc/SignedInFromCacheEvent-class.md) -- [SignedOutEvent](../wyatt_authentication_bloc/SignedOutEvent-class.md) -- [SignedUpEvent](../wyatt_authentication_bloc/SignedUpEvent-class.md) -- [UnknownAuthenticationEvent](../wyatt_authentication_bloc/UnknownAuthenticationEvent-class.md) -- [UpdatedEvent](../wyatt_authentication_bloc/UpdatedEvent-class.md) - - - - - -## Constructors - -[AuthenticationChangeEvent](../wyatt_authentication_bloc/AuthenticationChangeEvent/AuthenticationChangeEvent.md) () - - _const_ - - -## Properties - -##### [hashCode](https://pub.dev/documentation/equatable/2.0.5/equatable/Equatable/hashCode.html) → [int](https://api.flutter.dev/flutter/dart-core/int-class.html) - - - -The hash code for this object. -_read-onlyinherited_ - - - -##### [props](../wyatt_authentication_bloc/AuthenticationChangeEvent/props.md) → [List](https://api.flutter.dev/flutter/dart-core/List-class.html)<[Object](https://api.flutter.dev/flutter/dart-core/Object-class.html)?> - - - -The list of properties that will be used to determine whether -two instances are equal. -_read-onlyoverride_ - - - -##### [runtimeType](https://api.flutter.dev/flutter/dart-core/Object/runtimeType.html) → [Type](https://api.flutter.dev/flutter/dart-core/Type-class.html) - - - -A representation of the runtime type of the object. -_read-onlyinherited_ - - - -##### [stringify](../wyatt_authentication_bloc/AuthenticationChangeEvent/stringify.md) → [bool](https://api.flutter.dev/flutter/dart-core/bool-class.html) - - - -If set to true, the toString method will be overridden to output -this instance's props. -_read-onlyoverride_ - - - - - -## Methods - -##### [noSuchMethod](https://api.flutter.dev/flutter/dart-core/Object/noSuchMethod.html)([Invocation](https://api.flutter.dev/flutter/dart-core/Invocation-class.html) invocation) dynamic - - - -Invoked when a non-existent method or property is accessed. -_inherited_ - - - -##### [toString](https://pub.dev/documentation/equatable/2.0.5/equatable/Equatable/toString.html)() [String](https://api.flutter.dev/flutter/dart-core/String-class.html) - - - -A string representation of this object. -_inherited_ - - - - - -## Operators - -##### [operator ==](https://pub.dev/documentation/equatable/2.0.5/equatable/Equatable/operator_equals.html)([Object](https://api.flutter.dev/flutter/dart-core/Object-class.html) other) [bool](https://api.flutter.dev/flutter/dart-core/bool-class.html) - - - -The equality operator. -_inherited_ - - - - - - - - - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationChangeEvent/AuthenticationChangeEvent.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationChangeEvent/AuthenticationChangeEvent.md deleted file mode 100644 index 82567010..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationChangeEvent/AuthenticationChangeEvent.md +++ /dev/null @@ -1,30 +0,0 @@ - - - -# AuthenticationChangeEvent constructor - - - - - *[](https://dart.dev/null-safety)* - - -const -AuthenticationChangeEvent() - - - - - -## Implementation - -```dart -const AuthenticationChangeEvent(); -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationChangeEvent/props.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationChangeEvent/props.md deleted file mode 100644 index 35d92209..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationChangeEvent/props.md +++ /dev/null @@ -1,42 +0,0 @@ - - - -# props property - - - - - *[](https://dart.dev/null-safety)* - - - - - -**Annotations** - -- @[override](https://api.flutter.dev/flutter/dart-core/override-constant.html) -[List](https://api.flutter.dev/flutter/dart-core/List-class.html)<[Object](https://api.flutter.dev/flutter/dart-core/Object-class.html)?> props - -_override_ - - - -

The list of properties that will be used to determine whether -two instances are equal.

- - - -## Implementation - -```dart -@override -List get props => []; -``` - - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationChangeEvent/stringify.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationChangeEvent/stringify.md deleted file mode 100644 index a2e1620f..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationChangeEvent/stringify.md +++ /dev/null @@ -1,47 +0,0 @@ - - - -# stringify property - - - - - *[](https://dart.dev/null-safety)* - - - - - -**Annotations** - -- @[override](https://api.flutter.dev/flutter/dart-core/override-constant.html) -[bool](https://api.flutter.dev/flutter/dart-core/bool-class.html) stringify - -_override_ - - - -

If set to true, the toString method will be overridden to output -this instance's props.

-

A global default value for stringify can be set using -EquatableConfig.stringify.

-

If this instance's stringify is set to null, the value of -EquatableConfig.stringify will be used instead. This defaults to -false.

- - - -## Implementation - -```dart -@override -bool get stringify => true; -``` - - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationCubit-class.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationCubit-class.md deleted file mode 100644 index 3758c56f..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationCubit-class.md +++ /dev/null @@ -1,292 +0,0 @@ - - - -# AuthenticationCubit<Data> class - - - - - - - *[](https://dart.dev/null-safety)* - - - -

Abstract authentication cubit class needs to be implemented in application.

-

This cubit is in charge of managing the global authentication state of -the application.

-

Its here you can override every callbacks and add your custom logic.

- - - -**Inheritance** - -- [Object](https://api.flutter.dev/flutter/dart-core/Object-class.html) -- [BlocBase](https://pub.dev/documentation/bloc/8.1.0/bloc/BlocBase-class.html)<[AuthenticationState](../wyatt_authentication_bloc/AuthenticationState-class.md)<Data>> -- [Cubit](https://pub.dev/documentation/bloc/8.1.0/bloc/Cubit-class.html)<[AuthenticationState](../wyatt_authentication_bloc/AuthenticationState-class.md)<Data>> -- AuthenticationCubit - - - - - - - - -## Constructors - -[AuthenticationCubit](../wyatt_authentication_bloc/AuthenticationCubit/AuthenticationCubit.md) ({required [AuthenticationRepository](../wyatt_authentication_bloc/AuthenticationRepository-class.md)<Data> authenticationRepository}) - - - - -## Properties - -##### [authenticationRepository](../wyatt_authentication_bloc/AuthenticationCubit/authenticationRepository.md) → [AuthenticationRepository](../wyatt_authentication_bloc/AuthenticationRepository-class.md)<Data> - - - - -_final_ - - - -##### [hashCode](https://api.flutter.dev/flutter/dart-core/Object/hashCode.html) → [int](https://api.flutter.dev/flutter/dart-core/int-class.html) - - - -The hash code for this object. -_read-onlyinherited_ - - - -##### [isClosed](https://pub.dev/documentation/bloc/8.1.0/bloc/BlocBase/isClosed.html) → [bool](https://api.flutter.dev/flutter/dart-core/bool-class.html) - - - -Whether the bloc is closed. -_read-onlyinherited_ - - - -##### [runtimeType](https://api.flutter.dev/flutter/dart-core/Object/runtimeType.html) → [Type](https://api.flutter.dev/flutter/dart-core/Type-class.html) - - - -A representation of the runtime type of the object. -_read-onlyinherited_ - - - -##### [state](https://pub.dev/documentation/bloc/8.1.0/bloc/BlocBase/state.html) → [AuthenticationState](../wyatt_authentication_bloc/AuthenticationState-class.md)<Data> - - - -The current state. -_read-onlyinherited_ - - - -##### [stream](https://pub.dev/documentation/bloc/8.1.0/bloc/BlocBase/stream.html) → [Stream](https://api.flutter.dev/flutter/dart-async/Stream-class.html)<[AuthenticationState](../wyatt_authentication_bloc/AuthenticationState-class.md)<Data>> - - - -The current stream of states. -_read-onlyinherited_ - - - - - -## Methods - -##### [addError](https://pub.dev/documentation/bloc/8.1.0/bloc/BlocBase/addError.html)([Object](https://api.flutter.dev/flutter/dart-core/Object-class.html) error, [[StackTrace](https://api.flutter.dev/flutter/dart-core/StackTrace-class.html)? stackTrace]) void - - - -Reports an error which triggers onError with an optional StackTrace. -_inherited_ - - - -##### [close](https://pub.dev/documentation/bloc/8.1.0/bloc/BlocBase/close.html)() [Future](https://api.flutter.dev/flutter/dart-async/Future-class.html)<void> - - - -Closes the instance. -This method should be called when the instance is no longer needed. -Once close is called, the instance can no longer be used. -_inherited_ - - - -##### [currentSession](../wyatt_authentication_bloc/AuthenticationCubit/currentSession.md)() [SessionWrapper](../wyatt_authentication_bloc/SessionWrapper-class.md)<Data>? - - - -Returns latest session wrapper. - - - - -##### [delete](../wyatt_authentication_bloc/AuthenticationCubit/delete.md)() [FutureOr](https://api.flutter.dev/flutter/dart-async/FutureOr-class.html)<void> - - - -Delete account. - - - - -##### [emit](https://pub.dev/documentation/bloc/8.1.0/bloc/BlocBase/emit.html)([AuthenticationState](../wyatt_authentication_bloc/AuthenticationState-class.md)<Data> state) void - - - -Updates the state to the provided state. -emit does nothing if the state being emitted -is equal to the current state. -_inherited_ - - - -##### [noSuchMethod](https://api.flutter.dev/flutter/dart-core/Object/noSuchMethod.html)([Invocation](https://api.flutter.dev/flutter/dart-core/Invocation-class.html) invocation) dynamic - - - -Invoked when a non-existent method or property is accessed. -_inherited_ - - - -##### [onChange](https://pub.dev/documentation/bloc/8.1.0/bloc/BlocBase/onChange.html)([Change](https://pub.dev/documentation/bloc/8.1.0/bloc/Change-class.html)<[AuthenticationState](../wyatt_authentication_bloc/AuthenticationState-class.md)<Data>> change) void - - - -Called whenever a change occurs with the given change. -A change occurs when a new state is emitted. -onChange is called before the state of the cubit is updated. -onChange is a great spot to add logging/analytics for a specific cubit. -_inherited_ - - - -##### [onDelete](../wyatt_authentication_bloc/AuthenticationCubit/onDelete.md)() FutureOrResult<void> - - - -This callback is triggered when the current account is deleted from -the remote. - - - - -##### [onError](https://pub.dev/documentation/bloc/8.1.0/bloc/BlocBase/onError.html)([Object](https://api.flutter.dev/flutter/dart-core/Object-class.html) error, [StackTrace](https://api.flutter.dev/flutter/dart-core/StackTrace-class.html) stackTrace) void - - - -Called whenever an error occurs and notifies BlocObserver.onError. -_inherited_ - - - -##### [onReauthenticate](../wyatt_authentication_bloc/AuthenticationCubit/onReauthenticate.md)(Result<[Account](../wyatt_authentication_bloc/Account-class.md), AppException> result) FutureOrResult<Data?> - - - -This callback is triggered when the account is re-authenticated - - - - -##### [onRefresh](../wyatt_authentication_bloc/AuthenticationCubit/onRefresh.md)(Result<[Account](../wyatt_authentication_bloc/Account-class.md), AppException> result) FutureOrResult<Data?> - - - -This callback is triggered when the account is refreshed. - - - - -##### [onSignInFromCache](../wyatt_authentication_bloc/AuthenticationCubit/onSignInFromCache.md)([SessionWrapper](../wyatt_authentication_bloc/SessionWrapper-class.md)<Data> wrapper) FutureOrResult<Data?> - - - -This callback is triggered when the user is automaticcaly logged in from -the cache. - - - - -##### [onSignOut](../wyatt_authentication_bloc/AuthenticationCubit/onSignOut.md)() FutureOrResult<void> - - - -This callback is triggered when the user is logged out. - - - - -##### [reauthenticate](../wyatt_authentication_bloc/AuthenticationCubit/reauthenticate.md)() [FutureOr](https://api.flutter.dev/flutter/dart-async/FutureOr-class.html)<void> - - - -Some security-sensitive actions—such as deleting an account, -setting a primary email address, and changing a password—require that -the user has recently signed in. - - - - -##### [refresh](../wyatt_authentication_bloc/AuthenticationCubit/refresh.md)() [FutureOr](https://api.flutter.dev/flutter/dart-async/FutureOr-class.html)<void> - - - -Refreshes the current user, if signed in. - - - - -##### [signOut](../wyatt_authentication_bloc/AuthenticationCubit/signOut.md)() [FutureOr](https://api.flutter.dev/flutter/dart-async/FutureOr-class.html)<void> - - - -Signs out the current user. -It also clears the cache and the associated data. - - - - -##### [toString](https://api.flutter.dev/flutter/dart-core/Object/toString.html)() [String](https://api.flutter.dev/flutter/dart-core/String-class.html) - - - -A string representation of this object. -_inherited_ - - - - - -## Operators - -##### [operator ==](https://api.flutter.dev/flutter/dart-core/Object/operator_equals.html)([Object](https://api.flutter.dev/flutter/dart-core/Object-class.html) other) [bool](https://api.flutter.dev/flutter/dart-core/bool-class.html) - - - -The equality operator. -_inherited_ - - - - - - - - - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationCubit/AuthenticationCubit.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationCubit/AuthenticationCubit.md deleted file mode 100644 index 8a689e53..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationCubit/AuthenticationCubit.md +++ /dev/null @@ -1,34 +0,0 @@ - - - -# AuthenticationCubit<Data> constructor - - - - - *[](https://dart.dev/null-safety)* - - - -AuthenticationCubit<Data>({required [AuthenticationRepository](../../wyatt_authentication_bloc/AuthenticationRepository-class.md)<Data> authenticationRepository}) - - - - - -## Implementation - -```dart -AuthenticationCubit({ - required this.authenticationRepository, -}) : super(const AuthenticationState.unknown()) { - _listenForAuthenticationChanges(); -} -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationCubit/authenticationRepository.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationCubit/authenticationRepository.md deleted file mode 100644 index 32cdfa2a..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationCubit/authenticationRepository.md +++ /dev/null @@ -1,33 +0,0 @@ - - - -# authenticationRepository property - - - - - *[](https://dart.dev/null-safety)* - - - -[AuthenticationRepository](../../wyatt_authentication_bloc/AuthenticationRepository-class.md)<Data> authenticationRepository - -_final_ - - - - - - -## Implementation - -```dart -final AuthenticationRepository authenticationRepository; -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationCubit/currentSession.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationCubit/currentSession.md deleted file mode 100644 index 855d8d0e..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationCubit/currentSession.md +++ /dev/null @@ -1,37 +0,0 @@ - - - -# currentSession method - - - - - *[](https://dart.dev/null-safety)* - - - - -[SessionWrapper](../../wyatt_authentication_bloc/SessionWrapper-class.md)<Data>? currentSession -() - - - - - -

Returns latest session wrapper.

-

Contains latest event and latest session data (account + extra data)

- - - -## Implementation - -```dart -SessionWrapper? currentSession() => _latestSession; -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationCubit/delete.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationCubit/delete.md deleted file mode 100644 index 849e1aca..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationCubit/delete.md +++ /dev/null @@ -1,44 +0,0 @@ - - - -# delete method - - - - - *[](https://dart.dev/null-safety)* - - - - -[FutureOr](https://api.flutter.dev/flutter/dart-async/FutureOr-class.html)<void> delete -() - - - - - -

Delete account.

-

Throws a DeleteAccountFailureInterface if -an exception occurs.

- - - -## Implementation - -```dart -FutureOr delete() async => CustomRoutine( - routine: authenticationRepository.delete, - attachedLogic: (routineResult) => onDelete(), - onError: addError, - onSuccess: (result, data) => authenticationRepository - .addSession(SessionWrapper(event: const DeletedEvent())), - ).call(); -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationCubit/onDelete.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationCubit/onDelete.md deleted file mode 100644 index b5fd50a4..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationCubit/onDelete.md +++ /dev/null @@ -1,38 +0,0 @@ - - - -# onDelete method - - - - - *[](https://dart.dev/null-safety)* - - - - -FutureOrResult<void> onDelete -() - - - - - -

This callback is triggered when the current account is deleted from -the remote.

-

For example: when the user wants to delete his account from Firebase

- - - -## Implementation - -```dart -FutureOrResult onDelete(); -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationCubit/onReauthenticate.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationCubit/onReauthenticate.md deleted file mode 100644 index 434c5de1..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationCubit/onReauthenticate.md +++ /dev/null @@ -1,38 +0,0 @@ - - - -# onReauthenticate method - - - - - *[](https://dart.dev/null-safety)* - - - - -FutureOrResult<Data?> onReauthenticate -(Result<[Account](../../wyatt_authentication_bloc/Account-class.md), AppException> result) - - - - - -

This callback is triggered when the account is re-authenticated

-

For example: when the user is logged in and sign in -from an another provider

- - - -## Implementation - -```dart -FutureOrResult onReauthenticate(Result result); -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationCubit/onRefresh.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationCubit/onRefresh.md deleted file mode 100644 index b3812fa8..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationCubit/onRefresh.md +++ /dev/null @@ -1,37 +0,0 @@ - - - -# onRefresh method - - - - - *[](https://dart.dev/null-safety)* - - - - -FutureOrResult<Data?> onRefresh -(Result<[Account](../../wyatt_authentication_bloc/Account-class.md), AppException> result) - - - - - -

This callback is triggered when the account is refreshed.

-

For example: when the access token is refreshed.

- - - -## Implementation - -```dart -FutureOrResult onRefresh(Result result); -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationCubit/onSignInFromCache.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationCubit/onSignInFromCache.md deleted file mode 100644 index 3f0ccf94..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationCubit/onSignInFromCache.md +++ /dev/null @@ -1,38 +0,0 @@ - - - -# onSignInFromCache method - - - - - *[](https://dart.dev/null-safety)* - - - - -FutureOrResult<Data?> onSignInFromCache -([SessionWrapper](../../wyatt_authentication_bloc/SessionWrapper-class.md)<Data> wrapper) - - - - - -

This callback is triggered when the user is automaticcaly logged in from -the cache.

-

For example: when the user is sign in from the Firebase cache.

- - - -## Implementation - -```dart -FutureOrResult onSignInFromCache(SessionWrapper wrapper); -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationCubit/onSignOut.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationCubit/onSignOut.md deleted file mode 100644 index 930d66b7..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationCubit/onSignOut.md +++ /dev/null @@ -1,37 +0,0 @@ - - - -# onSignOut method - - - - - *[](https://dart.dev/null-safety)* - - - - -FutureOrResult<void> onSignOut -() - - - - - -

This callback is triggered when the user is logged out.

-

For example: when the user clicks on the logout button.

- - - -## Implementation - -```dart -FutureOrResult onSignOut(); -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationCubit/reauthenticate.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationCubit/reauthenticate.md deleted file mode 100644 index b2eeb9c5..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationCubit/reauthenticate.md +++ /dev/null @@ -1,53 +0,0 @@ - - - -# reauthenticate method - - - - - *[](https://dart.dev/null-safety)* - - - - -[FutureOr](https://api.flutter.dev/flutter/dart-async/FutureOr-class.html)<void> reauthenticate -() - - - - - -

Some security-sensitive actions—such as deleting an account, -setting a primary email address, and changing a password—require that -the user has recently signed in.

-

Throws a ReauthenticateFailureInterface if -an exception occurs.

- - - -## Implementation - -```dart -FutureOr reauthenticate() async => CustomRoutine( - routine: authenticationRepository.reauthenticate, - attachedLogic: onReauthenticate, - onError: addError, - onSuccess: (result, data) => authenticationRepository.addSession( - SessionWrapper( - event: ReauthenticatedEvent(account: result), - session: Session( - account: result, - data: data, - ), - ), - ), - ).call(); -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationCubit/refresh.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationCubit/refresh.md deleted file mode 100644 index be643224..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationCubit/refresh.md +++ /dev/null @@ -1,49 +0,0 @@ - - - -# refresh method - - - - - *[](https://dart.dev/null-safety)* - - - - -[FutureOr](https://api.flutter.dev/flutter/dart-async/FutureOr-class.html)<void> refresh -() - - - - - -

Refreshes the current user, if signed in.

- - - -## Implementation - -```dart -FutureOr refresh() async => CustomRoutine( - routine: authenticationRepository.refresh, - attachedLogic: onRefresh, - onError: addError, - onSuccess: (result, data) => authenticationRepository.addSession( - SessionWrapper( - event: RefreshedEvent(account: result), - session: Session( - account: result, - data: data, - ), - ), - ), - ).call(); -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationCubit/signOut.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationCubit/signOut.md deleted file mode 100644 index f2634117..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationCubit/signOut.md +++ /dev/null @@ -1,43 +0,0 @@ - - - -# signOut method - - - - - *[](https://dart.dev/null-safety)* - - - - -[FutureOr](https://api.flutter.dev/flutter/dart-async/FutureOr-class.html)<void> signOut -() - - - - - -

Signs out the current user. -It also clears the cache and the associated data.

- - - -## Implementation - -```dart -FutureOr signOut() async => CustomRoutine( - routine: authenticationRepository.signOut, - attachedLogic: (routineResult) => onSignOut(), - onError: addError, - onSuccess: (result, data) => authenticationRepository - .addSession(SessionWrapper(event: const SignedOutEvent())), - ).call(); -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationFailureInterface-class.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationFailureInterface-class.md deleted file mode 100644 index 36c265c0..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationFailureInterface-class.md +++ /dev/null @@ -1,159 +0,0 @@ - - - -# AuthenticationFailureInterface class - - - - - - - *[](https://dart.dev/null-safety)* - - - -

Base exception used in Wyatt Authentication

- - - - -**Implemented types** - -- [Exception](https://api.flutter.dev/flutter/dart-core/Exception-class.html) - - -**Implementers** - -- [ApplyActionCodeFailureInterface](../wyatt_authentication_bloc/ApplyActionCodeFailureInterface-class.md) -- [ConfirmPasswordResetFailureInterface](../wyatt_authentication_bloc/ConfirmPasswordResetFailureInterface-class.md) -- [DeleteAccountFailureInterface](../wyatt_authentication_bloc/DeleteAccountFailureInterface-class.md) -- [FetchSignInMethodsForEmailFailureInterface](../wyatt_authentication_bloc/FetchSignInMethodsForEmailFailureInterface-class.md) -- [ModelParsingFailureInterface](../wyatt_authentication_bloc/ModelParsingFailureInterface-class.md) -- [ReauthenticateFailureInterface](../wyatt_authentication_bloc/ReauthenticateFailureInterface-class.md) -- [RefreshFailureInterface](../wyatt_authentication_bloc/RefreshFailureInterface-class.md) -- [SendEmailVerificationFailureInterface](../wyatt_authentication_bloc/SendEmailVerificationFailureInterface-class.md) -- [SendPasswordResetEmailFailureInterface](../wyatt_authentication_bloc/SendPasswordResetEmailFailureInterface-class.md) -- [SendSignInLinkEmailFailureInterface](../wyatt_authentication_bloc/SendSignInLinkEmailFailureInterface-class.md) -- [SignInAnonymouslyFailureInterface](../wyatt_authentication_bloc/SignInAnonymouslyFailureInterface-class.md) -- [SignInWithAppleFailureInterface](../wyatt_authentication_bloc/SignInWithAppleFailureInterface-class.md) -- [SignInWithCredentialFailureInterface](../wyatt_authentication_bloc/SignInWithCredentialFailureInterface-class.md) -- [SignInWithEmailAndPasswordFailureInterface](../wyatt_authentication_bloc/SignInWithEmailAndPasswordFailureInterface-class.md) -- [SignInWithEmailLinkFailureInterface](../wyatt_authentication_bloc/SignInWithEmailLinkFailureInterface-class.md) -- [SignInWithFacebookFailureInterface](../wyatt_authentication_bloc/SignInWithFacebookFailureInterface-class.md) -- [SignInWithGoogleFailureInterface](../wyatt_authentication_bloc/SignInWithGoogleFailureInterface-class.md) -- [SignInWithTwitterFailureInterface](../wyatt_authentication_bloc/SignInWithTwitterFailureInterface-class.md) -- [SignOutFailureInterface](../wyatt_authentication_bloc/SignOutFailureInterface-class.md) -- [SignUpWithEmailAndPasswordFailureInterface](../wyatt_authentication_bloc/SignUpWithEmailAndPasswordFailureInterface-class.md) -- [UpdateEmailFailureInterface](../wyatt_authentication_bloc/UpdateEmailFailureInterface-class.md) -- [UpdatePasswordFailureInterface](../wyatt_authentication_bloc/UpdatePasswordFailureInterface-class.md) -- [VerifyPasswordResetCodeFailureInterface](../wyatt_authentication_bloc/VerifyPasswordResetCodeFailureInterface-class.md) - - - - - -## Constructors - -[AuthenticationFailureInterface](../wyatt_authentication_bloc/AuthenticationFailureInterface/AuthenticationFailureInterface.md) ([String](https://api.flutter.dev/flutter/dart-core/String-class.html) code, [String](https://api.flutter.dev/flutter/dart-core/String-class.html) msg) - - - -[AuthenticationFailureInterface.fromCode](../wyatt_authentication_bloc/AuthenticationFailureInterface/AuthenticationFailureInterface.fromCode.md) ([String](https://api.flutter.dev/flutter/dart-core/String-class.html) code) - - - - -## Properties - -##### [code](../wyatt_authentication_bloc/AuthenticationFailureInterface/code.md) ↔ [String](https://api.flutter.dev/flutter/dart-core/String-class.html) - - - - -_read / write_ - - - -##### [hashCode](https://api.flutter.dev/flutter/dart-core/Object/hashCode.html) → [int](https://api.flutter.dev/flutter/dart-core/int-class.html) - - - -The hash code for this object. -_read-onlyinherited_ - - - -##### [message](../wyatt_authentication_bloc/AuthenticationFailureInterface/message.md) → [String](https://api.flutter.dev/flutter/dart-core/String-class.html) - - - - -_read-only_ - - - -##### [msg](../wyatt_authentication_bloc/AuthenticationFailureInterface/msg.md) ↔ [String](https://api.flutter.dev/flutter/dart-core/String-class.html) - - - - -_read / write_ - - - -##### [runtimeType](https://api.flutter.dev/flutter/dart-core/Object/runtimeType.html) → [Type](https://api.flutter.dev/flutter/dart-core/Type-class.html) - - - -A representation of the runtime type of the object. -_read-onlyinherited_ - - - - - -## Methods - -##### [noSuchMethod](https://api.flutter.dev/flutter/dart-core/Object/noSuchMethod.html)([Invocation](https://api.flutter.dev/flutter/dart-core/Invocation-class.html) invocation) dynamic - - - -Invoked when a non-existent method or property is accessed. -_inherited_ - - - -##### [toString](../wyatt_authentication_bloc/AuthenticationFailureInterface/toString.md)() [String](https://api.flutter.dev/flutter/dart-core/String-class.html) - - - -A string representation of this object. -_inherited_ - - - - - -## Operators - -##### [operator ==](https://api.flutter.dev/flutter/dart-core/Object/operator_equals.html)([Object](https://api.flutter.dev/flutter/dart-core/Object-class.html) other) [bool](https://api.flutter.dev/flutter/dart-core/bool-class.html) - - - -The equality operator. -_inherited_ - - - - - - - - - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationFailureInterface/AuthenticationFailureInterface.fromCode.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationFailureInterface/AuthenticationFailureInterface.fromCode.md deleted file mode 100644 index 96605d88..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationFailureInterface/AuthenticationFailureInterface.fromCode.md +++ /dev/null @@ -1,31 +0,0 @@ - - - -# AuthenticationFailureInterface.fromCode constructor - - - - - *[](https://dart.dev/null-safety)* - - - -AuthenticationFailureInterface.fromCode([String](https://api.flutter.dev/flutter/dart-core/String-class.html) code) - - - - - -## Implementation - -```dart -AuthenticationFailureInterface.fromCode(this.code) - : msg = 'An unknown error occurred.'; -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationFailureInterface/AuthenticationFailureInterface.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationFailureInterface/AuthenticationFailureInterface.md deleted file mode 100644 index b64683e8..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationFailureInterface/AuthenticationFailureInterface.md +++ /dev/null @@ -1,30 +0,0 @@ - - - -# AuthenticationFailureInterface constructor - - - - - *[](https://dart.dev/null-safety)* - - - -AuthenticationFailureInterface([String](https://api.flutter.dev/flutter/dart-core/String-class.html) code, [String](https://api.flutter.dev/flutter/dart-core/String-class.html) msg) - - - - - -## Implementation - -```dart -AuthenticationFailureInterface(this.code, this.msg); -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationFailureInterface/code.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationFailureInterface/code.md deleted file mode 100644 index 7d6e8996..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationFailureInterface/code.md +++ /dev/null @@ -1,33 +0,0 @@ - - - -# code property - - - - - *[](https://dart.dev/null-safety)* - - - -[String](https://api.flutter.dev/flutter/dart-core/String-class.html) code - -_read / write_ - - - - - - -## Implementation - -```dart -String code; -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationFailureInterface/message.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationFailureInterface/message.md deleted file mode 100644 index fed51258..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationFailureInterface/message.md +++ /dev/null @@ -1,40 +0,0 @@ - - - -# message property - - - - - *[](https://dart.dev/null-safety)* - - - - - -**Annotations** - -- @[override](https://api.flutter.dev/flutter/dart-core/override-constant.html) -[String](https://api.flutter.dev/flutter/dart-core/String-class.html) message - - - - - - - - -## Implementation - -```dart -@override -String get message => msg; -``` - - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationFailureInterface/msg.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationFailureInterface/msg.md deleted file mode 100644 index 820911a4..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationFailureInterface/msg.md +++ /dev/null @@ -1,33 +0,0 @@ - - - -# msg property - - - - - *[](https://dart.dev/null-safety)* - - - -[String](https://api.flutter.dev/flutter/dart-core/String-class.html) msg - -_read / write_ - - - - - - -## Implementation - -```dart -String msg; -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationFailureInterface/toString.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationFailureInterface/toString.md deleted file mode 100644 index adf014b9..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationFailureInterface/toString.md +++ /dev/null @@ -1,53 +0,0 @@ - - - -# toString method - - - - - *[](https://dart.dev/null-safety)* - - - -- @[override](https://api.flutter.dev/flutter/dart-core/override-constant.html) - -[String](https://api.flutter.dev/flutter/dart-core/String-class.html) toString -() - -_inherited_ - - - -

A string representation of this object.

-

Some classes have a default textual representation, -often paired with a static parse function (like int.parse). -These classes will provide the textual representation as -their string representation.

-

Other classes have no meaningful textual representation -that a program will care about. -Such classes will typically override toString to provide -useful information when inspecting the object, -mainly for debugging or logging.

- - - -## Implementation - -```dart -@override -String toString() { - if (message.isNotNullOrEmpty) { - return '$runtimeType: $message'; - } else { - return '$runtimeType: An exception occured'; - } -} -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationFirebaseDataSourceImpl-class.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationFirebaseDataSourceImpl-class.md deleted file mode 100644 index 39635ba2..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationFirebaseDataSourceImpl-class.md +++ /dev/null @@ -1,251 +0,0 @@ - - - -# AuthenticationFirebaseDataSourceImpl<Data> class - - - - - - - *[](https://dart.dev/null-safety)* - - - - - - -**Inheritance** - -- [Object](https://api.flutter.dev/flutter/dart-core/Object-class.html) -- [AuthenticationRemoteDataSource](../wyatt_authentication_bloc/AuthenticationRemoteDataSource-class.md)<Data> -- AuthenticationFirebaseDataSourceImpl - - - - - - - - -## Constructors - -[AuthenticationFirebaseDataSourceImpl](../wyatt_authentication_bloc/AuthenticationFirebaseDataSourceImpl/AuthenticationFirebaseDataSourceImpl.md) ({[FirebaseAuth](https://pub.dev/documentation/firebase_auth/4.2.0/firebase_auth/FirebaseAuth-class.html)? firebaseAuth, [GoogleSignIn](https://pub.dev/documentation/google_sign_in/5.4.2/google_sign_in/GoogleSignIn-class.html)? googleSignIn}) - - - - -## Properties - -##### [hashCode](https://api.flutter.dev/flutter/dart-core/Object/hashCode.html) → [int](https://api.flutter.dev/flutter/dart-core/int-class.html) - - - -The hash code for this object. -_read-onlyinherited_ - - - -##### [runtimeType](https://api.flutter.dev/flutter/dart-core/Object/runtimeType.html) → [Type](https://api.flutter.dev/flutter/dart-core/Type-class.html) - - - -A representation of the runtime type of the object. -_read-onlyinherited_ - - - - - -## Methods - -##### [addSession](../wyatt_authentication_bloc/AuthenticationFirebaseDataSourceImpl/addSession.md)([SessionWrapper](../wyatt_authentication_bloc/SessionWrapper-class.md)<Data> wrapper) void - - - -Add a new authentication event. -_override_ - - - -##### [confirmPasswordReset](../wyatt_authentication_bloc/AuthenticationFirebaseDataSourceImpl/confirmPasswordReset.md)({required [String](https://api.flutter.dev/flutter/dart-core/String-class.html) code, required [String](https://api.flutter.dev/flutter/dart-core/String-class.html) newPassword}) [Future](https://api.flutter.dev/flutter/dart-async/Future-class.html)<void> - - - -Confirms the password reset with the provided newPassword and code. -_override_ - - - -##### [delete](../wyatt_authentication_bloc/AuthenticationFirebaseDataSourceImpl/delete.md)() [Future](https://api.flutter.dev/flutter/dart-async/Future-class.html)<void> - - - -Delete account. -_override_ - - - -##### [noSuchMethod](https://api.flutter.dev/flutter/dart-core/Object/noSuchMethod.html)([Invocation](https://api.flutter.dev/flutter/dart-core/Invocation-class.html) invocation) dynamic - - - -Invoked when a non-existent method or property is accessed. -_inherited_ - - - -##### [reauthenticate](../wyatt_authentication_bloc/AuthenticationFirebaseDataSourceImpl/reauthenticate.md)() [Future](https://api.flutter.dev/flutter/dart-async/Future-class.html)<[Account](../wyatt_authentication_bloc/Account-class.md)> - - - -Some security-sensitive actions—such as deleting an account, -setting a primary email address, and changing a password—require that -the user has recently signed in. -_override_ - - - -##### [refresh](../wyatt_authentication_bloc/AuthenticationFirebaseDataSourceImpl/refresh.md)() [Future](https://api.flutter.dev/flutter/dart-async/Future-class.html)<[Account](../wyatt_authentication_bloc/Account-class.md)> - - - -Refreshes the current user, if signed in. -_override_ - - - -##### [sendEmailVerification](../wyatt_authentication_bloc/AuthenticationFirebaseDataSourceImpl/sendEmailVerification.md)() [Future](https://api.flutter.dev/flutter/dart-async/Future-class.html)<void> - - - -Sends verification email to the account email. -_override_ - - - -##### [sendPasswordResetEmail](../wyatt_authentication_bloc/AuthenticationFirebaseDataSourceImpl/sendPasswordResetEmail.md)({required [String](https://api.flutter.dev/flutter/dart-core/String-class.html) email}) [Future](https://api.flutter.dev/flutter/dart-async/Future-class.html)<void> - - - -Sends a password reset email to the provided email. -_override_ - - - -##### [sessionStream](../wyatt_authentication_bloc/AuthenticationFirebaseDataSourceImpl/sessionStream.md)() [Stream](https://api.flutter.dev/flutter/dart-async/Stream-class.html)<[SessionWrapper](../wyatt_authentication_bloc/SessionWrapper-class.md)<Data>> - - - -Authentication state change event stream. -_override_ - - - -##### [signInAnonymously](../wyatt_authentication_bloc/AuthenticationFirebaseDataSourceImpl/signInAnonymously.md)() [Future](https://api.flutter.dev/flutter/dart-async/Future-class.html)<[Account](../wyatt_authentication_bloc/Account-class.md)> - - - -Sign in anonymously. -_override_ - - - -##### [signInWithEmailAndPassword](../wyatt_authentication_bloc/AuthenticationFirebaseDataSourceImpl/signInWithEmailAndPassword.md)({required [String](https://api.flutter.dev/flutter/dart-core/String-class.html) email, required [String](https://api.flutter.dev/flutter/dart-core/String-class.html) password}) [Future](https://api.flutter.dev/flutter/dart-async/Future-class.html)<[Account](../wyatt_authentication_bloc/Account-class.md)> - - - -Signs in with the provided email and password. -_override_ - - - -##### [signInWithGoogle](../wyatt_authentication_bloc/AuthenticationFirebaseDataSourceImpl/signInWithGoogle.md)() [Future](https://api.flutter.dev/flutter/dart-async/Future-class.html)<[Account](../wyatt_authentication_bloc/Account-class.md)> - - - -Starts the Sign In with Google Flow. -_override_ - - - -##### [signOut](../wyatt_authentication_bloc/AuthenticationFirebaseDataSourceImpl/signOut.md)() [Future](https://api.flutter.dev/flutter/dart-async/Future-class.html)<void> - - - -Signs out the current user. -It also clears the cache and the associated data. -_override_ - - - -##### [signUpWithEmailAndPassword](../wyatt_authentication_bloc/AuthenticationFirebaseDataSourceImpl/signUpWithEmailAndPassword.md)({required [String](https://api.flutter.dev/flutter/dart-core/String-class.html) email, required [String](https://api.flutter.dev/flutter/dart-core/String-class.html) password}) [Future](https://api.flutter.dev/flutter/dart-async/Future-class.html)<[Account](../wyatt_authentication_bloc/Account-class.md)> - - - -Creates a new user with the provided email and password. -_override_ - - - -##### [toString](https://api.flutter.dev/flutter/dart-core/Object/toString.html)() [String](https://api.flutter.dev/flutter/dart-core/String-class.html) - - - -A string representation of this object. -_inherited_ - - - -##### [updateEmail](../wyatt_authentication_bloc/AuthenticationFirebaseDataSourceImpl/updateEmail.md)({required [String](https://api.flutter.dev/flutter/dart-core/String-class.html) email}) [Future](https://api.flutter.dev/flutter/dart-async/Future-class.html)<[Account](../wyatt_authentication_bloc/Account-class.md)> - - - -Update or add email. -_override_ - - - -##### [updatePassword](../wyatt_authentication_bloc/AuthenticationFirebaseDataSourceImpl/updatePassword.md)({required [String](https://api.flutter.dev/flutter/dart-core/String-class.html) password}) [Future](https://api.flutter.dev/flutter/dart-async/Future-class.html)<[Account](../wyatt_authentication_bloc/Account-class.md)> - - - -Update or add password. -_override_ - - - -##### [verifyPasswordResetCode](../wyatt_authentication_bloc/AuthenticationFirebaseDataSourceImpl/verifyPasswordResetCode.md)({required [String](https://api.flutter.dev/flutter/dart-core/String-class.html) code}) [Future](https://api.flutter.dev/flutter/dart-async/Future-class.html)<[bool](https://api.flutter.dev/flutter/dart-core/bool-class.html)> - - - -Verify password reset code. -_override_ - - - - - -## Operators - -##### [operator ==](https://api.flutter.dev/flutter/dart-core/Object/operator_equals.html)([Object](https://api.flutter.dev/flutter/dart-core/Object-class.html) other) [bool](https://api.flutter.dev/flutter/dart-core/bool-class.html) - - - -The equality operator. -_inherited_ - - - - - - - - - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationFirebaseDataSourceImpl/AuthenticationFirebaseDataSourceImpl.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationFirebaseDataSourceImpl/AuthenticationFirebaseDataSourceImpl.md deleted file mode 100644 index d6364dcf..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationFirebaseDataSourceImpl/AuthenticationFirebaseDataSourceImpl.md +++ /dev/null @@ -1,40 +0,0 @@ - - - -# AuthenticationFirebaseDataSourceImpl<Data> constructor - - - - - *[](https://dart.dev/null-safety)* - - - -AuthenticationFirebaseDataSourceImpl<Data>({[FirebaseAuth](https://pub.dev/documentation/firebase_auth/4.2.0/firebase_auth/FirebaseAuth-class.html)? firebaseAuth, [GoogleSignIn](https://pub.dev/documentation/google_sign_in/5.4.2/google_sign_in/GoogleSignIn-class.html)? googleSignIn}) - - - - - -## Implementation - -```dart -AuthenticationFirebaseDataSourceImpl({ - FirebaseAuth? firebaseAuth, - GoogleSignIn? googleSignIn, -}) : _firebaseAuth = firebaseAuth ?? FirebaseAuth.instance, - _googleSignIn = googleSignIn ?? GoogleSignIn() { - _latestCredentials = BehaviorSubject(); - _sessionStream = BehaviorSubject(); - - // Check for account in memory (persistence) - _checkForCachedAccount(); -} -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationFirebaseDataSourceImpl/addSession.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationFirebaseDataSourceImpl/addSession.md deleted file mode 100644 index adb9c34d..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationFirebaseDataSourceImpl/addSession.md +++ /dev/null @@ -1,40 +0,0 @@ - - - -# addSession method - - - - - *[](https://dart.dev/null-safety)* - - - -- @[override](https://api.flutter.dev/flutter/dart-core/override-constant.html) - -void addSession -([SessionWrapper](../../wyatt_authentication_bloc/SessionWrapper-class.md)<Data> wrapper) - -_override_ - - - -

Add a new authentication event.

- - - -## Implementation - -```dart -@override -void addSession(SessionWrapper wrapper) { - _sessionStream.add(wrapper); -} -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationFirebaseDataSourceImpl/confirmPasswordReset.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationFirebaseDataSourceImpl/confirmPasswordReset.md deleted file mode 100644 index 5be2ed73..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationFirebaseDataSourceImpl/confirmPasswordReset.md +++ /dev/null @@ -1,53 +0,0 @@ - - - -# confirmPasswordReset method - - - - - *[](https://dart.dev/null-safety)* - - - -- @[override](https://api.flutter.dev/flutter/dart-core/override-constant.html) - -[Future](https://api.flutter.dev/flutter/dart-async/Future-class.html)<void> confirmPasswordReset -({required [String](https://api.flutter.dev/flutter/dart-core/String-class.html) code, required [String](https://api.flutter.dev/flutter/dart-core/String-class.html) newPassword}) - -_override_ - - - -

Confirms the password reset with the provided newPassword and code.

-

Throws a ConfirmPasswordResetFailureInterface if an exception occurs.

- - - -## Implementation - -```dart -@override -Future confirmPasswordReset({ - required String code, - required String newPassword, -}) async { - try { - await _firebaseAuth.confirmPasswordReset( - code: code, - newPassword: newPassword, - ); - } on FirebaseAuthException catch (e) { - throw ConfirmPasswordResetFailureFirebase.fromCode(e.code); - } catch (_) { - throw ConfirmPasswordResetFailureFirebase(); - } -} -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationFirebaseDataSourceImpl/delete.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationFirebaseDataSourceImpl/delete.md deleted file mode 100644 index 64729914..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationFirebaseDataSourceImpl/delete.md +++ /dev/null @@ -1,48 +0,0 @@ - - - -# delete method - - - - - *[](https://dart.dev/null-safety)* - - - -- @[override](https://api.flutter.dev/flutter/dart-core/override-constant.html) - -[Future](https://api.flutter.dev/flutter/dart-async/Future-class.html)<void> delete -() - -_override_ - - - -

Delete account.

-

Throws a DeleteAccountFailureInterface if -an exception occurs.

- - - -## Implementation - -```dart -@override -Future delete() async { - try { - await _firebaseAuth.currentUser!.delete(); - } on FirebaseAuthException catch (e) { - throw DeleteAccountFailureFirebase.fromCode(e.code); - } catch (_) { - throw DeleteAccountFailureFirebase(); - } -} -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationFirebaseDataSourceImpl/reauthenticate.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationFirebaseDataSourceImpl/reauthenticate.md deleted file mode 100644 index 244efea5..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationFirebaseDataSourceImpl/reauthenticate.md +++ /dev/null @@ -1,61 +0,0 @@ - - - -# reauthenticate method - - - - - *[](https://dart.dev/null-safety)* - - - -- @[override](https://api.flutter.dev/flutter/dart-core/override-constant.html) - -[Future](https://api.flutter.dev/flutter/dart-async/Future-class.html)<[Account](../../wyatt_authentication_bloc/Account-class.md)> reauthenticate -() - -_override_ - - - -

Some security-sensitive actions—such as deleting an account, -setting a primary email address, and changing a password—require that -the user has recently signed in.

-

Throws a ReauthenticateFailureInterface if -an exception occurs.

- - - -## Implementation - -```dart -@override -Future reauthenticate() async { - final latestCreds = - await _latestCredentials.stream.asBroadcastStream().last; - try { - if (latestCreds?.credential != null) { - await _firebaseAuth.currentUser - ?.reauthenticateWithCredential(latestCreds!.credential!); - } else { - throw Exception(); // Get caught just after. - } - - final account = AccountModel.fromFirebaseUser(_firebaseAuth.currentUser); - - return account; - } on FirebaseAuthException catch (e) { - throw ReauthenticateFailureFirebase.fromCode(e.code); - } catch (_) { - throw ReauthenticateFailureFirebase(); - } -} -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationFirebaseDataSourceImpl/refresh.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationFirebaseDataSourceImpl/refresh.md deleted file mode 100644 index 323f75a1..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationFirebaseDataSourceImpl/refresh.md +++ /dev/null @@ -1,52 +0,0 @@ - - - -# refresh method - - - - - *[](https://dart.dev/null-safety)* - - - -- @[override](https://api.flutter.dev/flutter/dart-core/override-constant.html) - -[Future](https://api.flutter.dev/flutter/dart-async/Future-class.html)<[Account](../../wyatt_authentication_bloc/Account-class.md)> refresh -() - -_override_ - - - -

Refreshes the current user, if signed in.

- - - -## Implementation - -```dart -@override -Future refresh() async { - try { - final jwt = await _firebaseAuth.currentUser?.getIdToken(true); - final account = AccountModel.fromFirebaseUser( - _firebaseAuth.currentUser, - accessToken: jwt, - ); - - return account; - } on FirebaseAuthException catch (e) { - throw RefreshFailureFirebase.fromCode(e.code); - } catch (_) { - throw RefreshFailureFirebase(); - } -} -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationFirebaseDataSourceImpl/sendEmailVerification.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationFirebaseDataSourceImpl/sendEmailVerification.md deleted file mode 100644 index 36e3bde4..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationFirebaseDataSourceImpl/sendEmailVerification.md +++ /dev/null @@ -1,47 +0,0 @@ - - - -# sendEmailVerification method - - - - - *[](https://dart.dev/null-safety)* - - - -- @[override](https://api.flutter.dev/flutter/dart-core/override-constant.html) - -[Future](https://api.flutter.dev/flutter/dart-async/Future-class.html)<void> sendEmailVerification -() - -_override_ - - - -

Sends verification email to the account email.

-

Throws a SendEmailVerificationFailureInterface if an exception occurs.

- - - -## Implementation - -```dart -@override -Future sendEmailVerification() async { - try { - await _firebaseAuth.currentUser!.sendEmailVerification(); - } on FirebaseAuthException catch (e) { - throw SendEmailVerificationFailureFirebase.fromCode(e.code); - } catch (_) { - throw SendEmailVerificationFailureFirebase(); - } -} -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationFirebaseDataSourceImpl/sendPasswordResetEmail.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationFirebaseDataSourceImpl/sendPasswordResetEmail.md deleted file mode 100644 index 44ab9cd1..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationFirebaseDataSourceImpl/sendPasswordResetEmail.md +++ /dev/null @@ -1,47 +0,0 @@ - - - -# sendPasswordResetEmail method - - - - - *[](https://dart.dev/null-safety)* - - - -- @[override](https://api.flutter.dev/flutter/dart-core/override-constant.html) - -[Future](https://api.flutter.dev/flutter/dart-async/Future-class.html)<void> sendPasswordResetEmail -({required [String](https://api.flutter.dev/flutter/dart-core/String-class.html) email}) - -_override_ - - - -

Sends a password reset email to the provided email.

-

Throws a SendPasswordResetEmailFailureInterface if an exception occurs.

- - - -## Implementation - -```dart -@override -Future sendPasswordResetEmail({required String email}) async { - try { - await _firebaseAuth.sendPasswordResetEmail(email: email); - } on FirebaseAuthException catch (e) { - throw SendPasswordResetEmailFailureFirebase.fromCode(e.code); - } catch (_) { - throw SendPasswordResetEmailFailureFirebase(); - } -} -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationFirebaseDataSourceImpl/sessionStream.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationFirebaseDataSourceImpl/sessionStream.md deleted file mode 100644 index d2bd33ab..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationFirebaseDataSourceImpl/sessionStream.md +++ /dev/null @@ -1,39 +0,0 @@ - - - -# sessionStream method - - - - - *[](https://dart.dev/null-safety)* - - - -- @[override](https://api.flutter.dev/flutter/dart-core/override-constant.html) - -[Stream](https://api.flutter.dev/flutter/dart-async/Stream-class.html)<[SessionWrapper](../../wyatt_authentication_bloc/SessionWrapper-class.md)<Data>> sessionStream -() - -_override_ - - - -

Authentication state change event stream.

- - - -## Implementation - -```dart -@override -Stream> sessionStream() => - _sessionStream.stream.asBroadcastStream(); -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationFirebaseDataSourceImpl/signInAnonymously.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationFirebaseDataSourceImpl/signInAnonymously.md deleted file mode 100644 index 80bef88a..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationFirebaseDataSourceImpl/signInAnonymously.md +++ /dev/null @@ -1,54 +0,0 @@ - - - -# signInAnonymously method - - - - - *[](https://dart.dev/null-safety)* - - - -- @[override](https://api.flutter.dev/flutter/dart-core/override-constant.html) - -[Future](https://api.flutter.dev/flutter/dart-async/Future-class.html)<[Account](../../wyatt_authentication_bloc/Account-class.md)> signInAnonymously -() - -_override_ - - - -

Sign in anonymously.

-

Throws a SignInAnonymouslyFailureInterface if an exception occurs.

- - - -## Implementation - -```dart -@override -Future signInAnonymously() async { - try { - final userCredential = await _firebaseAuth.signInAnonymously(); - - return _addToStream( - userCredential, - (account) => SignedInEvent( - account: account, - ), - ); - } on FirebaseAuthException catch (e) { - throw SignInAnonymouslyFailureFirebase.fromCode(e.code); - } catch (_) { - throw SignInAnonymouslyFailureFirebase(); - } -} -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationFirebaseDataSourceImpl/signInWithEmailAndPassword.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationFirebaseDataSourceImpl/signInWithEmailAndPassword.md deleted file mode 100644 index 0303cc78..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationFirebaseDataSourceImpl/signInWithEmailAndPassword.md +++ /dev/null @@ -1,61 +0,0 @@ - - - -# signInWithEmailAndPassword method - - - - - *[](https://dart.dev/null-safety)* - - - -- @[override](https://api.flutter.dev/flutter/dart-core/override-constant.html) - -[Future](https://api.flutter.dev/flutter/dart-async/Future-class.html)<[Account](../../wyatt_authentication_bloc/Account-class.md)> signInWithEmailAndPassword -({required [String](https://api.flutter.dev/flutter/dart-core/String-class.html) email, required [String](https://api.flutter.dev/flutter/dart-core/String-class.html) password}) - -_override_ - - - -

Signs in with the provided email and password.

-

Throws a SignInWithEmailAndPasswordFailureInterface if -an exception occurs.

- - - -## Implementation - -```dart -@override -Future signInWithEmailAndPassword({ - required String email, - required String password, -}) async { - try { - final userCredential = await _firebaseAuth.signInWithEmailAndPassword( - email: email, - password: password, - ); - - return _addToStream( - userCredential, - (account) => SignedInEvent( - account: account, - ), - ); - } on FirebaseAuthException catch (e) { - throw SignInWithEmailAndPasswordFailureFirebase.fromCode(e.code); - } catch (_) { - throw SignInWithEmailAndPasswordFailureFirebase(); - } -} -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationFirebaseDataSourceImpl/signInWithGoogle.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationFirebaseDataSourceImpl/signInWithGoogle.md deleted file mode 100644 index a8e00d8f..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationFirebaseDataSourceImpl/signInWithGoogle.md +++ /dev/null @@ -1,68 +0,0 @@ - - - -# signInWithGoogle method - - - - - *[](https://dart.dev/null-safety)* - - - -- @[override](https://api.flutter.dev/flutter/dart-core/override-constant.html) - -[Future](https://api.flutter.dev/flutter/dart-async/Future-class.html)<[Account](../../wyatt_authentication_bloc/Account-class.md)> signInWithGoogle -() - -_override_ - - - -

Starts the Sign In with Google Flow.

-

Throws a SignInWithGoogleFailureInterface if an exception occurs.

- - - -## Implementation - -```dart -@override -Future signInWithGoogle() async { - try { - // Trigger the authentication flow - final GoogleSignInAccount? googleUser = await _googleSignIn.signIn(); - - // Obtain the auth details from the request - final GoogleSignInAuthentication? googleAuth = - await googleUser?.authentication; - - // Create a new credential - final credential = GoogleAuthProvider.credential( - accessToken: googleAuth?.accessToken, - idToken: googleAuth?.idToken, - ); - - final userCredential = - await _firebaseAuth.signInWithCredential(credential); - - return _addToStream( - userCredential, - (account) => SignedInEvent( - account: account, - ), - ); - } on FirebaseAuthException catch (e) { - throw SignInWithGoogleFailureFirebase.fromCode(e.code); - } catch (_) { - throw SignInWithGoogleFailureFirebase(); - } -} -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationFirebaseDataSourceImpl/signOut.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationFirebaseDataSourceImpl/signOut.md deleted file mode 100644 index 8e648e71..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationFirebaseDataSourceImpl/signOut.md +++ /dev/null @@ -1,46 +0,0 @@ - - - -# signOut method - - - - - *[](https://dart.dev/null-safety)* - - - -- @[override](https://api.flutter.dev/flutter/dart-core/override-constant.html) - -[Future](https://api.flutter.dev/flutter/dart-async/Future-class.html)<void> signOut -() - -_override_ - - - -

Signs out the current user. -It also clears the cache and the associated data.

- - - -## Implementation - -```dart -@override -Future signOut() async { - try { - _latestCredentials.add(null); - await _firebaseAuth.signOut(); - } catch (_) { - throw SignOutFailureFirebase(); - } -} -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationFirebaseDataSourceImpl/signUpWithEmailAndPassword.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationFirebaseDataSourceImpl/signUpWithEmailAndPassword.md deleted file mode 100644 index 4c81f5e2..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationFirebaseDataSourceImpl/signUpWithEmailAndPassword.md +++ /dev/null @@ -1,62 +0,0 @@ - - - -# signUpWithEmailAndPassword method - - - - - *[](https://dart.dev/null-safety)* - - - -- @[override](https://api.flutter.dev/flutter/dart-core/override-constant.html) - -[Future](https://api.flutter.dev/flutter/dart-async/Future-class.html)<[Account](../../wyatt_authentication_bloc/Account-class.md)> signUpWithEmailAndPassword -({required [String](https://api.flutter.dev/flutter/dart-core/String-class.html) email, required [String](https://api.flutter.dev/flutter/dart-core/String-class.html) password}) - -_override_ - - - -

Creates a new user with the provided email and password.

-

Returns the newly created user's unique identifier.

-

Throws a SignUpWithEmailAndPasswordFailureInterface if -an exception occurs.

- - - -## Implementation - -```dart -@override -Future signUpWithEmailAndPassword({ - required String email, - required String password, -}) async { - try { - final userCredential = await _firebaseAuth.createUserWithEmailAndPassword( - email: email, - password: password, - ); - - return _addToStream( - userCredential, - (account) => SignedUpEvent( - account: account, - ), - ); - } on FirebaseAuthException catch (e) { - throw SignUpWithEmailAndPasswordFailureFirebase.fromCode(e.code); - } catch (_) { - throw SignUpWithEmailAndPasswordFailureFirebase(); - } -} -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationFirebaseDataSourceImpl/updateEmail.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationFirebaseDataSourceImpl/updateEmail.md deleted file mode 100644 index 11399787..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationFirebaseDataSourceImpl/updateEmail.md +++ /dev/null @@ -1,55 +0,0 @@ - - - -# updateEmail method - - - - - *[](https://dart.dev/null-safety)* - - - -- @[override](https://api.flutter.dev/flutter/dart-core/override-constant.html) - -[Future](https://api.flutter.dev/flutter/dart-async/Future-class.html)<[Account](../../wyatt_authentication_bloc/Account-class.md)> updateEmail -({required [String](https://api.flutter.dev/flutter/dart-core/String-class.html) email}) - -_override_ - - - -

Update or add email.

-

Throws a UpdateEmailFailureInterface if -an exception occurs.

- - - -## Implementation - -```dart -@override -Future updateEmail({required String email}) async { - try { - await _firebaseAuth.currentUser!.updateEmail(email); - final jwt = await _firebaseAuth.currentUser!.getIdToken(true); - final account = AccountModel.fromFirebaseUser( - _firebaseAuth.currentUser, - accessToken: jwt, - ); - - return account; - } on FirebaseAuthException catch (e) { - throw UpdateEmailFailureFirebase.fromCode(e.code); - } catch (_) { - throw UpdateEmailFailureFirebase(); - } -} -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationFirebaseDataSourceImpl/updatePassword.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationFirebaseDataSourceImpl/updatePassword.md deleted file mode 100644 index be85ed32..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationFirebaseDataSourceImpl/updatePassword.md +++ /dev/null @@ -1,55 +0,0 @@ - - - -# updatePassword method - - - - - *[](https://dart.dev/null-safety)* - - - -- @[override](https://api.flutter.dev/flutter/dart-core/override-constant.html) - -[Future](https://api.flutter.dev/flutter/dart-async/Future-class.html)<[Account](../../wyatt_authentication_bloc/Account-class.md)> updatePassword -({required [String](https://api.flutter.dev/flutter/dart-core/String-class.html) password}) - -_override_ - - - -

Update or add password.

-

Throws a UpdatePasswordFailureInterface if -an exception occurs.

- - - -## Implementation - -```dart -@override -Future updatePassword({required String password}) async { - try { - await _firebaseAuth.currentUser!.updatePassword(password); - final jwt = await _firebaseAuth.currentUser!.getIdToken(true); - final account = AccountModel.fromFirebaseUser( - _firebaseAuth.currentUser, - accessToken: jwt, - ); - - return account; - } on FirebaseAuthException catch (e) { - throw UpdatePasswordFailureFirebase.fromCode(e.code); - } catch (_) { - throw UpdatePasswordFailureFirebase(); - } -} -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationFirebaseDataSourceImpl/verifyPasswordResetCode.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationFirebaseDataSourceImpl/verifyPasswordResetCode.md deleted file mode 100644 index 887564d5..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationFirebaseDataSourceImpl/verifyPasswordResetCode.md +++ /dev/null @@ -1,48 +0,0 @@ - - - -# verifyPasswordResetCode method - - - - - *[](https://dart.dev/null-safety)* - - - -- @[override](https://api.flutter.dev/flutter/dart-core/override-constant.html) - -[Future](https://api.flutter.dev/flutter/dart-async/Future-class.html)<[bool](https://api.flutter.dev/flutter/dart-core/bool-class.html)> verifyPasswordResetCode -({required [String](https://api.flutter.dev/flutter/dart-core/String-class.html) code}) - -_override_ - - - -

Verify password reset code.

-

Throws a VerifyPasswordResetCodeFailureInterface if an exception occurs.

- - - -## Implementation - -```dart -@override -Future verifyPasswordResetCode({required String code}) async { - try { - final email = await _firebaseAuth.verifyPasswordResetCode(code); - return email.isNotNullOrEmpty; - } on FirebaseAuthException catch (e) { - throw VerifyPasswordResetCodeFailureFirebase.fromCode(e.code); - } catch (_) { - throw VerifyPasswordResetCodeFailureFirebase(); - } -} -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationRemoteDataSource-class.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationRemoteDataSource-class.md deleted file mode 100644 index 29bfc2f7..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationRemoteDataSource-class.md +++ /dev/null @@ -1,247 +0,0 @@ - - - -# AuthenticationRemoteDataSource<Data> class - - - - - - - *[](https://dart.dev/null-safety)* - - - -

Is responsible for abstracting the provenance of the data.

- - - - - - -**Implementers** - -- [AuthenticationFirebaseDataSourceImpl](../wyatt_authentication_bloc/AuthenticationFirebaseDataSourceImpl-class.md) - - - - - -## Constructors - -[AuthenticationRemoteDataSource](../wyatt_authentication_bloc/AuthenticationRemoteDataSource/AuthenticationRemoteDataSource.md) () - - - - -## Properties - -##### [hashCode](https://api.flutter.dev/flutter/dart-core/Object/hashCode.html) → [int](https://api.flutter.dev/flutter/dart-core/int-class.html) - - - -The hash code for this object. -_read-onlyinherited_ - - - -##### [runtimeType](https://api.flutter.dev/flutter/dart-core/Object/runtimeType.html) → [Type](https://api.flutter.dev/flutter/dart-core/Type-class.html) - - - -A representation of the runtime type of the object. -_read-onlyinherited_ - - - - - -## Methods - -##### [addSession](../wyatt_authentication_bloc/AuthenticationRemoteDataSource/addSession.md)([SessionWrapper](../wyatt_authentication_bloc/SessionWrapper-class.md)<Data> wrapper) void - - - - - - - - -##### [confirmPasswordReset](../wyatt_authentication_bloc/AuthenticationRemoteDataSource/confirmPasswordReset.md)({required [String](https://api.flutter.dev/flutter/dart-core/String-class.html) code, required [String](https://api.flutter.dev/flutter/dart-core/String-class.html) newPassword}) [Future](https://api.flutter.dev/flutter/dart-async/Future-class.html)<void> - - - - - - - - -##### [delete](../wyatt_authentication_bloc/AuthenticationRemoteDataSource/delete.md)() [Future](https://api.flutter.dev/flutter/dart-async/Future-class.html)<void> - - - - - - - - -##### [noSuchMethod](https://api.flutter.dev/flutter/dart-core/Object/noSuchMethod.html)([Invocation](https://api.flutter.dev/flutter/dart-core/Invocation-class.html) invocation) dynamic - - - -Invoked when a non-existent method or property is accessed. -_inherited_ - - - -##### [reauthenticate](../wyatt_authentication_bloc/AuthenticationRemoteDataSource/reauthenticate.md)() [Future](https://api.flutter.dev/flutter/dart-async/Future-class.html)<[Account](../wyatt_authentication_bloc/Account-class.md)> - - - - - - - - -##### [refresh](../wyatt_authentication_bloc/AuthenticationRemoteDataSource/refresh.md)() [Future](https://api.flutter.dev/flutter/dart-async/Future-class.html)<[Account](../wyatt_authentication_bloc/Account-class.md)> - - - - - - - - -##### [sendEmailVerification](../wyatt_authentication_bloc/AuthenticationRemoteDataSource/sendEmailVerification.md)() [Future](https://api.flutter.dev/flutter/dart-async/Future-class.html)<void> - - - - - - - - -##### [sendPasswordResetEmail](../wyatt_authentication_bloc/AuthenticationRemoteDataSource/sendPasswordResetEmail.md)({required [String](https://api.flutter.dev/flutter/dart-core/String-class.html) email}) [Future](https://api.flutter.dev/flutter/dart-async/Future-class.html)<void> - - - - - - - - -##### [sessionStream](../wyatt_authentication_bloc/AuthenticationRemoteDataSource/sessionStream.md)() [Stream](https://api.flutter.dev/flutter/dart-async/Stream-class.html)<[SessionWrapper](../wyatt_authentication_bloc/SessionWrapper-class.md)<Data>> - - - - - - - - -##### [signInAnonymously](../wyatt_authentication_bloc/AuthenticationRemoteDataSource/signInAnonymously.md)() [Future](https://api.flutter.dev/flutter/dart-async/Future-class.html)<[Account](../wyatt_authentication_bloc/Account-class.md)> - - - - - - - - -##### [signInWithEmailAndPassword](../wyatt_authentication_bloc/AuthenticationRemoteDataSource/signInWithEmailAndPassword.md)({required [String](https://api.flutter.dev/flutter/dart-core/String-class.html) email, required [String](https://api.flutter.dev/flutter/dart-core/String-class.html) password}) [Future](https://api.flutter.dev/flutter/dart-async/Future-class.html)<[Account](../wyatt_authentication_bloc/Account-class.md)> - - - - - - - - -##### [signInWithGoogle](../wyatt_authentication_bloc/AuthenticationRemoteDataSource/signInWithGoogle.md)() [Future](https://api.flutter.dev/flutter/dart-async/Future-class.html)<[Account](../wyatt_authentication_bloc/Account-class.md)> - - - - - - - - -##### [signOut](../wyatt_authentication_bloc/AuthenticationRemoteDataSource/signOut.md)() [Future](https://api.flutter.dev/flutter/dart-async/Future-class.html)<void> - - - - - - - - -##### [signUpWithEmailAndPassword](../wyatt_authentication_bloc/AuthenticationRemoteDataSource/signUpWithEmailAndPassword.md)({required [String](https://api.flutter.dev/flutter/dart-core/String-class.html) email, required [String](https://api.flutter.dev/flutter/dart-core/String-class.html) password}) [Future](https://api.flutter.dev/flutter/dart-async/Future-class.html)<[Account](../wyatt_authentication_bloc/Account-class.md)> - - - - - - - - -##### [toString](https://api.flutter.dev/flutter/dart-core/Object/toString.html)() [String](https://api.flutter.dev/flutter/dart-core/String-class.html) - - - -A string representation of this object. -_inherited_ - - - -##### [updateEmail](../wyatt_authentication_bloc/AuthenticationRemoteDataSource/updateEmail.md)({required [String](https://api.flutter.dev/flutter/dart-core/String-class.html) email}) [Future](https://api.flutter.dev/flutter/dart-async/Future-class.html)<[Account](../wyatt_authentication_bloc/Account-class.md)> - - - - - - - - -##### [updatePassword](../wyatt_authentication_bloc/AuthenticationRemoteDataSource/updatePassword.md)({required [String](https://api.flutter.dev/flutter/dart-core/String-class.html) password}) [Future](https://api.flutter.dev/flutter/dart-async/Future-class.html)<[Account](../wyatt_authentication_bloc/Account-class.md)> - - - - - - - - -##### [verifyPasswordResetCode](../wyatt_authentication_bloc/AuthenticationRemoteDataSource/verifyPasswordResetCode.md)({required [String](https://api.flutter.dev/flutter/dart-core/String-class.html) code}) [Future](https://api.flutter.dev/flutter/dart-async/Future-class.html)<[bool](https://api.flutter.dev/flutter/dart-core/bool-class.html)> - - - - - - - - - - -## Operators - -##### [operator ==](https://api.flutter.dev/flutter/dart-core/Object/operator_equals.html)([Object](https://api.flutter.dev/flutter/dart-core/Object-class.html) other) [bool](https://api.flutter.dev/flutter/dart-core/bool-class.html) - - - -The equality operator. -_inherited_ - - - - - - - - - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationRemoteDataSource/AuthenticationRemoteDataSource.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationRemoteDataSource/AuthenticationRemoteDataSource.md deleted file mode 100644 index 9552fade..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationRemoteDataSource/AuthenticationRemoteDataSource.md +++ /dev/null @@ -1,25 +0,0 @@ - - - -# AuthenticationRemoteDataSource<Data> constructor - - - - - *[](https://dart.dev/null-safety)* - - - -AuthenticationRemoteDataSource<Data>() - - - - - - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationRemoteDataSource/addSession.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationRemoteDataSource/addSession.md deleted file mode 100644 index f1567da2..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationRemoteDataSource/addSession.md +++ /dev/null @@ -1,35 +0,0 @@ - - - -# addSession method - - - - - *[](https://dart.dev/null-safety)* - - - - -void addSession -([SessionWrapper](../../wyatt_authentication_bloc/SessionWrapper-class.md)<Data> wrapper) - - - - - - - - -## Implementation - -```dart -void addSession(SessionWrapper wrapper); -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationRemoteDataSource/confirmPasswordReset.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationRemoteDataSource/confirmPasswordReset.md deleted file mode 100644 index 785714a8..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationRemoteDataSource/confirmPasswordReset.md +++ /dev/null @@ -1,38 +0,0 @@ - - - -# confirmPasswordReset method - - - - - *[](https://dart.dev/null-safety)* - - - - -[Future](https://api.flutter.dev/flutter/dart-async/Future-class.html)<void> confirmPasswordReset -({required [String](https://api.flutter.dev/flutter/dart-core/String-class.html) code, required [String](https://api.flutter.dev/flutter/dart-core/String-class.html) newPassword}) - - - - - - - - -## Implementation - -```dart -Future confirmPasswordReset({ - required String code, - required String newPassword, -}); -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationRemoteDataSource/delete.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationRemoteDataSource/delete.md deleted file mode 100644 index aad9ff7b..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationRemoteDataSource/delete.md +++ /dev/null @@ -1,35 +0,0 @@ - - - -# delete method - - - - - *[](https://dart.dev/null-safety)* - - - - -[Future](https://api.flutter.dev/flutter/dart-async/Future-class.html)<void> delete -() - - - - - - - - -## Implementation - -```dart -Future delete(); -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationRemoteDataSource/reauthenticate.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationRemoteDataSource/reauthenticate.md deleted file mode 100644 index 7f369a4c..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationRemoteDataSource/reauthenticate.md +++ /dev/null @@ -1,35 +0,0 @@ - - - -# reauthenticate method - - - - - *[](https://dart.dev/null-safety)* - - - - -[Future](https://api.flutter.dev/flutter/dart-async/Future-class.html)<[Account](../../wyatt_authentication_bloc/Account-class.md)> reauthenticate -() - - - - - - - - -## Implementation - -```dart -Future reauthenticate(); -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationRemoteDataSource/refresh.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationRemoteDataSource/refresh.md deleted file mode 100644 index 104a6bc0..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationRemoteDataSource/refresh.md +++ /dev/null @@ -1,35 +0,0 @@ - - - -# refresh method - - - - - *[](https://dart.dev/null-safety)* - - - - -[Future](https://api.flutter.dev/flutter/dart-async/Future-class.html)<[Account](../../wyatt_authentication_bloc/Account-class.md)> refresh -() - - - - - - - - -## Implementation - -```dart -Future refresh(); -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationRemoteDataSource/sendEmailVerification.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationRemoteDataSource/sendEmailVerification.md deleted file mode 100644 index 8ee8fe82..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationRemoteDataSource/sendEmailVerification.md +++ /dev/null @@ -1,35 +0,0 @@ - - - -# sendEmailVerification method - - - - - *[](https://dart.dev/null-safety)* - - - - -[Future](https://api.flutter.dev/flutter/dart-async/Future-class.html)<void> sendEmailVerification -() - - - - - - - - -## Implementation - -```dart -Future sendEmailVerification(); -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationRemoteDataSource/sendPasswordResetEmail.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationRemoteDataSource/sendPasswordResetEmail.md deleted file mode 100644 index 86a6aae2..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationRemoteDataSource/sendPasswordResetEmail.md +++ /dev/null @@ -1,35 +0,0 @@ - - - -# sendPasswordResetEmail method - - - - - *[](https://dart.dev/null-safety)* - - - - -[Future](https://api.flutter.dev/flutter/dart-async/Future-class.html)<void> sendPasswordResetEmail -({required [String](https://api.flutter.dev/flutter/dart-core/String-class.html) email}) - - - - - - - - -## Implementation - -```dart -Future sendPasswordResetEmail({required String email}); -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationRemoteDataSource/sessionStream.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationRemoteDataSource/sessionStream.md deleted file mode 100644 index 9d8739aa..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationRemoteDataSource/sessionStream.md +++ /dev/null @@ -1,35 +0,0 @@ - - - -# sessionStream method - - - - - *[](https://dart.dev/null-safety)* - - - - -[Stream](https://api.flutter.dev/flutter/dart-async/Stream-class.html)<[SessionWrapper](../../wyatt_authentication_bloc/SessionWrapper-class.md)<Data>> sessionStream -() - - - - - - - - -## Implementation - -```dart -Stream> sessionStream(); -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationRemoteDataSource/signInAnonymously.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationRemoteDataSource/signInAnonymously.md deleted file mode 100644 index ac7985b1..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationRemoteDataSource/signInAnonymously.md +++ /dev/null @@ -1,35 +0,0 @@ - - - -# signInAnonymously method - - - - - *[](https://dart.dev/null-safety)* - - - - -[Future](https://api.flutter.dev/flutter/dart-async/Future-class.html)<[Account](../../wyatt_authentication_bloc/Account-class.md)> signInAnonymously -() - - - - - - - - -## Implementation - -```dart -Future signInAnonymously(); -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationRemoteDataSource/signInWithEmailAndPassword.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationRemoteDataSource/signInWithEmailAndPassword.md deleted file mode 100644 index 394754c5..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationRemoteDataSource/signInWithEmailAndPassword.md +++ /dev/null @@ -1,38 +0,0 @@ - - - -# signInWithEmailAndPassword method - - - - - *[](https://dart.dev/null-safety)* - - - - -[Future](https://api.flutter.dev/flutter/dart-async/Future-class.html)<[Account](../../wyatt_authentication_bloc/Account-class.md)> signInWithEmailAndPassword -({required [String](https://api.flutter.dev/flutter/dart-core/String-class.html) email, required [String](https://api.flutter.dev/flutter/dart-core/String-class.html) password}) - - - - - - - - -## Implementation - -```dart -Future signInWithEmailAndPassword({ - required String email, - required String password, -}); -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationRemoteDataSource/signInWithGoogle.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationRemoteDataSource/signInWithGoogle.md deleted file mode 100644 index 4713504f..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationRemoteDataSource/signInWithGoogle.md +++ /dev/null @@ -1,35 +0,0 @@ - - - -# signInWithGoogle method - - - - - *[](https://dart.dev/null-safety)* - - - - -[Future](https://api.flutter.dev/flutter/dart-async/Future-class.html)<[Account](../../wyatt_authentication_bloc/Account-class.md)> signInWithGoogle -() - - - - - - - - -## Implementation - -```dart -Future signInWithGoogle(); -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationRemoteDataSource/signOut.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationRemoteDataSource/signOut.md deleted file mode 100644 index f650758c..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationRemoteDataSource/signOut.md +++ /dev/null @@ -1,35 +0,0 @@ - - - -# signOut method - - - - - *[](https://dart.dev/null-safety)* - - - - -[Future](https://api.flutter.dev/flutter/dart-async/Future-class.html)<void> signOut -() - - - - - - - - -## Implementation - -```dart -Future signOut(); -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationRemoteDataSource/signUpWithEmailAndPassword.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationRemoteDataSource/signUpWithEmailAndPassword.md deleted file mode 100644 index 6d55af4c..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationRemoteDataSource/signUpWithEmailAndPassword.md +++ /dev/null @@ -1,38 +0,0 @@ - - - -# signUpWithEmailAndPassword method - - - - - *[](https://dart.dev/null-safety)* - - - - -[Future](https://api.flutter.dev/flutter/dart-async/Future-class.html)<[Account](../../wyatt_authentication_bloc/Account-class.md)> signUpWithEmailAndPassword -({required [String](https://api.flutter.dev/flutter/dart-core/String-class.html) email, required [String](https://api.flutter.dev/flutter/dart-core/String-class.html) password}) - - - - - - - - -## Implementation - -```dart -Future signUpWithEmailAndPassword({ - required String email, - required String password, -}); -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationRemoteDataSource/updateEmail.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationRemoteDataSource/updateEmail.md deleted file mode 100644 index 07110bcb..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationRemoteDataSource/updateEmail.md +++ /dev/null @@ -1,35 +0,0 @@ - - - -# updateEmail method - - - - - *[](https://dart.dev/null-safety)* - - - - -[Future](https://api.flutter.dev/flutter/dart-async/Future-class.html)<[Account](../../wyatt_authentication_bloc/Account-class.md)> updateEmail -({required [String](https://api.flutter.dev/flutter/dart-core/String-class.html) email}) - - - - - - - - -## Implementation - -```dart -Future updateEmail({required String email}); -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationRemoteDataSource/updatePassword.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationRemoteDataSource/updatePassword.md deleted file mode 100644 index 043a101f..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationRemoteDataSource/updatePassword.md +++ /dev/null @@ -1,35 +0,0 @@ - - - -# updatePassword method - - - - - *[](https://dart.dev/null-safety)* - - - - -[Future](https://api.flutter.dev/flutter/dart-async/Future-class.html)<[Account](../../wyatt_authentication_bloc/Account-class.md)> updatePassword -({required [String](https://api.flutter.dev/flutter/dart-core/String-class.html) password}) - - - - - - - - -## Implementation - -```dart -Future updatePassword({required String password}); -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationRemoteDataSource/verifyPasswordResetCode.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationRemoteDataSource/verifyPasswordResetCode.md deleted file mode 100644 index bee09e13..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationRemoteDataSource/verifyPasswordResetCode.md +++ /dev/null @@ -1,35 +0,0 @@ - - - -# verifyPasswordResetCode method - - - - - *[](https://dart.dev/null-safety)* - - - - -[Future](https://api.flutter.dev/flutter/dart-async/Future-class.html)<[bool](https://api.flutter.dev/flutter/dart-core/bool-class.html)> verifyPasswordResetCode -({required [String](https://api.flutter.dev/flutter/dart-core/String-class.html) code}) - - - - - - - - -## Implementation - -```dart -Future verifyPasswordResetCode({required String code}); -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationRepository-class.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationRepository-class.md deleted file mode 100644 index 80cf4ff5..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationRepository-class.md +++ /dev/null @@ -1,258 +0,0 @@ - - - -# AuthenticationRepository<Data> class - - - - - - - *[](https://dart.dev/null-safety)* - - - - - - - - - -**Implementers** - -- [AuthenticationRepositoryImpl](../wyatt_authentication_bloc/AuthenticationRepositoryImpl-class.md) - - - - - -## Constructors - -[AuthenticationRepository](../wyatt_authentication_bloc/AuthenticationRepository/AuthenticationRepository.md) () - - - - -## Properties - -##### [formRepository](../wyatt_authentication_bloc/AuthenticationRepository/formRepository.md) → FormRepository - - - -Form repository used in different authentication cubits/blocs -_read-only_ - - - -##### [hashCode](https://api.flutter.dev/flutter/dart-core/Object/hashCode.html) → [int](https://api.flutter.dev/flutter/dart-core/int-class.html) - - - -The hash code for this object. -_read-onlyinherited_ - - - -##### [runtimeType](https://api.flutter.dev/flutter/dart-core/Object/runtimeType.html) → [Type](https://api.flutter.dev/flutter/dart-core/Type-class.html) - - - -A representation of the runtime type of the object. -_read-onlyinherited_ - - - - - -## Methods - -##### [addSession](../wyatt_authentication_bloc/AuthenticationRepository/addSession.md)([SessionWrapper](../wyatt_authentication_bloc/SessionWrapper-class.md)<Data> wrapper) void - - - -Add a new authentication event. - - - - -##### [confirmPasswordReset](../wyatt_authentication_bloc/AuthenticationRepository/confirmPasswordReset.md)({required [String](https://api.flutter.dev/flutter/dart-core/String-class.html) code, required [String](https://api.flutter.dev/flutter/dart-core/String-class.html) newPassword}) FutureOrResult<void> - - - -Confirms the password reset with the provided newPassword and code. - - - - -##### [delete](../wyatt_authentication_bloc/AuthenticationRepository/delete.md)() FutureOrResult<void> - - - -Delete account. - - - - -##### [noSuchMethod](https://api.flutter.dev/flutter/dart-core/Object/noSuchMethod.html)([Invocation](https://api.flutter.dev/flutter/dart-core/Invocation-class.html) invocation) dynamic - - - -Invoked when a non-existent method or property is accessed. -_inherited_ - - - -##### [reauthenticate](../wyatt_authentication_bloc/AuthenticationRepository/reauthenticate.md)() FutureOrResult<[Account](../wyatt_authentication_bloc/Account-class.md)> - - - -Some security-sensitive actions—such as deleting an account, -setting a primary email address, and changing a password—require that -the user has recently signed in. - - - - -##### [refresh](../wyatt_authentication_bloc/AuthenticationRepository/refresh.md)() FutureOrResult<[Account](../wyatt_authentication_bloc/Account-class.md)> - - - -Refreshes the current user, if signed in. - - - - -##### [sendEmailVerification](../wyatt_authentication_bloc/AuthenticationRepository/sendEmailVerification.md)() FutureOrResult<void> - - - -Sends verification email to the account email. - - - - -##### [sendPasswordResetEmail](../wyatt_authentication_bloc/AuthenticationRepository/sendPasswordResetEmail.md)({required [String](https://api.flutter.dev/flutter/dart-core/String-class.html) email}) FutureOrResult<void> - - - -Sends a password reset email to the provided email. - - - - -##### [sessionStream](../wyatt_authentication_bloc/AuthenticationRepository/sessionStream.md)() [Stream](https://api.flutter.dev/flutter/dart-async/Stream-class.html)<[SessionWrapper](../wyatt_authentication_bloc/SessionWrapper-class.md)<Data>> - - - -Authentication state change event stream. - - - - -##### [signInAnonymously](../wyatt_authentication_bloc/AuthenticationRepository/signInAnonymously.md)() FutureOrResult<[Account](../wyatt_authentication_bloc/Account-class.md)> - - - -Sign in anonymously. - - - - -##### [signInWithEmailAndPassword](../wyatt_authentication_bloc/AuthenticationRepository/signInWithEmailAndPassword.md)({required [String](https://api.flutter.dev/flutter/dart-core/String-class.html) email, required [String](https://api.flutter.dev/flutter/dart-core/String-class.html) password}) FutureOrResult<[Account](../wyatt_authentication_bloc/Account-class.md)> - - - -Signs in with the provided email and password. - - - - -##### [signInWithGoogle](../wyatt_authentication_bloc/AuthenticationRepository/signInWithGoogle.md)() FutureOrResult<[Account](../wyatt_authentication_bloc/Account-class.md)> - - - -Starts the Sign In with Google Flow. - - - - -##### [signOut](../wyatt_authentication_bloc/AuthenticationRepository/signOut.md)() FutureOrResult<void> - - - -Signs out the current user. -It also clears the cache and the associated data. - - - - -##### [signUpWithEmailAndPassword](../wyatt_authentication_bloc/AuthenticationRepository/signUpWithEmailAndPassword.md)({required [String](https://api.flutter.dev/flutter/dart-core/String-class.html) email, required [String](https://api.flutter.dev/flutter/dart-core/String-class.html) password}) FutureOrResult<[Account](../wyatt_authentication_bloc/Account-class.md)> - - - -Creates a new user with the provided email and password. - - - - -##### [toString](https://api.flutter.dev/flutter/dart-core/Object/toString.html)() [String](https://api.flutter.dev/flutter/dart-core/String-class.html) - - - -A string representation of this object. -_inherited_ - - - -##### [updateEmail](../wyatt_authentication_bloc/AuthenticationRepository/updateEmail.md)({required [String](https://api.flutter.dev/flutter/dart-core/String-class.html) email}) FutureOrResult<[Account](../wyatt_authentication_bloc/Account-class.md)> - - - -Update or add email. - - - - -##### [updatePassword](../wyatt_authentication_bloc/AuthenticationRepository/updatePassword.md)({required [String](https://api.flutter.dev/flutter/dart-core/String-class.html) password}) FutureOrResult<[Account](../wyatt_authentication_bloc/Account-class.md)> - - - -Update or add password. - - - - -##### [verifyPasswordResetCode](../wyatt_authentication_bloc/AuthenticationRepository/verifyPasswordResetCode.md)({required [String](https://api.flutter.dev/flutter/dart-core/String-class.html) code}) FutureOrResult<[bool](https://api.flutter.dev/flutter/dart-core/bool-class.html)> - - - -Verify password reset code. - - - - - - -## Operators - -##### [operator ==](https://api.flutter.dev/flutter/dart-core/Object/operator_equals.html)([Object](https://api.flutter.dev/flutter/dart-core/Object-class.html) other) [bool](https://api.flutter.dev/flutter/dart-core/bool-class.html) - - - -The equality operator. -_inherited_ - - - - - - - - - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationRepository/AuthenticationRepository.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationRepository/AuthenticationRepository.md deleted file mode 100644 index da6e6d1d..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationRepository/AuthenticationRepository.md +++ /dev/null @@ -1,25 +0,0 @@ - - - -# AuthenticationRepository<Data> constructor - - - - - *[](https://dart.dev/null-safety)* - - - -AuthenticationRepository<Data>() - - - - - - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationRepository/addSession.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationRepository/addSession.md deleted file mode 100644 index dd5755bd..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationRepository/addSession.md +++ /dev/null @@ -1,36 +0,0 @@ - - - -# addSession method - - - - - *[](https://dart.dev/null-safety)* - - - - -void addSession -([SessionWrapper](../../wyatt_authentication_bloc/SessionWrapper-class.md)<Data> wrapper) - - - - - -

Add a new authentication event.

- - - -## Implementation - -```dart -void addSession(SessionWrapper wrapper); -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationRepository/confirmPasswordReset.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationRepository/confirmPasswordReset.md deleted file mode 100644 index 43531c88..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationRepository/confirmPasswordReset.md +++ /dev/null @@ -1,40 +0,0 @@ - - - -# confirmPasswordReset method - - - - - *[](https://dart.dev/null-safety)* - - - - -FutureOrResult<void> confirmPasswordReset -({required [String](https://api.flutter.dev/flutter/dart-core/String-class.html) code, required [String](https://api.flutter.dev/flutter/dart-core/String-class.html) newPassword}) - - - - - -

Confirms the password reset with the provided newPassword and code.

-

Throws a ConfirmPasswordResetFailureInterface if an exception occurs.

- - - -## Implementation - -```dart -FutureOrResult confirmPasswordReset({ - required String code, - required String newPassword, -}); -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationRepository/delete.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationRepository/delete.md deleted file mode 100644 index 05b49493..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationRepository/delete.md +++ /dev/null @@ -1,38 +0,0 @@ - - - -# delete method - - - - - *[](https://dart.dev/null-safety)* - - - - -FutureOrResult<void> delete -() - - - - - -

Delete account.

-

Throws a DeleteAccountFailureInterface if -an exception occurs.

- - - -## Implementation - -```dart -FutureOrResult delete(); -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationRepository/formRepository.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationRepository/formRepository.md deleted file mode 100644 index 0bded545..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationRepository/formRepository.md +++ /dev/null @@ -1,37 +0,0 @@ - - - -# formRepository property - - - - - *[](https://dart.dev/null-safety)* - - - - - -FormRepository formRepository - - - - - -

Form repository used in different authentication cubits/blocs

- - - -## Implementation - -```dart -FormRepository get formRepository; -``` - - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationRepository/reauthenticate.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationRepository/reauthenticate.md deleted file mode 100644 index 809974fe..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationRepository/reauthenticate.md +++ /dev/null @@ -1,40 +0,0 @@ - - - -# reauthenticate method - - - - - *[](https://dart.dev/null-safety)* - - - - -FutureOrResult<[Account](../../wyatt_authentication_bloc/Account-class.md)> reauthenticate -() - - - - - -

Some security-sensitive actions—such as deleting an account, -setting a primary email address, and changing a password—require that -the user has recently signed in.

-

Throws a ReauthenticateFailureInterface if -an exception occurs.

- - - -## Implementation - -```dart -FutureOrResult reauthenticate(); -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationRepository/refresh.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationRepository/refresh.md deleted file mode 100644 index 5f3413e3..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationRepository/refresh.md +++ /dev/null @@ -1,36 +0,0 @@ - - - -# refresh method - - - - - *[](https://dart.dev/null-safety)* - - - - -FutureOrResult<[Account](../../wyatt_authentication_bloc/Account-class.md)> refresh -() - - - - - -

Refreshes the current user, if signed in.

- - - -## Implementation - -```dart -FutureOrResult refresh(); -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationRepository/sendEmailVerification.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationRepository/sendEmailVerification.md deleted file mode 100644 index 184e510c..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationRepository/sendEmailVerification.md +++ /dev/null @@ -1,37 +0,0 @@ - - - -# sendEmailVerification method - - - - - *[](https://dart.dev/null-safety)* - - - - -FutureOrResult<void> sendEmailVerification -() - - - - - -

Sends verification email to the account email.

-

Throws a SendEmailVerificationFailureInterface if an exception occurs.

- - - -## Implementation - -```dart -FutureOrResult sendEmailVerification(); -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationRepository/sendPasswordResetEmail.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationRepository/sendPasswordResetEmail.md deleted file mode 100644 index 5778307e..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationRepository/sendPasswordResetEmail.md +++ /dev/null @@ -1,37 +0,0 @@ - - - -# sendPasswordResetEmail method - - - - - *[](https://dart.dev/null-safety)* - - - - -FutureOrResult<void> sendPasswordResetEmail -({required [String](https://api.flutter.dev/flutter/dart-core/String-class.html) email}) - - - - - -

Sends a password reset email to the provided email.

-

Throws a SendPasswordResetEmailFailureInterface if an exception occurs.

- - - -## Implementation - -```dart -FutureOrResult sendPasswordResetEmail({required String email}); -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationRepository/sessionStream.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationRepository/sessionStream.md deleted file mode 100644 index d911cb8d..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationRepository/sessionStream.md +++ /dev/null @@ -1,36 +0,0 @@ - - - -# sessionStream method - - - - - *[](https://dart.dev/null-safety)* - - - - -[Stream](https://api.flutter.dev/flutter/dart-async/Stream-class.html)<[SessionWrapper](../../wyatt_authentication_bloc/SessionWrapper-class.md)<Data>> sessionStream -() - - - - - -

Authentication state change event stream.

- - - -## Implementation - -```dart -Stream> sessionStream(); -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationRepository/signInAnonymously.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationRepository/signInAnonymously.md deleted file mode 100644 index 03d3f774..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationRepository/signInAnonymously.md +++ /dev/null @@ -1,37 +0,0 @@ - - - -# signInAnonymously method - - - - - *[](https://dart.dev/null-safety)* - - - - -FutureOrResult<[Account](../../wyatt_authentication_bloc/Account-class.md)> signInAnonymously -() - - - - - -

Sign in anonymously.

-

Throws a SignInAnonymouslyFailureInterface if an exception occurs.

- - - -## Implementation - -```dart -FutureOrResult signInAnonymously(); -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationRepository/signInWithEmailAndPassword.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationRepository/signInWithEmailAndPassword.md deleted file mode 100644 index 5ae7989f..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationRepository/signInWithEmailAndPassword.md +++ /dev/null @@ -1,41 +0,0 @@ - - - -# signInWithEmailAndPassword method - - - - - *[](https://dart.dev/null-safety)* - - - - -FutureOrResult<[Account](../../wyatt_authentication_bloc/Account-class.md)> signInWithEmailAndPassword -({required [String](https://api.flutter.dev/flutter/dart-core/String-class.html) email, required [String](https://api.flutter.dev/flutter/dart-core/String-class.html) password}) - - - - - -

Signs in with the provided email and password.

-

Throws a SignInWithEmailAndPasswordFailureInterface if -an exception occurs.

- - - -## Implementation - -```dart -FutureOrResult signInWithEmailAndPassword({ - required String email, - required String password, -}); -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationRepository/signInWithGoogle.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationRepository/signInWithGoogle.md deleted file mode 100644 index 18a8989b..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationRepository/signInWithGoogle.md +++ /dev/null @@ -1,37 +0,0 @@ - - - -# signInWithGoogle method - - - - - *[](https://dart.dev/null-safety)* - - - - -FutureOrResult<[Account](../../wyatt_authentication_bloc/Account-class.md)> signInWithGoogle -() - - - - - -

Starts the Sign In with Google Flow.

-

Throws a SignInWithGoogleFailureInterface if an exception occurs.

- - - -## Implementation - -```dart -FutureOrResult signInWithGoogle(); -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationRepository/signOut.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationRepository/signOut.md deleted file mode 100644 index 7dad6c4b..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationRepository/signOut.md +++ /dev/null @@ -1,37 +0,0 @@ - - - -# signOut method - - - - - *[](https://dart.dev/null-safety)* - - - - -FutureOrResult<void> signOut -() - - - - - -

Signs out the current user. -It also clears the cache and the associated data.

- - - -## Implementation - -```dart -FutureOrResult signOut(); -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationRepository/signUpWithEmailAndPassword.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationRepository/signUpWithEmailAndPassword.md deleted file mode 100644 index 7a99a749..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationRepository/signUpWithEmailAndPassword.md +++ /dev/null @@ -1,42 +0,0 @@ - - - -# signUpWithEmailAndPassword method - - - - - *[](https://dart.dev/null-safety)* - - - - -FutureOrResult<[Account](../../wyatt_authentication_bloc/Account-class.md)> signUpWithEmailAndPassword -({required [String](https://api.flutter.dev/flutter/dart-core/String-class.html) email, required [String](https://api.flutter.dev/flutter/dart-core/String-class.html) password}) - - - - - -

Creates a new user with the provided email and password.

-

Returns the newly created user's unique identifier.

-

Throws a SignUpWithEmailAndPasswordFailureInterface if -an exception occurs.

- - - -## Implementation - -```dart -FutureOrResult signUpWithEmailAndPassword({ - required String email, - required String password, -}); -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationRepository/updateEmail.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationRepository/updateEmail.md deleted file mode 100644 index e324d7ad..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationRepository/updateEmail.md +++ /dev/null @@ -1,40 +0,0 @@ - - - -# updateEmail method - - - - - *[](https://dart.dev/null-safety)* - - - - -FutureOrResult<[Account](../../wyatt_authentication_bloc/Account-class.md)> updateEmail -({required [String](https://api.flutter.dev/flutter/dart-core/String-class.html) email}) - - - - - -

Update or add email.

-

Throws a UpdateEmailFailureInterface if -an exception occurs.

- - - -## Implementation - -```dart -FutureOrResult updateEmail({ - required String email, -}); -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationRepository/updatePassword.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationRepository/updatePassword.md deleted file mode 100644 index ac90a4a9..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationRepository/updatePassword.md +++ /dev/null @@ -1,40 +0,0 @@ - - - -# updatePassword method - - - - - *[](https://dart.dev/null-safety)* - - - - -FutureOrResult<[Account](../../wyatt_authentication_bloc/Account-class.md)> updatePassword -({required [String](https://api.flutter.dev/flutter/dart-core/String-class.html) password}) - - - - - -

Update or add password.

-

Throws a UpdatePasswordFailureInterface if -an exception occurs.

- - - -## Implementation - -```dart -FutureOrResult updatePassword({ - required String password, -}); -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationRepository/verifyPasswordResetCode.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationRepository/verifyPasswordResetCode.md deleted file mode 100644 index 73463137..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationRepository/verifyPasswordResetCode.md +++ /dev/null @@ -1,37 +0,0 @@ - - - -# verifyPasswordResetCode method - - - - - *[](https://dart.dev/null-safety)* - - - - -FutureOrResult<[bool](https://api.flutter.dev/flutter/dart-core/bool-class.html)> verifyPasswordResetCode -({required [String](https://api.flutter.dev/flutter/dart-core/String-class.html) code}) - - - - - -

Verify password reset code.

-

Throws a VerifyPasswordResetCodeFailureInterface if an exception occurs.

- - - -## Implementation - -```dart -FutureOrResult verifyPasswordResetCode({required String code}); -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationRepositoryImpl-class.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationRepositoryImpl-class.md deleted file mode 100644 index 5ec57c81..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationRepositoryImpl-class.md +++ /dev/null @@ -1,269 +0,0 @@ - - - -# AuthenticationRepositoryImpl<Data extends Object> class - - - - - - - *[](https://dart.dev/null-safety)* - - - - - - -**Inheritance** - -- [Object](https://api.flutter.dev/flutter/dart-core/Object-class.html) -- [AuthenticationRepository](../wyatt_authentication_bloc/AuthenticationRepository-class.md)<Data> -- AuthenticationRepositoryImpl - - - - - - - - -## Constructors - -[AuthenticationRepositoryImpl](../wyatt_authentication_bloc/AuthenticationRepositoryImpl/AuthenticationRepositoryImpl.md) ({required [AuthenticationRemoteDataSource](../wyatt_authentication_bloc/AuthenticationRemoteDataSource-class.md)<Data> authenticationRemoteDataSource, FormRepository? formRepository, [List](https://api.flutter.dev/flutter/dart-core/List-class.html)<FormInput<dynamic, FormInputValidator<dynamic, ValidationError>, dynamic>>? extraSignUpInputs, [List](https://api.flutter.dev/flutter/dart-core/List-class.html)<FormInput<dynamic, FormInputValidator<dynamic, ValidationError>, dynamic>>? extraEditAccountInputs, FormInputValidator<[String](https://api.flutter.dev/flutter/dart-core/String-class.html)?, ValidationError>? customEmailValidator, FormInputValidator<[String](https://api.flutter.dev/flutter/dart-core/String-class.html)?, ValidationError>? customPasswordValidator}) - - - - -## Properties - -##### [authenticationRemoteDataSource](../wyatt_authentication_bloc/AuthenticationRepositoryImpl/authenticationRemoteDataSource.md) → [AuthenticationRemoteDataSource](../wyatt_authentication_bloc/AuthenticationRemoteDataSource-class.md)<Data> - - - - -_final_ - - - -##### [formRepository](../wyatt_authentication_bloc/AuthenticationRepositoryImpl/formRepository.md) → FormRepository - - - -Form repository used in different authentication cubits/blocs -_read-onlyoverride_ - - - -##### [hashCode](https://api.flutter.dev/flutter/dart-core/Object/hashCode.html) → [int](https://api.flutter.dev/flutter/dart-core/int-class.html) - - - -The hash code for this object. -_read-onlyinherited_ - - - -##### [runtimeType](https://api.flutter.dev/flutter/dart-core/Object/runtimeType.html) → [Type](https://api.flutter.dev/flutter/dart-core/Type-class.html) - - - -A representation of the runtime type of the object. -_read-onlyinherited_ - - - - - -## Methods - -##### [addSession](../wyatt_authentication_bloc/AuthenticationRepositoryImpl/addSession.md)([SessionWrapper](../wyatt_authentication_bloc/SessionWrapper-class.md)<Data> wrapper) void - - - -Add a new authentication event. -_override_ - - - -##### [confirmPasswordReset](../wyatt_authentication_bloc/AuthenticationRepositoryImpl/confirmPasswordReset.md)({required [String](https://api.flutter.dev/flutter/dart-core/String-class.html) code, required [String](https://api.flutter.dev/flutter/dart-core/String-class.html) newPassword}) FutureOrResult<void> - - - -Confirms the password reset with the provided newPassword and code. -_override_ - - - -##### [delete](../wyatt_authentication_bloc/AuthenticationRepositoryImpl/delete.md)() FutureOrResult<void> - - - -Delete account. -_override_ - - - -##### [noSuchMethod](https://api.flutter.dev/flutter/dart-core/Object/noSuchMethod.html)([Invocation](https://api.flutter.dev/flutter/dart-core/Invocation-class.html) invocation) dynamic - - - -Invoked when a non-existent method or property is accessed. -_inherited_ - - - -##### [reauthenticate](../wyatt_authentication_bloc/AuthenticationRepositoryImpl/reauthenticate.md)() FutureOrResult<[Account](../wyatt_authentication_bloc/Account-class.md)> - - - -Some security-sensitive actions—such as deleting an account, -setting a primary email address, and changing a password—require that -the user has recently signed in. -_override_ - - - -##### [refresh](../wyatt_authentication_bloc/AuthenticationRepositoryImpl/refresh.md)() FutureOrResult<[Account](../wyatt_authentication_bloc/Account-class.md)> - - - -Refreshes the current user, if signed in. -_override_ - - - -##### [sendEmailVerification](../wyatt_authentication_bloc/AuthenticationRepositoryImpl/sendEmailVerification.md)() FutureOrResult<void> - - - -Sends verification email to the account email. -_override_ - - - -##### [sendPasswordResetEmail](../wyatt_authentication_bloc/AuthenticationRepositoryImpl/sendPasswordResetEmail.md)({required [String](https://api.flutter.dev/flutter/dart-core/String-class.html) email}) FutureOrResult<void> - - - -Sends a password reset email to the provided email. -_override_ - - - -##### [sessionStream](../wyatt_authentication_bloc/AuthenticationRepositoryImpl/sessionStream.md)() [Stream](https://api.flutter.dev/flutter/dart-async/Stream-class.html)<[SessionWrapper](../wyatt_authentication_bloc/SessionWrapper-class.md)<Data>> - - - -Authentication state change event stream. -_override_ - - - -##### [signInAnonymously](../wyatt_authentication_bloc/AuthenticationRepositoryImpl/signInAnonymously.md)() FutureOrResult<[Account](../wyatt_authentication_bloc/Account-class.md)> - - - -Sign in anonymously. -_override_ - - - -##### [signInWithEmailAndPassword](../wyatt_authentication_bloc/AuthenticationRepositoryImpl/signInWithEmailAndPassword.md)({required [String](https://api.flutter.dev/flutter/dart-core/String-class.html) email, required [String](https://api.flutter.dev/flutter/dart-core/String-class.html) password}) FutureOrResult<[Account](../wyatt_authentication_bloc/Account-class.md)> - - - -Signs in with the provided email and password. -_override_ - - - -##### [signInWithGoogle](../wyatt_authentication_bloc/AuthenticationRepositoryImpl/signInWithGoogle.md)() FutureOrResult<[Account](../wyatt_authentication_bloc/Account-class.md)> - - - -Starts the Sign In with Google Flow. -_override_ - - - -##### [signOut](../wyatt_authentication_bloc/AuthenticationRepositoryImpl/signOut.md)() FutureOrResult<void> - - - -Signs out the current user. -It also clears the cache and the associated data. -_override_ - - - -##### [signUpWithEmailAndPassword](../wyatt_authentication_bloc/AuthenticationRepositoryImpl/signUpWithEmailAndPassword.md)({required [String](https://api.flutter.dev/flutter/dart-core/String-class.html) email, required [String](https://api.flutter.dev/flutter/dart-core/String-class.html) password}) FutureOrResult<[Account](../wyatt_authentication_bloc/Account-class.md)> - - - -Creates a new user with the provided email and password. -_override_ - - - -##### [toString](https://api.flutter.dev/flutter/dart-core/Object/toString.html)() [String](https://api.flutter.dev/flutter/dart-core/String-class.html) - - - -A string representation of this object. -_inherited_ - - - -##### [updateEmail](../wyatt_authentication_bloc/AuthenticationRepositoryImpl/updateEmail.md)({required [String](https://api.flutter.dev/flutter/dart-core/String-class.html) email}) FutureOrResult<[Account](../wyatt_authentication_bloc/Account-class.md)> - - - -Update or add email. -_override_ - - - -##### [updatePassword](../wyatt_authentication_bloc/AuthenticationRepositoryImpl/updatePassword.md)({required [String](https://api.flutter.dev/flutter/dart-core/String-class.html) password}) FutureOrResult<[Account](../wyatt_authentication_bloc/Account-class.md)> - - - -Update or add password. -_override_ - - - -##### [verifyPasswordResetCode](../wyatt_authentication_bloc/AuthenticationRepositoryImpl/verifyPasswordResetCode.md)({required [String](https://api.flutter.dev/flutter/dart-core/String-class.html) code}) FutureOrResult<[bool](https://api.flutter.dev/flutter/dart-core/bool-class.html)> - - - -Verify password reset code. -_override_ - - - - - -## Operators - -##### [operator ==](https://api.flutter.dev/flutter/dart-core/Object/operator_equals.html)([Object](https://api.flutter.dev/flutter/dart-core/Object-class.html) other) [bool](https://api.flutter.dev/flutter/dart-core/bool-class.html) - - - -The equality operator. -_inherited_ - - - - - - - - - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationRepositoryImpl/AuthenticationRepositoryImpl.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationRepositoryImpl/AuthenticationRepositoryImpl.md deleted file mode 100644 index 5fd00e8a..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationRepositoryImpl/AuthenticationRepositoryImpl.md +++ /dev/null @@ -1,69 +0,0 @@ - - - -# AuthenticationRepositoryImpl<Data extends Object> constructor - - - - - *[](https://dart.dev/null-safety)* - - - -AuthenticationRepositoryImpl<Data extends Object>({required [AuthenticationRemoteDataSource](../../wyatt_authentication_bloc/AuthenticationRemoteDataSource-class.md)<Data> authenticationRemoteDataSource, FormRepository? formRepository, [List](https://api.flutter.dev/flutter/dart-core/List-class.html)<FormInput<dynamic, FormInputValidator<dynamic, ValidationError>, dynamic>>? extraSignUpInputs, [List](https://api.flutter.dev/flutter/dart-core/List-class.html)<FormInput<dynamic, FormInputValidator<dynamic, ValidationError>, dynamic>>? extraEditAccountInputs, FormInputValidator<[String](https://api.flutter.dev/flutter/dart-core/String-class.html)?, ValidationError>? customEmailValidator, FormInputValidator<[String](https://api.flutter.dev/flutter/dart-core/String-class.html)?, ValidationError>? customPasswordValidator}) - - - - - -## Implementation - -```dart -AuthenticationRepositoryImpl({ - required this.authenticationRemoteDataSource, - FormRepository? formRepository, - // ignore: strict_raw_type - List? extraSignUpInputs, - // ignore: strict_raw_type - List? extraEditAccountInputs, - FormInputValidator? customEmailValidator, - FormInputValidator? customPasswordValidator, -}) { - _formRepository = formRepository ?? FormRepositoryImpl(); - - if (formRepository != null) { - return; - } - _formRepository - ..registerForm( - Forms.buildSignUpForm( - customEmailValidator, - customPasswordValidator, - extraSignUpInputs, - ), - ) - ..registerForm( - Forms.buildSignInForm( - customEmailValidator, - customPasswordValidator, - ), - ) - ..registerForm( - Forms.buildPasswordResetForm(customEmailValidator), - ) - ..registerForm( - Forms.buildEditAccountForm( - customEmailValidator, - customPasswordValidator, - extraEditAccountInputs, - ), - ); -} -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationRepositoryImpl/addSession.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationRepositoryImpl/addSession.md deleted file mode 100644 index 24fac35a..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationRepositoryImpl/addSession.md +++ /dev/null @@ -1,39 +0,0 @@ - - - -# addSession method - - - - - *[](https://dart.dev/null-safety)* - - - -- @[override](https://api.flutter.dev/flutter/dart-core/override-constant.html) - -void addSession -([SessionWrapper](../../wyatt_authentication_bloc/SessionWrapper-class.md)<Data> wrapper) - -_override_ - - - -

Add a new authentication event.

- - - -## Implementation - -```dart -@override -void addSession(SessionWrapper wrapper) => - authenticationRemoteDataSource.addSession(wrapper); -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationRepositoryImpl/authenticationRemoteDataSource.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationRepositoryImpl/authenticationRemoteDataSource.md deleted file mode 100644 index c5a64a53..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationRepositoryImpl/authenticationRemoteDataSource.md +++ /dev/null @@ -1,33 +0,0 @@ - - - -# authenticationRemoteDataSource property - - - - - *[](https://dart.dev/null-safety)* - - - -[AuthenticationRemoteDataSource](../../wyatt_authentication_bloc/AuthenticationRemoteDataSource-class.md)<Data> authenticationRemoteDataSource - -_final_ - - - - - - -## Implementation - -```dart -final AuthenticationRemoteDataSource authenticationRemoteDataSource; -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationRepositoryImpl/confirmPasswordReset.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationRepositoryImpl/confirmPasswordReset.md deleted file mode 100644 index 1d7641ae..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationRepositoryImpl/confirmPasswordReset.md +++ /dev/null @@ -1,51 +0,0 @@ - - - -# confirmPasswordReset method - - - - - *[](https://dart.dev/null-safety)* - - - -- @[override](https://api.flutter.dev/flutter/dart-core/override-constant.html) - -FutureOrResult<void> confirmPasswordReset -({required [String](https://api.flutter.dev/flutter/dart-core/String-class.html) code, required [String](https://api.flutter.dev/flutter/dart-core/String-class.html) newPassword}) - -_override_ - - - -

Confirms the password reset with the provided newPassword and code.

-

Throws a ConfirmPasswordResetFailureInterface if an exception occurs.

- - - -## Implementation - -```dart -@override -FutureOrResult confirmPasswordReset({ - required String code, - required String newPassword, -}) => - Result.tryCatchAsync( - () async { - await authenticationRemoteDataSource.confirmPasswordReset( - code: code, - newPassword: newPassword, - ); - }, - (error) => error, - ); -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationRepositoryImpl/delete.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationRepositoryImpl/delete.md deleted file mode 100644 index 2275ccde..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationRepositoryImpl/delete.md +++ /dev/null @@ -1,44 +0,0 @@ - - - -# delete method - - - - - *[](https://dart.dev/null-safety)* - - - -- @[override](https://api.flutter.dev/flutter/dart-core/override-constant.html) - -FutureOrResult<void> delete -() - -_override_ - - - -

Delete account.

-

Throws a DeleteAccountFailureInterface if -an exception occurs.

- - - -## Implementation - -```dart -@override -FutureOrResult delete() => - Result.tryCatchAsync( - () async => authenticationRemoteDataSource.delete(), - (error) => error, - ); -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationRepositoryImpl/formRepository.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationRepositoryImpl/formRepository.md deleted file mode 100644 index d38908fe..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationRepositoryImpl/formRepository.md +++ /dev/null @@ -1,41 +0,0 @@ - - - -# formRepository property - - - - - *[](https://dart.dev/null-safety)* - - - - - -**Annotations** - -- @[override](https://api.flutter.dev/flutter/dart-core/override-constant.html) -FormRepository formRepository - -_override_ - - - -

Form repository used in different authentication cubits/blocs

- - - -## Implementation - -```dart -@override -FormRepository get formRepository => _formRepository; -``` - - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationRepositoryImpl/reauthenticate.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationRepositoryImpl/reauthenticate.md deleted file mode 100644 index 251168fb..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationRepositoryImpl/reauthenticate.md +++ /dev/null @@ -1,49 +0,0 @@ - - - -# reauthenticate method - - - - - *[](https://dart.dev/null-safety)* - - - -- @[override](https://api.flutter.dev/flutter/dart-core/override-constant.html) - -FutureOrResult<[Account](../../wyatt_authentication_bloc/Account-class.md)> reauthenticate -() - -_override_ - - - -

Some security-sensitive actions—such as deleting an account, -setting a primary email address, and changing a password—require that -the user has recently signed in.

-

Throws a ReauthenticateFailureInterface if -an exception occurs.

- - - -## Implementation - -```dart -@override -FutureOrResult reauthenticate() => - Result.tryCatchAsync( - () async { - final account = await authenticationRemoteDataSource.reauthenticate(); - return account; - }, - (error) => error, - ); -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationRepositoryImpl/refresh.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationRepositoryImpl/refresh.md deleted file mode 100644 index 744850b4..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationRepositoryImpl/refresh.md +++ /dev/null @@ -1,45 +0,0 @@ - - - -# refresh method - - - - - *[](https://dart.dev/null-safety)* - - - -- @[override](https://api.flutter.dev/flutter/dart-core/override-constant.html) - -FutureOrResult<[Account](../../wyatt_authentication_bloc/Account-class.md)> refresh -() - -_override_ - - - -

Refreshes the current user, if signed in.

- - - -## Implementation - -```dart -@override -FutureOrResult refresh() => - Result.tryCatchAsync( - () async { - final account = await authenticationRemoteDataSource.refresh(); - return account; - }, - (error) => error, - ); -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationRepositoryImpl/sendEmailVerification.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationRepositoryImpl/sendEmailVerification.md deleted file mode 100644 index 3b70fe5d..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationRepositoryImpl/sendEmailVerification.md +++ /dev/null @@ -1,45 +0,0 @@ - - - -# sendEmailVerification method - - - - - *[](https://dart.dev/null-safety)* - - - -- @[override](https://api.flutter.dev/flutter/dart-core/override-constant.html) - -FutureOrResult<void> sendEmailVerification -() - -_override_ - - - -

Sends verification email to the account email.

-

Throws a SendEmailVerificationFailureInterface if an exception occurs.

- - - -## Implementation - -```dart -@override -FutureOrResult sendEmailVerification() => - Result.tryCatchAsync( - () async { - await authenticationRemoteDataSource.sendEmailVerification(); - }, - (error) => error, - ); -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationRepositoryImpl/sendPasswordResetEmail.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationRepositoryImpl/sendPasswordResetEmail.md deleted file mode 100644 index df9cbe89..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationRepositoryImpl/sendPasswordResetEmail.md +++ /dev/null @@ -1,47 +0,0 @@ - - - -# sendPasswordResetEmail method - - - - - *[](https://dart.dev/null-safety)* - - - -- @[override](https://api.flutter.dev/flutter/dart-core/override-constant.html) - -FutureOrResult<void> sendPasswordResetEmail -({required [String](https://api.flutter.dev/flutter/dart-core/String-class.html) email}) - -_override_ - - - -

Sends a password reset email to the provided email.

-

Throws a SendPasswordResetEmailFailureInterface if an exception occurs.

- - - -## Implementation - -```dart -@override -FutureOrResult sendPasswordResetEmail({required String email}) => - Result.tryCatchAsync( - () async { - await authenticationRemoteDataSource.sendPasswordResetEmail( - email: email, - ); - }, - (error) => error, - ); -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationRepositoryImpl/sessionStream.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationRepositoryImpl/sessionStream.md deleted file mode 100644 index 33cab460..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationRepositoryImpl/sessionStream.md +++ /dev/null @@ -1,39 +0,0 @@ - - - -# sessionStream method - - - - - *[](https://dart.dev/null-safety)* - - - -- @[override](https://api.flutter.dev/flutter/dart-core/override-constant.html) - -[Stream](https://api.flutter.dev/flutter/dart-async/Stream-class.html)<[SessionWrapper](../../wyatt_authentication_bloc/SessionWrapper-class.md)<Data>> sessionStream -() - -_override_ - - - -

Authentication state change event stream.

- - - -## Implementation - -```dart -@override -Stream> sessionStream() => - authenticationRemoteDataSource.sessionStream(); -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationRepositoryImpl/signInAnonymously.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationRepositoryImpl/signInAnonymously.md deleted file mode 100644 index 8dfc8cea..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationRepositoryImpl/signInAnonymously.md +++ /dev/null @@ -1,47 +0,0 @@ - - - -# signInAnonymously method - - - - - *[](https://dart.dev/null-safety)* - - - -- @[override](https://api.flutter.dev/flutter/dart-core/override-constant.html) - -FutureOrResult<[Account](../../wyatt_authentication_bloc/Account-class.md)> signInAnonymously -() - -_override_ - - - -

Sign in anonymously.

-

Throws a SignInAnonymouslyFailureInterface if an exception occurs.

- - - -## Implementation - -```dart -@override -FutureOrResult signInAnonymously() => - Result.tryCatchAsync( - () async { - final account = - await authenticationRemoteDataSource.signInAnonymously(); - return account; - }, - (error) => error, - ); -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationRepositoryImpl/signInWithEmailAndPassword.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationRepositoryImpl/signInWithEmailAndPassword.md deleted file mode 100644 index a42a7bab..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationRepositoryImpl/signInWithEmailAndPassword.md +++ /dev/null @@ -1,54 +0,0 @@ - - - -# signInWithEmailAndPassword method - - - - - *[](https://dart.dev/null-safety)* - - - -- @[override](https://api.flutter.dev/flutter/dart-core/override-constant.html) - -FutureOrResult<[Account](../../wyatt_authentication_bloc/Account-class.md)> signInWithEmailAndPassword -({required [String](https://api.flutter.dev/flutter/dart-core/String-class.html) email, required [String](https://api.flutter.dev/flutter/dart-core/String-class.html) password}) - -_override_ - - - -

Signs in with the provided email and password.

-

Throws a SignInWithEmailAndPasswordFailureInterface if -an exception occurs.

- - - -## Implementation - -```dart -@override -FutureOrResult signInWithEmailAndPassword({ - required String email, - required String password, -}) => - Result.tryCatchAsync( - () async { - final account = - await authenticationRemoteDataSource.signInWithEmailAndPassword( - email: email, - password: password, - ); - return account; - }, - (error) => error, - ); -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationRepositoryImpl/signInWithGoogle.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationRepositoryImpl/signInWithGoogle.md deleted file mode 100644 index e6e5095d..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationRepositoryImpl/signInWithGoogle.md +++ /dev/null @@ -1,47 +0,0 @@ - - - -# signInWithGoogle method - - - - - *[](https://dart.dev/null-safety)* - - - -- @[override](https://api.flutter.dev/flutter/dart-core/override-constant.html) - -FutureOrResult<[Account](../../wyatt_authentication_bloc/Account-class.md)> signInWithGoogle -() - -_override_ - - - -

Starts the Sign In with Google Flow.

-

Throws a SignInWithGoogleFailureInterface if an exception occurs.

- - - -## Implementation - -```dart -@override -FutureOrResult signInWithGoogle() => - Result.tryCatchAsync( - () async { - final account = - await authenticationRemoteDataSource.signInWithGoogle(); - return account; - }, - (error) => error, - ); -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationRepositoryImpl/signOut.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationRepositoryImpl/signOut.md deleted file mode 100644 index 5b83c76a..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationRepositoryImpl/signOut.md +++ /dev/null @@ -1,45 +0,0 @@ - - - -# signOut method - - - - - *[](https://dart.dev/null-safety)* - - - -- @[override](https://api.flutter.dev/flutter/dart-core/override-constant.html) - -FutureOrResult<void> signOut -() - -_override_ - - - -

Signs out the current user. -It also clears the cache and the associated data.

- - - -## Implementation - -```dart -@override -FutureOrResult signOut() => - Result.tryCatchAsync( - () async { - await authenticationRemoteDataSource.signOut(); - }, - (error) => error, - ); -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationRepositoryImpl/signUpWithEmailAndPassword.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationRepositoryImpl/signUpWithEmailAndPassword.md deleted file mode 100644 index 5a0ce347..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationRepositoryImpl/signUpWithEmailAndPassword.md +++ /dev/null @@ -1,55 +0,0 @@ - - - -# signUpWithEmailAndPassword method - - - - - *[](https://dart.dev/null-safety)* - - - -- @[override](https://api.flutter.dev/flutter/dart-core/override-constant.html) - -FutureOrResult<[Account](../../wyatt_authentication_bloc/Account-class.md)> signUpWithEmailAndPassword -({required [String](https://api.flutter.dev/flutter/dart-core/String-class.html) email, required [String](https://api.flutter.dev/flutter/dart-core/String-class.html) password}) - -_override_ - - - -

Creates a new user with the provided email and password.

-

Returns the newly created user's unique identifier.

-

Throws a SignUpWithEmailAndPasswordFailureInterface if -an exception occurs.

- - - -## Implementation - -```dart -@override -FutureOrResult signUpWithEmailAndPassword({ - required String email, - required String password, -}) => - Result.tryCatchAsync( - () async { - final account = - await authenticationRemoteDataSource.signUpWithEmailAndPassword( - email: email, - password: password, - ); - return account; - }, - (error) => error, - ); -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationRepositoryImpl/updateEmail.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationRepositoryImpl/updateEmail.md deleted file mode 100644 index 89647f63..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationRepositoryImpl/updateEmail.md +++ /dev/null @@ -1,48 +0,0 @@ - - - -# updateEmail method - - - - - *[](https://dart.dev/null-safety)* - - - -- @[override](https://api.flutter.dev/flutter/dart-core/override-constant.html) - -FutureOrResult<[Account](../../wyatt_authentication_bloc/Account-class.md)> updateEmail -({required [String](https://api.flutter.dev/flutter/dart-core/String-class.html) email}) - -_override_ - - - -

Update or add email.

-

Throws a UpdateEmailFailureInterface if -an exception occurs.

- - - -## Implementation - -```dart -@override -FutureOrResult updateEmail({required String email}) => - Result.tryCatchAsync( - () async { - final account = - await authenticationRemoteDataSource.updateEmail(email: email); - return account; - }, - (error) => error, - ); -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationRepositoryImpl/updatePassword.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationRepositoryImpl/updatePassword.md deleted file mode 100644 index 3e839532..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationRepositoryImpl/updatePassword.md +++ /dev/null @@ -1,49 +0,0 @@ - - - -# updatePassword method - - - - - *[](https://dart.dev/null-safety)* - - - -- @[override](https://api.flutter.dev/flutter/dart-core/override-constant.html) - -FutureOrResult<[Account](../../wyatt_authentication_bloc/Account-class.md)> updatePassword -({required [String](https://api.flutter.dev/flutter/dart-core/String-class.html) password}) - -_override_ - - - -

Update or add password.

-

Throws a UpdatePasswordFailureInterface if -an exception occurs.

- - - -## Implementation - -```dart -@override -FutureOrResult updatePassword({required String password}) => - Result.tryCatchAsync( - () async { - final account = await authenticationRemoteDataSource.updatePassword( - password: password, - ); - return account; - }, - (error) => error, - ); -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationRepositoryImpl/verifyPasswordResetCode.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationRepositoryImpl/verifyPasswordResetCode.md deleted file mode 100644 index 6a2eae13..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationRepositoryImpl/verifyPasswordResetCode.md +++ /dev/null @@ -1,47 +0,0 @@ - - - -# verifyPasswordResetCode method - - - - - *[](https://dart.dev/null-safety)* - - - -- @[override](https://api.flutter.dev/flutter/dart-core/override-constant.html) - -FutureOrResult<[bool](https://api.flutter.dev/flutter/dart-core/bool-class.html)> verifyPasswordResetCode -({required [String](https://api.flutter.dev/flutter/dart-core/String-class.html) code}) - -_override_ - - - -

Verify password reset code.

-

Throws a VerifyPasswordResetCodeFailureInterface if an exception occurs.

- - - -## Implementation - -```dart -@override -FutureOrResult verifyPasswordResetCode({required String code}) => - Result.tryCatchAsync( - () async { - final response = await authenticationRemoteDataSource - .verifyPasswordResetCode(code: code); - return response; - }, - (error) => error, - ); -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationState-class.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationState-class.md deleted file mode 100644 index 8b0c36ea..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationState-class.md +++ /dev/null @@ -1,150 +0,0 @@ - - - -# AuthenticationState<Data> class - - - - - - - *[](https://dart.dev/null-safety)* - - - - - - -**Inheritance** - -- [Object](https://api.flutter.dev/flutter/dart-core/Object-class.html) -- [Equatable](https://pub.dev/documentation/equatable/2.0.5/equatable/Equatable-class.html) -- AuthenticationState - - - - - - - - -## Constructors - -[AuthenticationState.authenticated](../wyatt_authentication_bloc/AuthenticationState/AuthenticationState.authenticated.md) ([SessionWrapper](../wyatt_authentication_bloc/SessionWrapper-class.md)<Data> sessionWrapper) - - _const_ - -[AuthenticationState.unauthenticated](../wyatt_authentication_bloc/AuthenticationState/AuthenticationState.unauthenticated.md) () - - _const_ - -[AuthenticationState.unknown](../wyatt_authentication_bloc/AuthenticationState/AuthenticationState.unknown.md) () - - _const_ - - -## Properties - -##### [hashCode](https://pub.dev/documentation/equatable/2.0.5/equatable/Equatable/hashCode.html) → [int](https://api.flutter.dev/flutter/dart-core/int-class.html) - - - -The hash code for this object. -_read-onlyinherited_ - - - -##### [props](../wyatt_authentication_bloc/AuthenticationState/props.md) → [List](https://api.flutter.dev/flutter/dart-core/List-class.html)<[Object](https://api.flutter.dev/flutter/dart-core/Object-class.html)?> - - - -The list of properties that will be used to determine whether -two instances are equal. -_read-onlyoverride_ - - - -##### [runtimeType](https://api.flutter.dev/flutter/dart-core/Object/runtimeType.html) → [Type](https://api.flutter.dev/flutter/dart-core/Type-class.html) - - - -A representation of the runtime type of the object. -_read-onlyinherited_ - - - -##### [status](../wyatt_authentication_bloc/AuthenticationState/status.md) → [AuthenticationStatus](../wyatt_authentication_bloc/AuthenticationStatus.md) - - - - -_final_ - - - -##### [stringify](../wyatt_authentication_bloc/AuthenticationState/stringify.md) → [bool](https://api.flutter.dev/flutter/dart-core/bool-class.html)? - - - -If set to true, the toString method will be overridden to output -this instance's props. -_read-onlyoverride_ - - - -##### [wrapper](../wyatt_authentication_bloc/AuthenticationState/wrapper.md) → [SessionWrapper](../wyatt_authentication_bloc/SessionWrapper-class.md)<Data>? - - - - -_final_ - - - - - -## Methods - -##### [noSuchMethod](https://api.flutter.dev/flutter/dart-core/Object/noSuchMethod.html)([Invocation](https://api.flutter.dev/flutter/dart-core/Invocation-class.html) invocation) dynamic - - - -Invoked when a non-existent method or property is accessed. -_inherited_ - - - -##### [toString](https://pub.dev/documentation/equatable/2.0.5/equatable/Equatable/toString.html)() [String](https://api.flutter.dev/flutter/dart-core/String-class.html) - - - -A string representation of this object. -_inherited_ - - - - - -## Operators - -##### [operator ==](https://pub.dev/documentation/equatable/2.0.5/equatable/Equatable/operator_equals.html)([Object](https://api.flutter.dev/flutter/dart-core/Object-class.html) other) [bool](https://api.flutter.dev/flutter/dart-core/bool-class.html) - - - -The equality operator. -_inherited_ - - - - - - - - - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationState/AuthenticationState.authenticated.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationState/AuthenticationState.authenticated.md deleted file mode 100644 index d9f91abf..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationState/AuthenticationState.authenticated.md +++ /dev/null @@ -1,34 +0,0 @@ - - - -# AuthenticationState<Data>.authenticated constructor - - - - - *[](https://dart.dev/null-safety)* - - -const -AuthenticationState<Data>.authenticated([SessionWrapper](../../wyatt_authentication_bloc/SessionWrapper-class.md)<Data> sessionWrapper) - - - - - -## Implementation - -```dart -const AuthenticationState.authenticated(SessionWrapper sessionWrapper) - : this._( - AuthenticationStatus.authenticated, - sessionWrapper, - ); -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationState/AuthenticationState.unauthenticated.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationState/AuthenticationState.unauthenticated.md deleted file mode 100644 index e2bddab6..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationState/AuthenticationState.unauthenticated.md +++ /dev/null @@ -1,31 +0,0 @@ - - - -# AuthenticationState<Data>.unauthenticated constructor - - - - - *[](https://dart.dev/null-safety)* - - -const -AuthenticationState<Data>.unauthenticated() - - - - - -## Implementation - -```dart -const AuthenticationState.unauthenticated() - : this._(AuthenticationStatus.unauthenticated, null); -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationState/AuthenticationState.unknown.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationState/AuthenticationState.unknown.md deleted file mode 100644 index 09ff10d9..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationState/AuthenticationState.unknown.md +++ /dev/null @@ -1,31 +0,0 @@ - - - -# AuthenticationState<Data>.unknown constructor - - - - - *[](https://dart.dev/null-safety)* - - -const -AuthenticationState<Data>.unknown() - - - - - -## Implementation - -```dart -const AuthenticationState.unknown() - : this._(AuthenticationStatus.unknown, null); -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationState/props.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationState/props.md deleted file mode 100644 index 908ab81c..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationState/props.md +++ /dev/null @@ -1,42 +0,0 @@ - - - -# props property - - - - - *[](https://dart.dev/null-safety)* - - - - - -**Annotations** - -- @[override](https://api.flutter.dev/flutter/dart-core/override-constant.html) -[List](https://api.flutter.dev/flutter/dart-core/List-class.html)<[Object](https://api.flutter.dev/flutter/dart-core/Object-class.html)?> props - -_override_ - - - -

The list of properties that will be used to determine whether -two instances are equal.

- - - -## Implementation - -```dart -@override -List get props => [status, wrapper]; -``` - - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationState/status.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationState/status.md deleted file mode 100644 index 40efc5ec..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationState/status.md +++ /dev/null @@ -1,33 +0,0 @@ - - - -# status property - - - - - *[](https://dart.dev/null-safety)* - - - -[AuthenticationStatus](../../wyatt_authentication_bloc/AuthenticationStatus.md) status - -_final_ - - - - - - -## Implementation - -```dart -final AuthenticationStatus status; -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationState/stringify.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationState/stringify.md deleted file mode 100644 index d226dc33..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationState/stringify.md +++ /dev/null @@ -1,47 +0,0 @@ - - - -# stringify property - - - - - *[](https://dart.dev/null-safety)* - - - - - -**Annotations** - -- @[override](https://api.flutter.dev/flutter/dart-core/override-constant.html) -[bool](https://api.flutter.dev/flutter/dart-core/bool-class.html)? stringify - -_override_ - - - -

If set to true, the toString method will be overridden to output -this instance's props.

-

A global default value for stringify can be set using -EquatableConfig.stringify.

-

If this instance's stringify is set to null, the value of -EquatableConfig.stringify will be used instead. This defaults to -false.

- - - -## Implementation - -```dart -@override -bool? get stringify => true; -``` - - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationState/wrapper.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationState/wrapper.md deleted file mode 100644 index cab7f3c8..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationState/wrapper.md +++ /dev/null @@ -1,33 +0,0 @@ - - - -# wrapper property - - - - - *[](https://dart.dev/null-safety)* - - - -[SessionWrapper](../../wyatt_authentication_bloc/SessionWrapper-class.md)<Data>? wrapper - -_final_ - - - - - - -## Implementation - -```dart -final SessionWrapper? wrapper; -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationStatus.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationStatus.md deleted file mode 100644 index 2e76c5aa..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationStatus.md +++ /dev/null @@ -1,151 +0,0 @@ - - - -# AuthenticationStatus enum - - - - - *[](https://dart.dev/null-safety)* - - - -

Different authentication status

- - - -**Inheritance** - -- [Object](https://api.flutter.dev/flutter/dart-core/Object-class.html) -- [Enum](https://api.flutter.dev/flutter/dart-core/Enum-class.html) -- AuthenticationStatus - - - - - - -## Constructors - -[AuthenticationStatus](../wyatt_authentication_bloc/AuthenticationStatus/AuthenticationStatus.md) () - - _const_ - - -## Values - -##### [unknown](../wyatt_authentication_bloc/AuthenticationStatus.md) const [AuthenticationStatus](../wyatt_authentication_bloc/AuthenticationStatus.md) - - - -

At the application launch.

- - - - -##### [authenticated](../wyatt_authentication_bloc/AuthenticationStatus.md) const [AuthenticationStatus](../wyatt_authentication_bloc/AuthenticationStatus.md) - - - -

When the user is logged

- - - - -##### [unauthenticated](../wyatt_authentication_bloc/AuthenticationStatus.md) const [AuthenticationStatus](../wyatt_authentication_bloc/AuthenticationStatus.md) - - - -

When the user is not logged

- - - - - -## Properties - -##### [hashCode](https://api.flutter.dev/flutter/dart-core/Object/hashCode.html) → [int](https://api.flutter.dev/flutter/dart-core/int-class.html) - - - -The hash code for this object. -_read-onlyinherited_ - - - -##### [index](https://api.flutter.dev/flutter/dart-core/Enum/index.html) → [int](https://api.flutter.dev/flutter/dart-core/int-class.html) - - - -A numeric identifier for the enumerated value. -_read-onlyinherited_ - - - -##### [runtimeType](https://api.flutter.dev/flutter/dart-core/Object/runtimeType.html) → [Type](https://api.flutter.dev/flutter/dart-core/Type-class.html) - - - -A representation of the runtime type of the object. -_read-onlyinherited_ - - - - - -## Methods - -##### [noSuchMethod](https://api.flutter.dev/flutter/dart-core/Object/noSuchMethod.html)([Invocation](https://api.flutter.dev/flutter/dart-core/Invocation-class.html) invocation) dynamic - - - -Invoked when a non-existent method or property is accessed. -_inherited_ - - - -##### [toString](https://api.flutter.dev/flutter/dart-core/Object/toString.html)() [String](https://api.flutter.dev/flutter/dart-core/String-class.html) - - - -A string representation of this object. -_inherited_ - - - - - -## Operators - -##### [operator ==](https://api.flutter.dev/flutter/dart-core/Object/operator_equals.html)([Object](https://api.flutter.dev/flutter/dart-core/Object-class.html) other) [bool](https://api.flutter.dev/flutter/dart-core/bool-class.html) - - - -The equality operator. -_inherited_ - - - - - - - - - - -## Constants - -##### [values](../wyatt_authentication_bloc/AuthenticationStatus/values-constant.md) const [List](https://api.flutter.dev/flutter/dart-core/List-class.html)<[AuthenticationStatus](../wyatt_authentication_bloc/AuthenticationStatus.md)> - - - -A constant List of the values in this enum, in order of their declaration. - - - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationStatus/AuthenticationStatus.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationStatus/AuthenticationStatus.md deleted file mode 100644 index be2e4631..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationStatus/AuthenticationStatus.md +++ /dev/null @@ -1,25 +0,0 @@ - - - -# AuthenticationStatus constructor - - - - - *[](https://dart.dev/null-safety)* - - -const -AuthenticationStatus() - - - - - - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationStatus/values-constant.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationStatus/values-constant.md deleted file mode 100644 index 9639a71a..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/AuthenticationStatus/values-constant.md +++ /dev/null @@ -1,29 +0,0 @@ - - - -# values constant - - - - - *[](https://dart.dev/null-safety)* - - - -[List](https://api.flutter.dev/flutter/dart-core/List-class.html)<[AuthenticationStatus](../../wyatt_authentication_bloc/AuthenticationStatus.md)> const values - - - - - -

A constant List of the values in this enum, in order of their declaration.

- - - - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/BaseEditAccountCubit-class.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/BaseEditAccountCubit-class.md deleted file mode 100644 index a1d6b8f8..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/BaseEditAccountCubit-class.md +++ /dev/null @@ -1,261 +0,0 @@ - - - -# BaseEditAccountCubit<Data> class - - - - - - - *[](https://dart.dev/null-safety)* - - - -

Abstract edit account cubit useful for implementing a cubit with fine -granularity by adding only the required mixins.

- - - -**Inheritance** - -- [Object](https://api.flutter.dev/flutter/dart-core/Object-class.html) -- [BlocBase](https://pub.dev/documentation/bloc/8.1.0/bloc/BlocBase-class.html)<[EditAccountState](../wyatt_authentication_bloc/EditAccountState-class.md)> -- [Cubit](https://pub.dev/documentation/bloc/8.1.0/bloc/Cubit-class.html)<[EditAccountState](../wyatt_authentication_bloc/EditAccountState-class.md)> -- BaseEditAccountCubit - - - -**Implementers** - -- [EditAccountCubit](../wyatt_authentication_bloc/EditAccountCubit-class.md) - - - - - -## Constructors - -[BaseEditAccountCubit](../wyatt_authentication_bloc/BaseEditAccountCubit/BaseEditAccountCubit.md) ({required [AuthenticationRepository](../wyatt_authentication_bloc/AuthenticationRepository-class.md)<Data> authenticationRepository}) - - - - -## Properties - -##### [authenticationRepository](../wyatt_authentication_bloc/BaseEditAccountCubit/authenticationRepository.md) → [AuthenticationRepository](../wyatt_authentication_bloc/AuthenticationRepository-class.md)<Data> - - - - -_final_ - - - -##### [formName](../wyatt_authentication_bloc/BaseEditAccountCubit/formName.md) → [String](https://api.flutter.dev/flutter/dart-core/String-class.html) - - - - -_read-only_ - - - -##### [formRepository](../wyatt_authentication_bloc/BaseEditAccountCubit/formRepository.md) → FormRepository - - - - -_read-only_ - - - -##### [hashCode](https://api.flutter.dev/flutter/dart-core/Object/hashCode.html) → [int](https://api.flutter.dev/flutter/dart-core/int-class.html) - - - -The hash code for this object. -_read-onlyinherited_ - - - -##### [isClosed](https://pub.dev/documentation/bloc/8.1.0/bloc/BlocBase/isClosed.html) → [bool](https://api.flutter.dev/flutter/dart-core/bool-class.html) - - - -Whether the bloc is closed. -_read-onlyinherited_ - - - -##### [runtimeType](https://api.flutter.dev/flutter/dart-core/Object/runtimeType.html) → [Type](https://api.flutter.dev/flutter/dart-core/Type-class.html) - - - -A representation of the runtime type of the object. -_read-onlyinherited_ - - - -##### [state](https://pub.dev/documentation/bloc/8.1.0/bloc/BlocBase/state.html) → [EditAccountState](../wyatt_authentication_bloc/EditAccountState-class.md) - - - -The current state. -_read-onlyinherited_ - - - -##### [stream](https://pub.dev/documentation/bloc/8.1.0/bloc/BlocBase/stream.html) → [Stream](https://api.flutter.dev/flutter/dart-async/Stream-class.html)<[EditAccountState](../wyatt_authentication_bloc/EditAccountState-class.md)> - - - -The current stream of states. -_read-onlyinherited_ - - - - - -## Methods - -##### [addError](https://pub.dev/documentation/bloc/8.1.0/bloc/BlocBase/addError.html)([Object](https://api.flutter.dev/flutter/dart-core/Object-class.html) error, [[StackTrace](https://api.flutter.dev/flutter/dart-core/StackTrace-class.html)? stackTrace]) void - - - -Reports an error which triggers onError with an optional StackTrace. -_inherited_ - - - -##### [close](https://pub.dev/documentation/bloc/8.1.0/bloc/BlocBase/close.html)() [Future](https://api.flutter.dev/flutter/dart-async/Future-class.html)<void> - - - -Closes the instance. -This method should be called when the instance is no longer needed. -Once close is called, the instance can no longer be used. -_inherited_ - - - -##### [dataChanged](../wyatt_authentication_bloc/BaseEditAccountCubit/dataChanged.md)<Value>([String](https://api.flutter.dev/flutter/dart-core/String-class.html) key, FormInputValidator<Value, ValidationError> dirtyValue) [FutureOr](https://api.flutter.dev/flutter/dart-async/FutureOr-class.html)<void> - - - - - - - - -##### [emit](https://pub.dev/documentation/bloc/8.1.0/bloc/BlocBase/emit.html)([EditAccountState](../wyatt_authentication_bloc/EditAccountState-class.md) state) void - - - -Updates the state to the provided state. -emit does nothing if the state being emitted -is equal to the current state. -_inherited_ - - - -##### [noSuchMethod](https://api.flutter.dev/flutter/dart-core/Object/noSuchMethod.html)([Invocation](https://api.flutter.dev/flutter/dart-core/Invocation-class.html) invocation) dynamic - - - -Invoked when a non-existent method or property is accessed. -_inherited_ - - - -##### [onChange](https://pub.dev/documentation/bloc/8.1.0/bloc/BlocBase/onChange.html)([Change](https://pub.dev/documentation/bloc/8.1.0/bloc/Change-class.html)<[EditAccountState](../wyatt_authentication_bloc/EditAccountState-class.md)> change) void - - - -Called whenever a change occurs with the given change. -A change occurs when a new state is emitted. -onChange is called before the state of the cubit is updated. -onChange is a great spot to add logging/analytics for a specific cubit. -_inherited_ - - - -##### [onError](https://pub.dev/documentation/bloc/8.1.0/bloc/BlocBase/onError.html)([Object](https://api.flutter.dev/flutter/dart-core/Object-class.html) error, [StackTrace](https://api.flutter.dev/flutter/dart-core/StackTrace-class.html) stackTrace) void - - - -Called whenever an error occurs and notifies BlocObserver.onError. -_inherited_ - - - -##### [reset](../wyatt_authentication_bloc/BaseEditAccountCubit/reset.md)() [FutureOr](https://api.flutter.dev/flutter/dart-async/FutureOr-class.html)<void> - - - - - - - - -##### [submit](../wyatt_authentication_bloc/BaseEditAccountCubit/submit.md)() [FutureOr](https://api.flutter.dev/flutter/dart-async/FutureOr-class.html)<void> - - - - - - - - -##### [toString](https://api.flutter.dev/flutter/dart-core/Object/toString.html)() [String](https://api.flutter.dev/flutter/dart-core/String-class.html) - - - -A string representation of this object. -_inherited_ - - - -##### [update](../wyatt_authentication_bloc/BaseEditAccountCubit/update.md)(WyattForm form, {SetOperation operation = SetOperation.replace}) [FutureOr](https://api.flutter.dev/flutter/dart-async/FutureOr-class.html)<void> - - - - - - - - -##### [validate](../wyatt_authentication_bloc/BaseEditAccountCubit/validate.md)() [FutureOr](https://api.flutter.dev/flutter/dart-async/FutureOr-class.html)<void> - - - - - - - - - - -## Operators - -##### [operator ==](https://api.flutter.dev/flutter/dart-core/Object/operator_equals.html)([Object](https://api.flutter.dev/flutter/dart-core/Object-class.html) other) [bool](https://api.flutter.dev/flutter/dart-core/bool-class.html) - - - -The equality operator. -_inherited_ - - - - - - - - - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/BaseEditAccountCubit/BaseEditAccountCubit.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/BaseEditAccountCubit/BaseEditAccountCubit.md deleted file mode 100644 index 8f85be67..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/BaseEditAccountCubit/BaseEditAccountCubit.md +++ /dev/null @@ -1,37 +0,0 @@ - - - -# BaseEditAccountCubit<Data> constructor - - - - - *[](https://dart.dev/null-safety)* - - - -BaseEditAccountCubit<Data>({required [AuthenticationRepository](../../wyatt_authentication_bloc/AuthenticationRepository-class.md)<Data> authenticationRepository}) - - - - - -## Implementation - -```dart -BaseEditAccountCubit({ - required this.authenticationRepository, -}) : super( - EditAccountState( - form: authenticationRepository.formRepository - .accessForm(AuthFormName.signInForm), - ), - ); -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/BaseEditAccountCubit/authenticationRepository.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/BaseEditAccountCubit/authenticationRepository.md deleted file mode 100644 index 32cdfa2a..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/BaseEditAccountCubit/authenticationRepository.md +++ /dev/null @@ -1,33 +0,0 @@ - - - -# authenticationRepository property - - - - - *[](https://dart.dev/null-safety)* - - - -[AuthenticationRepository](../../wyatt_authentication_bloc/AuthenticationRepository-class.md)<Data> authenticationRepository - -_final_ - - - - - - -## Implementation - -```dart -final AuthenticationRepository authenticationRepository; -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/BaseEditAccountCubit/dataChanged.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/BaseEditAccountCubit/dataChanged.md deleted file mode 100644 index 1748061e..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/BaseEditAccountCubit/dataChanged.md +++ /dev/null @@ -1,53 +0,0 @@ - - - -# dataChanged<Value> method - - - - - *[](https://dart.dev/null-safety)* - - - -- @[override](https://api.flutter.dev/flutter/dart-core/override-constant.html) - -[FutureOr](https://api.flutter.dev/flutter/dart-async/FutureOr-class.html)<void> dataChanged -<Value>([String](https://api.flutter.dev/flutter/dart-core/String-class.html) key, FormInputValidator<Value, ValidationError> dirtyValue) - - - - - - - - -## Implementation - -```dart -@override -FutureOr dataChanged( - String key, - FormInputValidator dirtyValue, -) { - final form = formRepository.accessForm(formName).clone(); - - try { - form.updateValidator(key, dirtyValue); - formRepository.updateForm(form); - } catch (e) { - rethrow; - } - - emit( - EditAccountState(form: form, status: form.validate()), - ); -} -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/BaseEditAccountCubit/formName.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/BaseEditAccountCubit/formName.md deleted file mode 100644 index 3196e650..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/BaseEditAccountCubit/formName.md +++ /dev/null @@ -1,40 +0,0 @@ - - - -# formName property - - - - - *[](https://dart.dev/null-safety)* - - - - - -**Annotations** - -- @[override](https://api.flutter.dev/flutter/dart-core/override-constant.html) -[String](https://api.flutter.dev/flutter/dart-core/String-class.html) formName - - - - - - - - -## Implementation - -```dart -@override -String get formName => AuthFormName.signInForm; -``` - - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/BaseEditAccountCubit/formRepository.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/BaseEditAccountCubit/formRepository.md deleted file mode 100644 index db8665dd..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/BaseEditAccountCubit/formRepository.md +++ /dev/null @@ -1,36 +0,0 @@ - - - -# formRepository property - - - - - *[](https://dart.dev/null-safety)* - - - - - -FormRepository formRepository - - - - - - - - -## Implementation - -```dart -FormRepository get formRepository => authenticationRepository.formRepository; -``` - - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/BaseEditAccountCubit/reset.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/BaseEditAccountCubit/reset.md deleted file mode 100644 index 5344b5c4..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/BaseEditAccountCubit/reset.md +++ /dev/null @@ -1,43 +0,0 @@ - - - -# reset method - - - - - *[](https://dart.dev/null-safety)* - - - -- @[override](https://api.flutter.dev/flutter/dart-core/override-constant.html) - -[FutureOr](https://api.flutter.dev/flutter/dart-async/FutureOr-class.html)<void> reset -() - - - - - - - - -## Implementation - -```dart -@override -FutureOr reset() { - final form = state.form.reset(); - formRepository.updateForm(form); - emit( - EditAccountState(form: form, status: form.validate()), - ); -} -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/BaseEditAccountCubit/submit.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/BaseEditAccountCubit/submit.md deleted file mode 100644 index 4ae4a062..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/BaseEditAccountCubit/submit.md +++ /dev/null @@ -1,48 +0,0 @@ - - - -# submit method - - - - - *[](https://dart.dev/null-safety)* - - - -- @[override](https://api.flutter.dev/flutter/dart-core/override-constant.html) - -[FutureOr](https://api.flutter.dev/flutter/dart-async/FutureOr-class.html)<void> submit -() - - - - - - - - -## Implementation - -```dart -@override -FutureOr submit() async { - final WyattForm form = formRepository.accessForm(formName); - const error = '`submit()` is not implemented for BaseEditAccountCubit, ' - 'please use `updateEmail()` or `updatePassword()`.'; - emit( - EditAccountState( - form: form, - errorMessage: error, - status: FormStatus.submissionFailure, - ), - ); -} -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/BaseEditAccountCubit/update.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/BaseEditAccountCubit/update.md deleted file mode 100644 index f0bb65a1..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/BaseEditAccountCubit/update.md +++ /dev/null @@ -1,48 +0,0 @@ - - - -# update method - - - - - *[](https://dart.dev/null-safety)* - - - -- @[override](https://api.flutter.dev/flutter/dart-core/override-constant.html) - -[FutureOr](https://api.flutter.dev/flutter/dart-async/FutureOr-class.html)<void> update -(WyattForm form, {SetOperation operation = SetOperation.replace}) - - - - - - - - -## Implementation - -```dart -@override -FutureOr update( - WyattForm form, { - SetOperation operation = SetOperation.replace, -}) { - final WyattForm current = formRepository.accessForm(formName).clone(); - final WyattForm newForm = operation.operation.call(current, form); - formRepository.updateForm(newForm); - - emit( - EditAccountState(form: newForm, status: newForm.validate()), - ); -} -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/BaseEditAccountCubit/validate.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/BaseEditAccountCubit/validate.md deleted file mode 100644 index 73e17324..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/BaseEditAccountCubit/validate.md +++ /dev/null @@ -1,42 +0,0 @@ - - - -# validate method - - - - - *[](https://dart.dev/null-safety)* - - - -- @[override](https://api.flutter.dev/flutter/dart-core/override-constant.html) - -[FutureOr](https://api.flutter.dev/flutter/dart-async/FutureOr-class.html)<void> validate -() - - - - - - - - -## Implementation - -```dart -@override -FutureOr validate() { - final WyattForm form = formRepository.accessForm(formName); - emit( - EditAccountState(form: form, status: form.validate()), - ); -} -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/BaseSignInCubit-class.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/BaseSignInCubit-class.md deleted file mode 100644 index d56382ff..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/BaseSignInCubit-class.md +++ /dev/null @@ -1,261 +0,0 @@ - - - -# BaseSignInCubit<Data> class - - - - - - - *[](https://dart.dev/null-safety)* - - - -

Abstract sign in cubit useful for implementing a cubit with fine -granularity by adding only the required mixins.

- - - -**Inheritance** - -- [Object](https://api.flutter.dev/flutter/dart-core/Object-class.html) -- [BlocBase](https://pub.dev/documentation/bloc/8.1.0/bloc/BlocBase-class.html)<[SignInState](../wyatt_authentication_bloc/SignInState-class.md)> -- [Cubit](https://pub.dev/documentation/bloc/8.1.0/bloc/Cubit-class.html)<[SignInState](../wyatt_authentication_bloc/SignInState-class.md)> -- BaseSignInCubit - - - -**Implementers** - -- [SignInCubit](../wyatt_authentication_bloc/SignInCubit-class.md) - - - - - -## Constructors - -[BaseSignInCubit](../wyatt_authentication_bloc/BaseSignInCubit/BaseSignInCubit.md) ({required [AuthenticationRepository](../wyatt_authentication_bloc/AuthenticationRepository-class.md)<Data> authenticationRepository}) - - - - -## Properties - -##### [authenticationRepository](../wyatt_authentication_bloc/BaseSignInCubit/authenticationRepository.md) → [AuthenticationRepository](../wyatt_authentication_bloc/AuthenticationRepository-class.md)<Data> - - - - -_final_ - - - -##### [formName](../wyatt_authentication_bloc/BaseSignInCubit/formName.md) → [String](https://api.flutter.dev/flutter/dart-core/String-class.html) - - - - -_read-only_ - - - -##### [formRepository](../wyatt_authentication_bloc/BaseSignInCubit/formRepository.md) → FormRepository - - - - -_read-only_ - - - -##### [hashCode](https://api.flutter.dev/flutter/dart-core/Object/hashCode.html) → [int](https://api.flutter.dev/flutter/dart-core/int-class.html) - - - -The hash code for this object. -_read-onlyinherited_ - - - -##### [isClosed](https://pub.dev/documentation/bloc/8.1.0/bloc/BlocBase/isClosed.html) → [bool](https://api.flutter.dev/flutter/dart-core/bool-class.html) - - - -Whether the bloc is closed. -_read-onlyinherited_ - - - -##### [runtimeType](https://api.flutter.dev/flutter/dart-core/Object/runtimeType.html) → [Type](https://api.flutter.dev/flutter/dart-core/Type-class.html) - - - -A representation of the runtime type of the object. -_read-onlyinherited_ - - - -##### [state](https://pub.dev/documentation/bloc/8.1.0/bloc/BlocBase/state.html) → [SignInState](../wyatt_authentication_bloc/SignInState-class.md) - - - -The current state. -_read-onlyinherited_ - - - -##### [stream](https://pub.dev/documentation/bloc/8.1.0/bloc/BlocBase/stream.html) → [Stream](https://api.flutter.dev/flutter/dart-async/Stream-class.html)<[SignInState](../wyatt_authentication_bloc/SignInState-class.md)> - - - -The current stream of states. -_read-onlyinherited_ - - - - - -## Methods - -##### [addError](https://pub.dev/documentation/bloc/8.1.0/bloc/BlocBase/addError.html)([Object](https://api.flutter.dev/flutter/dart-core/Object-class.html) error, [[StackTrace](https://api.flutter.dev/flutter/dart-core/StackTrace-class.html)? stackTrace]) void - - - -Reports an error which triggers onError with an optional StackTrace. -_inherited_ - - - -##### [close](https://pub.dev/documentation/bloc/8.1.0/bloc/BlocBase/close.html)() [Future](https://api.flutter.dev/flutter/dart-async/Future-class.html)<void> - - - -Closes the instance. -This method should be called when the instance is no longer needed. -Once close is called, the instance can no longer be used. -_inherited_ - - - -##### [dataChanged](../wyatt_authentication_bloc/BaseSignInCubit/dataChanged.md)<Value>([String](https://api.flutter.dev/flutter/dart-core/String-class.html) key, FormInputValidator<Value, ValidationError> dirtyValue) [FutureOr](https://api.flutter.dev/flutter/dart-async/FutureOr-class.html)<void> - - - - - - - - -##### [emit](https://pub.dev/documentation/bloc/8.1.0/bloc/BlocBase/emit.html)([SignInState](../wyatt_authentication_bloc/SignInState-class.md) state) void - - - -Updates the state to the provided state. -emit does nothing if the state being emitted -is equal to the current state. -_inherited_ - - - -##### [noSuchMethod](https://api.flutter.dev/flutter/dart-core/Object/noSuchMethod.html)([Invocation](https://api.flutter.dev/flutter/dart-core/Invocation-class.html) invocation) dynamic - - - -Invoked when a non-existent method or property is accessed. -_inherited_ - - - -##### [onChange](https://pub.dev/documentation/bloc/8.1.0/bloc/BlocBase/onChange.html)([Change](https://pub.dev/documentation/bloc/8.1.0/bloc/Change-class.html)<[SignInState](../wyatt_authentication_bloc/SignInState-class.md)> change) void - - - -Called whenever a change occurs with the given change. -A change occurs when a new state is emitted. -onChange is called before the state of the cubit is updated. -onChange is a great spot to add logging/analytics for a specific cubit. -_inherited_ - - - -##### [onError](https://pub.dev/documentation/bloc/8.1.0/bloc/BlocBase/onError.html)([Object](https://api.flutter.dev/flutter/dart-core/Object-class.html) error, [StackTrace](https://api.flutter.dev/flutter/dart-core/StackTrace-class.html) stackTrace) void - - - -Called whenever an error occurs and notifies BlocObserver.onError. -_inherited_ - - - -##### [reset](../wyatt_authentication_bloc/BaseSignInCubit/reset.md)() [FutureOr](https://api.flutter.dev/flutter/dart-async/FutureOr-class.html)<void> - - - - - - - - -##### [submit](../wyatt_authentication_bloc/BaseSignInCubit/submit.md)() [FutureOr](https://api.flutter.dev/flutter/dart-async/FutureOr-class.html)<void> - - - - - - - - -##### [toString](https://api.flutter.dev/flutter/dart-core/Object/toString.html)() [String](https://api.flutter.dev/flutter/dart-core/String-class.html) - - - -A string representation of this object. -_inherited_ - - - -##### [update](../wyatt_authentication_bloc/BaseSignInCubit/update.md)(WyattForm form, {SetOperation operation = SetOperation.replace}) [FutureOr](https://api.flutter.dev/flutter/dart-async/FutureOr-class.html)<void> - - - - - - - - -##### [validate](../wyatt_authentication_bloc/BaseSignInCubit/validate.md)() [FutureOr](https://api.flutter.dev/flutter/dart-async/FutureOr-class.html)<void> - - - - - - - - - - -## Operators - -##### [operator ==](https://api.flutter.dev/flutter/dart-core/Object/operator_equals.html)([Object](https://api.flutter.dev/flutter/dart-core/Object-class.html) other) [bool](https://api.flutter.dev/flutter/dart-core/bool-class.html) - - - -The equality operator. -_inherited_ - - - - - - - - - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/BaseSignInCubit/BaseSignInCubit.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/BaseSignInCubit/BaseSignInCubit.md deleted file mode 100644 index 11cb730f..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/BaseSignInCubit/BaseSignInCubit.md +++ /dev/null @@ -1,37 +0,0 @@ - - - -# BaseSignInCubit<Data> constructor - - - - - *[](https://dart.dev/null-safety)* - - - -BaseSignInCubit<Data>({required [AuthenticationRepository](../../wyatt_authentication_bloc/AuthenticationRepository-class.md)<Data> authenticationRepository}) - - - - - -## Implementation - -```dart -BaseSignInCubit({ - required this.authenticationRepository, -}) : super( - SignInState( - form: authenticationRepository.formRepository - .accessForm(AuthFormName.signInForm), - ), - ); -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/BaseSignInCubit/authenticationRepository.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/BaseSignInCubit/authenticationRepository.md deleted file mode 100644 index 32cdfa2a..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/BaseSignInCubit/authenticationRepository.md +++ /dev/null @@ -1,33 +0,0 @@ - - - -# authenticationRepository property - - - - - *[](https://dart.dev/null-safety)* - - - -[AuthenticationRepository](../../wyatt_authentication_bloc/AuthenticationRepository-class.md)<Data> authenticationRepository - -_final_ - - - - - - -## Implementation - -```dart -final AuthenticationRepository authenticationRepository; -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/BaseSignInCubit/dataChanged.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/BaseSignInCubit/dataChanged.md deleted file mode 100644 index 2c85a80b..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/BaseSignInCubit/dataChanged.md +++ /dev/null @@ -1,53 +0,0 @@ - - - -# dataChanged<Value> method - - - - - *[](https://dart.dev/null-safety)* - - - -- @[override](https://api.flutter.dev/flutter/dart-core/override-constant.html) - -[FutureOr](https://api.flutter.dev/flutter/dart-async/FutureOr-class.html)<void> dataChanged -<Value>([String](https://api.flutter.dev/flutter/dart-core/String-class.html) key, FormInputValidator<Value, ValidationError> dirtyValue) - - - - - - - - -## Implementation - -```dart -@override -FutureOr dataChanged( - String key, - FormInputValidator dirtyValue, -) { - final form = formRepository.accessForm(formName).clone(); - - try { - form.updateValidator(key, dirtyValue); - formRepository.updateForm(form); - } catch (e) { - rethrow; - } - - emit( - SignInState(form: form, status: form.validate()), - ); -} -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/BaseSignInCubit/formName.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/BaseSignInCubit/formName.md deleted file mode 100644 index 3196e650..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/BaseSignInCubit/formName.md +++ /dev/null @@ -1,40 +0,0 @@ - - - -# formName property - - - - - *[](https://dart.dev/null-safety)* - - - - - -**Annotations** - -- @[override](https://api.flutter.dev/flutter/dart-core/override-constant.html) -[String](https://api.flutter.dev/flutter/dart-core/String-class.html) formName - - - - - - - - -## Implementation - -```dart -@override -String get formName => AuthFormName.signInForm; -``` - - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/BaseSignInCubit/formRepository.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/BaseSignInCubit/formRepository.md deleted file mode 100644 index db8665dd..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/BaseSignInCubit/formRepository.md +++ /dev/null @@ -1,36 +0,0 @@ - - - -# formRepository property - - - - - *[](https://dart.dev/null-safety)* - - - - - -FormRepository formRepository - - - - - - - - -## Implementation - -```dart -FormRepository get formRepository => authenticationRepository.formRepository; -``` - - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/BaseSignInCubit/reset.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/BaseSignInCubit/reset.md deleted file mode 100644 index 5d78a829..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/BaseSignInCubit/reset.md +++ /dev/null @@ -1,43 +0,0 @@ - - - -# reset method - - - - - *[](https://dart.dev/null-safety)* - - - -- @[override](https://api.flutter.dev/flutter/dart-core/override-constant.html) - -[FutureOr](https://api.flutter.dev/flutter/dart-async/FutureOr-class.html)<void> reset -() - - - - - - - - -## Implementation - -```dart -@override -FutureOr reset() { - final form = state.form.reset(); - formRepository.updateForm(form); - emit( - SignInState(form: form, status: form.validate()), - ); -} -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/BaseSignInCubit/submit.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/BaseSignInCubit/submit.md deleted file mode 100644 index 69de04c2..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/BaseSignInCubit/submit.md +++ /dev/null @@ -1,48 +0,0 @@ - - - -# submit method - - - - - *[](https://dart.dev/null-safety)* - - - -- @[override](https://api.flutter.dev/flutter/dart-core/override-constant.html) - -[FutureOr](https://api.flutter.dev/flutter/dart-async/FutureOr-class.html)<void> submit -() - - - - - - - - -## Implementation - -```dart -@override -FutureOr submit() async { - final WyattForm form = formRepository.accessForm(formName); - const error = '`submit()` is not implemented for BaseSignInCubit, ' - 'please use `signUpWithEmailAndPassword()`.'; - emit( - SignInState( - form: form, - errorMessage: error, - status: FormStatus.submissionFailure, - ), - ); -} -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/BaseSignInCubit/update.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/BaseSignInCubit/update.md deleted file mode 100644 index d37c336c..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/BaseSignInCubit/update.md +++ /dev/null @@ -1,48 +0,0 @@ - - - -# update method - - - - - *[](https://dart.dev/null-safety)* - - - -- @[override](https://api.flutter.dev/flutter/dart-core/override-constant.html) - -[FutureOr](https://api.flutter.dev/flutter/dart-async/FutureOr-class.html)<void> update -(WyattForm form, {SetOperation operation = SetOperation.replace}) - - - - - - - - -## Implementation - -```dart -@override -FutureOr update( - WyattForm form, { - SetOperation operation = SetOperation.replace, -}) { - final WyattForm current = formRepository.accessForm(formName).clone(); - final WyattForm newForm = operation.operation.call(current, form); - formRepository.updateForm(newForm); - - emit( - SignInState(form: newForm, status: newForm.validate()), - ); -} -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/BaseSignInCubit/validate.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/BaseSignInCubit/validate.md deleted file mode 100644 index 8dbc20d1..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/BaseSignInCubit/validate.md +++ /dev/null @@ -1,42 +0,0 @@ - - - -# validate method - - - - - *[](https://dart.dev/null-safety)* - - - -- @[override](https://api.flutter.dev/flutter/dart-core/override-constant.html) - -[FutureOr](https://api.flutter.dev/flutter/dart-async/FutureOr-class.html)<void> validate -() - - - - - - - - -## Implementation - -```dart -@override -FutureOr validate() { - final WyattForm form = formRepository.accessForm(formName); - emit( - SignInState(form: form, status: form.validate()), - ); -} -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/BaseSignUpCubit-class.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/BaseSignUpCubit-class.md deleted file mode 100644 index 4bf08947..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/BaseSignUpCubit-class.md +++ /dev/null @@ -1,261 +0,0 @@ - - - -# BaseSignUpCubit<Data> class - - - - - - - *[](https://dart.dev/null-safety)* - - - -

Abstract sign up cubit useful for implementing a cubit with fine -granularity by adding only the required mixins.

- - - -**Inheritance** - -- [Object](https://api.flutter.dev/flutter/dart-core/Object-class.html) -- [BlocBase](https://pub.dev/documentation/bloc/8.1.0/bloc/BlocBase-class.html)<[SignUpState](../wyatt_authentication_bloc/SignUpState-class.md)> -- [Cubit](https://pub.dev/documentation/bloc/8.1.0/bloc/Cubit-class.html)<[SignUpState](../wyatt_authentication_bloc/SignUpState-class.md)> -- BaseSignUpCubit - - - -**Implementers** - -- [SignUpCubit](../wyatt_authentication_bloc/SignUpCubit-class.md) - - - - - -## Constructors - -[BaseSignUpCubit](../wyatt_authentication_bloc/BaseSignUpCubit/BaseSignUpCubit.md) ({required [AuthenticationRepository](../wyatt_authentication_bloc/AuthenticationRepository-class.md)<Data> authenticationRepository}) - - - - -## Properties - -##### [authenticationRepository](../wyatt_authentication_bloc/BaseSignUpCubit/authenticationRepository.md) → [AuthenticationRepository](../wyatt_authentication_bloc/AuthenticationRepository-class.md)<Data> - - - - -_final_ - - - -##### [formName](../wyatt_authentication_bloc/BaseSignUpCubit/formName.md) → [String](https://api.flutter.dev/flutter/dart-core/String-class.html) - - - - -_read-only_ - - - -##### [formRepository](../wyatt_authentication_bloc/BaseSignUpCubit/formRepository.md) → FormRepository - - - - -_read-only_ - - - -##### [hashCode](https://api.flutter.dev/flutter/dart-core/Object/hashCode.html) → [int](https://api.flutter.dev/flutter/dart-core/int-class.html) - - - -The hash code for this object. -_read-onlyinherited_ - - - -##### [isClosed](https://pub.dev/documentation/bloc/8.1.0/bloc/BlocBase/isClosed.html) → [bool](https://api.flutter.dev/flutter/dart-core/bool-class.html) - - - -Whether the bloc is closed. -_read-onlyinherited_ - - - -##### [runtimeType](https://api.flutter.dev/flutter/dart-core/Object/runtimeType.html) → [Type](https://api.flutter.dev/flutter/dart-core/Type-class.html) - - - -A representation of the runtime type of the object. -_read-onlyinherited_ - - - -##### [state](https://pub.dev/documentation/bloc/8.1.0/bloc/BlocBase/state.html) → [SignUpState](../wyatt_authentication_bloc/SignUpState-class.md) - - - -The current state. -_read-onlyinherited_ - - - -##### [stream](https://pub.dev/documentation/bloc/8.1.0/bloc/BlocBase/stream.html) → [Stream](https://api.flutter.dev/flutter/dart-async/Stream-class.html)<[SignUpState](../wyatt_authentication_bloc/SignUpState-class.md)> - - - -The current stream of states. -_read-onlyinherited_ - - - - - -## Methods - -##### [addError](https://pub.dev/documentation/bloc/8.1.0/bloc/BlocBase/addError.html)([Object](https://api.flutter.dev/flutter/dart-core/Object-class.html) error, [[StackTrace](https://api.flutter.dev/flutter/dart-core/StackTrace-class.html)? stackTrace]) void - - - -Reports an error which triggers onError with an optional StackTrace. -_inherited_ - - - -##### [close](https://pub.dev/documentation/bloc/8.1.0/bloc/BlocBase/close.html)() [Future](https://api.flutter.dev/flutter/dart-async/Future-class.html)<void> - - - -Closes the instance. -This method should be called when the instance is no longer needed. -Once close is called, the instance can no longer be used. -_inherited_ - - - -##### [dataChanged](../wyatt_authentication_bloc/BaseSignUpCubit/dataChanged.md)<Value>([String](https://api.flutter.dev/flutter/dart-core/String-class.html) key, FormInputValidator<Value, ValidationError> dirtyValue) [FutureOr](https://api.flutter.dev/flutter/dart-async/FutureOr-class.html)<void> - - - - - - - - -##### [emit](https://pub.dev/documentation/bloc/8.1.0/bloc/BlocBase/emit.html)([SignUpState](../wyatt_authentication_bloc/SignUpState-class.md) state) void - - - -Updates the state to the provided state. -emit does nothing if the state being emitted -is equal to the current state. -_inherited_ - - - -##### [noSuchMethod](https://api.flutter.dev/flutter/dart-core/Object/noSuchMethod.html)([Invocation](https://api.flutter.dev/flutter/dart-core/Invocation-class.html) invocation) dynamic - - - -Invoked when a non-existent method or property is accessed. -_inherited_ - - - -##### [onChange](https://pub.dev/documentation/bloc/8.1.0/bloc/BlocBase/onChange.html)([Change](https://pub.dev/documentation/bloc/8.1.0/bloc/Change-class.html)<[SignUpState](../wyatt_authentication_bloc/SignUpState-class.md)> change) void - - - -Called whenever a change occurs with the given change. -A change occurs when a new state is emitted. -onChange is called before the state of the cubit is updated. -onChange is a great spot to add logging/analytics for a specific cubit. -_inherited_ - - - -##### [onError](https://pub.dev/documentation/bloc/8.1.0/bloc/BlocBase/onError.html)([Object](https://api.flutter.dev/flutter/dart-core/Object-class.html) error, [StackTrace](https://api.flutter.dev/flutter/dart-core/StackTrace-class.html) stackTrace) void - - - -Called whenever an error occurs and notifies BlocObserver.onError. -_inherited_ - - - -##### [reset](../wyatt_authentication_bloc/BaseSignUpCubit/reset.md)() [FutureOr](https://api.flutter.dev/flutter/dart-async/FutureOr-class.html)<void> - - - - - - - - -##### [submit](../wyatt_authentication_bloc/BaseSignUpCubit/submit.md)() [FutureOr](https://api.flutter.dev/flutter/dart-async/FutureOr-class.html)<void> - - - - - - - - -##### [toString](https://api.flutter.dev/flutter/dart-core/Object/toString.html)() [String](https://api.flutter.dev/flutter/dart-core/String-class.html) - - - -A string representation of this object. -_inherited_ - - - -##### [update](../wyatt_authentication_bloc/BaseSignUpCubit/update.md)(WyattForm form, {SetOperation operation = SetOperation.replace}) [FutureOr](https://api.flutter.dev/flutter/dart-async/FutureOr-class.html)<void> - - - - - - - - -##### [validate](../wyatt_authentication_bloc/BaseSignUpCubit/validate.md)() [FutureOr](https://api.flutter.dev/flutter/dart-async/FutureOr-class.html)<void> - - - - - - - - - - -## Operators - -##### [operator ==](https://api.flutter.dev/flutter/dart-core/Object/operator_equals.html)([Object](https://api.flutter.dev/flutter/dart-core/Object-class.html) other) [bool](https://api.flutter.dev/flutter/dart-core/bool-class.html) - - - -The equality operator. -_inherited_ - - - - - - - - - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/BaseSignUpCubit/BaseSignUpCubit.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/BaseSignUpCubit/BaseSignUpCubit.md deleted file mode 100644 index 00958987..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/BaseSignUpCubit/BaseSignUpCubit.md +++ /dev/null @@ -1,37 +0,0 @@ - - - -# BaseSignUpCubit<Data> constructor - - - - - *[](https://dart.dev/null-safety)* - - - -BaseSignUpCubit<Data>({required [AuthenticationRepository](../../wyatt_authentication_bloc/AuthenticationRepository-class.md)<Data> authenticationRepository}) - - - - - -## Implementation - -```dart -BaseSignUpCubit({ - required this.authenticationRepository, -}) : super( - SignUpState( - form: authenticationRepository.formRepository - .accessForm(AuthFormName.signUpForm), - ), - ); -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/BaseSignUpCubit/authenticationRepository.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/BaseSignUpCubit/authenticationRepository.md deleted file mode 100644 index 32cdfa2a..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/BaseSignUpCubit/authenticationRepository.md +++ /dev/null @@ -1,33 +0,0 @@ - - - -# authenticationRepository property - - - - - *[](https://dart.dev/null-safety)* - - - -[AuthenticationRepository](../../wyatt_authentication_bloc/AuthenticationRepository-class.md)<Data> authenticationRepository - -_final_ - - - - - - -## Implementation - -```dart -final AuthenticationRepository authenticationRepository; -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/BaseSignUpCubit/dataChanged.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/BaseSignUpCubit/dataChanged.md deleted file mode 100644 index 8583e9da..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/BaseSignUpCubit/dataChanged.md +++ /dev/null @@ -1,53 +0,0 @@ - - - -# dataChanged<Value> method - - - - - *[](https://dart.dev/null-safety)* - - - -- @[override](https://api.flutter.dev/flutter/dart-core/override-constant.html) - -[FutureOr](https://api.flutter.dev/flutter/dart-async/FutureOr-class.html)<void> dataChanged -<Value>([String](https://api.flutter.dev/flutter/dart-core/String-class.html) key, FormInputValidator<Value, ValidationError> dirtyValue) - - - - - - - - -## Implementation - -```dart -@override -FutureOr dataChanged( - String key, - FormInputValidator dirtyValue, -) { - final form = formRepository.accessForm(formName).clone(); - - try { - form.updateValidator(key, dirtyValue); - formRepository.updateForm(form); - } catch (e) { - rethrow; - } - - emit( - SignUpState(form: form, status: form.validate()), - ); -} -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/BaseSignUpCubit/formName.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/BaseSignUpCubit/formName.md deleted file mode 100644 index f79689dd..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/BaseSignUpCubit/formName.md +++ /dev/null @@ -1,40 +0,0 @@ - - - -# formName property - - - - - *[](https://dart.dev/null-safety)* - - - - - -**Annotations** - -- @[override](https://api.flutter.dev/flutter/dart-core/override-constant.html) -[String](https://api.flutter.dev/flutter/dart-core/String-class.html) formName - - - - - - - - -## Implementation - -```dart -@override -String get formName => AuthFormName.signUpForm; -``` - - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/BaseSignUpCubit/formRepository.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/BaseSignUpCubit/formRepository.md deleted file mode 100644 index db8665dd..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/BaseSignUpCubit/formRepository.md +++ /dev/null @@ -1,36 +0,0 @@ - - - -# formRepository property - - - - - *[](https://dart.dev/null-safety)* - - - - - -FormRepository formRepository - - - - - - - - -## Implementation - -```dart -FormRepository get formRepository => authenticationRepository.formRepository; -``` - - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/BaseSignUpCubit/reset.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/BaseSignUpCubit/reset.md deleted file mode 100644 index 621867ee..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/BaseSignUpCubit/reset.md +++ /dev/null @@ -1,43 +0,0 @@ - - - -# reset method - - - - - *[](https://dart.dev/null-safety)* - - - -- @[override](https://api.flutter.dev/flutter/dart-core/override-constant.html) - -[FutureOr](https://api.flutter.dev/flutter/dart-async/FutureOr-class.html)<void> reset -() - - - - - - - - -## Implementation - -```dart -@override -FutureOr reset() { - final form = state.form.reset(); - formRepository.updateForm(form); - emit( - SignUpState(form: form, status: form.validate()), - ); -} -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/BaseSignUpCubit/submit.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/BaseSignUpCubit/submit.md deleted file mode 100644 index b9699be7..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/BaseSignUpCubit/submit.md +++ /dev/null @@ -1,49 +0,0 @@ - - - -# submit method - - - - - *[](https://dart.dev/null-safety)* - - - -- @[override](https://api.flutter.dev/flutter/dart-core/override-constant.html) - -[FutureOr](https://api.flutter.dev/flutter/dart-async/FutureOr-class.html)<void> submit -() - - - - - - - - -## Implementation - -```dart -@override -FutureOr submit() async { - final WyattForm form = formRepository.accessForm(formName); - const error = '`submit()` is not implemented for BaseSignUpCubit, ' - 'please use `signUpWithEmailAndPassword()`.'; - emit( - SignUpState( - form: form, - errorMessage: error, - status: FormStatus.submissionFailure, - ), - ); - throw UnimplementedError(error); -} -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/BaseSignUpCubit/update.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/BaseSignUpCubit/update.md deleted file mode 100644 index 9cd644a4..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/BaseSignUpCubit/update.md +++ /dev/null @@ -1,51 +0,0 @@ - - - -# update method - - - - - *[](https://dart.dev/null-safety)* - - - -- @[override](https://api.flutter.dev/flutter/dart-core/override-constant.html) - -[FutureOr](https://api.flutter.dev/flutter/dart-async/FutureOr-class.html)<void> update -(WyattForm form, {SetOperation operation = SetOperation.replace}) - - - - - - - - -## Implementation - -```dart -@override -FutureOr update( - WyattForm form, { - SetOperation operation = SetOperation.replace, -}) { - final WyattForm current = formRepository.accessForm(formName).clone(); - final WyattForm newForm = operation.operation.call(current, form); - formRepository.updateForm(newForm); - - emit( - SignUpState( - form: newForm, - status: newForm.validate(), - ), - ); -} -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/BaseSignUpCubit/validate.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/BaseSignUpCubit/validate.md deleted file mode 100644 index 1eeceb04..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/BaseSignUpCubit/validate.md +++ /dev/null @@ -1,42 +0,0 @@ - - - -# validate method - - - - - *[](https://dart.dev/null-safety)* - - - -- @[override](https://api.flutter.dev/flutter/dart-core/override-constant.html) - -[FutureOr](https://api.flutter.dev/flutter/dart-async/FutureOr-class.html)<void> validate -() - - - - - - - - -## Implementation - -```dart -@override -FutureOr validate() { - final WyattForm form = formRepository.accessForm(formName); - emit( - SignUpState(form: form, status: form.validate()), - ); -} -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/BuildContextExtension.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/BuildContextExtension.md deleted file mode 100644 index 6ee49aa0..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/BuildContextExtension.md +++ /dev/null @@ -1,76 +0,0 @@ - - - -# BuildContextExtension extension -on [BuildContext](https://api.flutter.dev/flutter/widgets/BuildContext-class.html) - - - - - - - - *[](https://dart.dev/null-safety)* - - - -

Extension that helps to quickly access useful resources like wrapper, -session, account or data.

- - - - - - -## Methods - -##### [account](../wyatt_authentication_bloc/BuildContextExtension/account.md)<T extends [AuthenticationCubit](../wyatt_authentication_bloc/AuthenticationCubit-class.md)<Data>, Data>() [Account](../wyatt_authentication_bloc/Account-class.md)? - - - -Returns account - - - - -##### [data](../wyatt_authentication_bloc/BuildContextExtension/data.md)<T extends [AuthenticationCubit](../wyatt_authentication_bloc/AuthenticationCubit-class.md)<Data>, Data>() Data? - - - -Returns associated data - - - - -##### [session](../wyatt_authentication_bloc/BuildContextExtension/session.md)<T extends [AuthenticationCubit](../wyatt_authentication_bloc/AuthenticationCubit-class.md)<Data>, Data>() [Session](../wyatt_authentication_bloc/Session-class.md)<Data>? - - - -Returns session - - - - -##### [wrapper](../wyatt_authentication_bloc/BuildContextExtension/wrapper.md)<T extends [AuthenticationCubit](../wyatt_authentication_bloc/AuthenticationCubit-class.md)<Data>, Data>() [SessionWrapper](../wyatt_authentication_bloc/SessionWrapper-class.md)<Data>? - - - -Returns session wrapper - - - - - - - - - - - - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/BuildContextExtension/account.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/BuildContextExtension/account.md deleted file mode 100644 index d0f51a1f..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/BuildContextExtension/account.md +++ /dev/null @@ -1,37 +0,0 @@ - - - -# account<T extends AuthenticationCubit<Data>, Data> method - - - - - *[](https://dart.dev/null-safety)* - - - - -[Account](../../wyatt_authentication_bloc/Account-class.md)? account -<T extends AuthenticationCubit<Data>, Data>() - - - - - -

Returns account

- - - -## Implementation - -```dart -Account? account, Data>() => - watch().currentSession()?.session?.account; -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/BuildContextExtension/data.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/BuildContextExtension/data.md deleted file mode 100644 index 1958e209..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/BuildContextExtension/data.md +++ /dev/null @@ -1,37 +0,0 @@ - - - -# data<T extends AuthenticationCubit<Data>, Data> method - - - - - *[](https://dart.dev/null-safety)* - - - - -Data? data -<T extends AuthenticationCubit<Data>, Data>() - - - - - -

Returns associated data

- - - -## Implementation - -```dart -Data? data, Data>() => - watch().currentSession()?.session?.data; -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/BuildContextExtension/session.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/BuildContextExtension/session.md deleted file mode 100644 index 2d5d16b1..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/BuildContextExtension/session.md +++ /dev/null @@ -1,37 +0,0 @@ - - - -# session<T extends AuthenticationCubit<Data>, Data> method - - - - - *[](https://dart.dev/null-safety)* - - - - -[Session](../../wyatt_authentication_bloc/Session-class.md)<Data>? session -<T extends AuthenticationCubit<Data>, Data>() - - - - - -

Returns session

- - - -## Implementation - -```dart -Session? session, Data>() => - watch().currentSession()?.session; -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/BuildContextExtension/wrapper.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/BuildContextExtension/wrapper.md deleted file mode 100644 index edeb2c9e..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/BuildContextExtension/wrapper.md +++ /dev/null @@ -1,37 +0,0 @@ - - - -# wrapper<T extends AuthenticationCubit<Data>, Data> method - - - - - *[](https://dart.dev/null-safety)* - - - - -[SessionWrapper](../../wyatt_authentication_bloc/SessionWrapper-class.md)<Data>? wrapper -<T extends AuthenticationCubit<Data>, Data>() - - - - - -

Returns session wrapper

- - - -## Implementation - -```dart -SessionWrapper? wrapper, Data>() => - watch().currentSession(); -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/ConfirmPasswordResetFailureFirebase-class.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/ConfirmPasswordResetFailureFirebase-class.md deleted file mode 100644 index a9608f3c..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/ConfirmPasswordResetFailureFirebase-class.md +++ /dev/null @@ -1,137 +0,0 @@ - - - -# ConfirmPasswordResetFailureFirebase class - - - - - - - *[](https://dart.dev/null-safety)* - - - -

Thrown during the password reset process if a failure occurs.

- - - -**Inheritance** - -- [Object](https://api.flutter.dev/flutter/dart-core/Object-class.html) -- [AuthenticationFailureInterface](../wyatt_authentication_bloc/AuthenticationFailureInterface-class.md) -- [ConfirmPasswordResetFailureInterface](../wyatt_authentication_bloc/ConfirmPasswordResetFailureInterface-class.md) -- ConfirmPasswordResetFailureFirebase - - - - - - - - -## Constructors - -[ConfirmPasswordResetFailureFirebase](../wyatt_authentication_bloc/ConfirmPasswordResetFailureFirebase/ConfirmPasswordResetFailureFirebase.md) ([[String](https://api.flutter.dev/flutter/dart-core/String-class.html)? code, [String](https://api.flutter.dev/flutter/dart-core/String-class.html)? msg]) - - - -[ConfirmPasswordResetFailureFirebase.fromCode](../wyatt_authentication_bloc/ConfirmPasswordResetFailureFirebase/ConfirmPasswordResetFailureFirebase.fromCode.md) ([String](https://api.flutter.dev/flutter/dart-core/String-class.html) code) - - - - -## Properties - -##### [code](../wyatt_authentication_bloc/AuthenticationFailureInterface/code.md) ↔ [String](https://api.flutter.dev/flutter/dart-core/String-class.html) - - - - -_read / writeinherited_ - - - -##### [hashCode](https://api.flutter.dev/flutter/dart-core/Object/hashCode.html) → [int](https://api.flutter.dev/flutter/dart-core/int-class.html) - - - -The hash code for this object. -_read-onlyinherited_ - - - -##### [message](../wyatt_authentication_bloc/AuthenticationFailureInterface/message.md) → [String](https://api.flutter.dev/flutter/dart-core/String-class.html) - - - - -_read-onlyinherited_ - - - -##### [msg](../wyatt_authentication_bloc/AuthenticationFailureInterface/msg.md) ↔ [String](https://api.flutter.dev/flutter/dart-core/String-class.html) - - - - -_read / writeinherited_ - - - -##### [runtimeType](https://api.flutter.dev/flutter/dart-core/Object/runtimeType.html) → [Type](https://api.flutter.dev/flutter/dart-core/Type-class.html) - - - -A representation of the runtime type of the object. -_read-onlyinherited_ - - - - - -## Methods - -##### [noSuchMethod](https://api.flutter.dev/flutter/dart-core/Object/noSuchMethod.html)([Invocation](https://api.flutter.dev/flutter/dart-core/Invocation-class.html) invocation) dynamic - - - -Invoked when a non-existent method or property is accessed. -_inherited_ - - - -##### [toString](../wyatt_authentication_bloc/AuthenticationFailureInterface/toString.md)() [String](https://api.flutter.dev/flutter/dart-core/String-class.html) - - - -A string representation of this object. -_inherited_ - - - - - -## Operators - -##### [operator ==](https://api.flutter.dev/flutter/dart-core/Object/operator_equals.html)([Object](https://api.flutter.dev/flutter/dart-core/Object-class.html) other) [bool](https://api.flutter.dev/flutter/dart-core/bool-class.html) - - - -The equality operator. -_inherited_ - - - - - - - - - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/ConfirmPasswordResetFailureFirebase/ConfirmPasswordResetFailureFirebase.fromCode.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/ConfirmPasswordResetFailureFirebase/ConfirmPasswordResetFailureFirebase.fromCode.md deleted file mode 100644 index 4d51aa2d..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/ConfirmPasswordResetFailureFirebase/ConfirmPasswordResetFailureFirebase.fromCode.md +++ /dev/null @@ -1,30 +0,0 @@ - - - -# ConfirmPasswordResetFailureFirebase.fromCode constructor - - - - - *[](https://dart.dev/null-safety)* - - - -ConfirmPasswordResetFailureFirebase.fromCode([String](https://api.flutter.dev/flutter/dart-core/String-class.html) code) - - - - - -## Implementation - -```dart -ConfirmPasswordResetFailureFirebase.fromCode(super.code) : super.fromCode(); -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/ConfirmPasswordResetFailureFirebase/ConfirmPasswordResetFailureFirebase.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/ConfirmPasswordResetFailureFirebase/ConfirmPasswordResetFailureFirebase.md deleted file mode 100644 index 97e8c31a..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/ConfirmPasswordResetFailureFirebase/ConfirmPasswordResetFailureFirebase.md +++ /dev/null @@ -1,31 +0,0 @@ - - - -# ConfirmPasswordResetFailureFirebase constructor - - - - - *[](https://dart.dev/null-safety)* - - - -ConfirmPasswordResetFailureFirebase([[String](https://api.flutter.dev/flutter/dart-core/String-class.html)? code, [String](https://api.flutter.dev/flutter/dart-core/String-class.html)? msg]) - - - - - -## Implementation - -```dart -ConfirmPasswordResetFailureFirebase([String? code, String? msg]) - : super(code ?? 'unknown', msg ?? 'An unknown error occurred.'); -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/ConfirmPasswordResetFailureInterface-class.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/ConfirmPasswordResetFailureInterface-class.md deleted file mode 100644 index 29578d9c..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/ConfirmPasswordResetFailureInterface-class.md +++ /dev/null @@ -1,139 +0,0 @@ - - - -# ConfirmPasswordResetFailureInterface class - - - - - - - *[](https://dart.dev/null-safety)* - - - -

Thrown during the password reset process if a failure occurs.

- - - -**Inheritance** - -- [Object](https://api.flutter.dev/flutter/dart-core/Object-class.html) -- [AuthenticationFailureInterface](../wyatt_authentication_bloc/AuthenticationFailureInterface-class.md) -- ConfirmPasswordResetFailureInterface - - - -**Implementers** - -- [ConfirmPasswordResetFailureFirebase](../wyatt_authentication_bloc/ConfirmPasswordResetFailureFirebase-class.md) - - - - - -## Constructors - -[ConfirmPasswordResetFailureInterface](../wyatt_authentication_bloc/ConfirmPasswordResetFailureInterface/ConfirmPasswordResetFailureInterface.md) ([String](https://api.flutter.dev/flutter/dart-core/String-class.html) code, [String](https://api.flutter.dev/flutter/dart-core/String-class.html) msg) - -Thrown during the password reset process if a failure occurs. - -[ConfirmPasswordResetFailureInterface.fromCode](../wyatt_authentication_bloc/ConfirmPasswordResetFailureInterface/ConfirmPasswordResetFailureInterface.fromCode.md) ([String](https://api.flutter.dev/flutter/dart-core/String-class.html) code) - -Thrown during the password reset process if a failure occurs. - - -## Properties - -##### [code](../wyatt_authentication_bloc/AuthenticationFailureInterface/code.md) ↔ [String](https://api.flutter.dev/flutter/dart-core/String-class.html) - - - - -_read / writeinherited_ - - - -##### [hashCode](https://api.flutter.dev/flutter/dart-core/Object/hashCode.html) → [int](https://api.flutter.dev/flutter/dart-core/int-class.html) - - - -The hash code for this object. -_read-onlyinherited_ - - - -##### [message](../wyatt_authentication_bloc/AuthenticationFailureInterface/message.md) → [String](https://api.flutter.dev/flutter/dart-core/String-class.html) - - - - -_read-onlyinherited_ - - - -##### [msg](../wyatt_authentication_bloc/AuthenticationFailureInterface/msg.md) ↔ [String](https://api.flutter.dev/flutter/dart-core/String-class.html) - - - - -_read / writeinherited_ - - - -##### [runtimeType](https://api.flutter.dev/flutter/dart-core/Object/runtimeType.html) → [Type](https://api.flutter.dev/flutter/dart-core/Type-class.html) - - - -A representation of the runtime type of the object. -_read-onlyinherited_ - - - - - -## Methods - -##### [noSuchMethod](https://api.flutter.dev/flutter/dart-core/Object/noSuchMethod.html)([Invocation](https://api.flutter.dev/flutter/dart-core/Invocation-class.html) invocation) dynamic - - - -Invoked when a non-existent method or property is accessed. -_inherited_ - - - -##### [toString](../wyatt_authentication_bloc/AuthenticationFailureInterface/toString.md)() [String](https://api.flutter.dev/flutter/dart-core/String-class.html) - - - -A string representation of this object. -_inherited_ - - - - - -## Operators - -##### [operator ==](https://api.flutter.dev/flutter/dart-core/Object/operator_equals.html)([Object](https://api.flutter.dev/flutter/dart-core/Object-class.html) other) [bool](https://api.flutter.dev/flutter/dart-core/bool-class.html) - - - -The equality operator. -_inherited_ - - - - - - - - - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/ConfirmPasswordResetFailureInterface/ConfirmPasswordResetFailureInterface.fromCode.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/ConfirmPasswordResetFailureInterface/ConfirmPasswordResetFailureInterface.fromCode.md deleted file mode 100644 index c0177f60..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/ConfirmPasswordResetFailureInterface/ConfirmPasswordResetFailureInterface.fromCode.md +++ /dev/null @@ -1,31 +0,0 @@ - - - -# ConfirmPasswordResetFailureInterface.fromCode constructor - - - - - *[](https://dart.dev/null-safety)* - - - -ConfirmPasswordResetFailureInterface.fromCode([String](https://api.flutter.dev/flutter/dart-core/String-class.html) code) - - -

Thrown during the password reset process if a failure occurs.

- - - -## Implementation - -```dart -ConfirmPasswordResetFailureInterface.fromCode(super.code) : super.fromCode(); -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/ConfirmPasswordResetFailureInterface/ConfirmPasswordResetFailureInterface.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/ConfirmPasswordResetFailureInterface/ConfirmPasswordResetFailureInterface.md deleted file mode 100644 index 585e23fc..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/ConfirmPasswordResetFailureInterface/ConfirmPasswordResetFailureInterface.md +++ /dev/null @@ -1,31 +0,0 @@ - - - -# ConfirmPasswordResetFailureInterface constructor - - - - - *[](https://dart.dev/null-safety)* - - - -ConfirmPasswordResetFailureInterface([String](https://api.flutter.dev/flutter/dart-core/String-class.html) code, [String](https://api.flutter.dev/flutter/dart-core/String-class.html) msg) - - -

Thrown during the password reset process if a failure occurs.

- - - -## Implementation - -```dart -ConfirmPasswordResetFailureInterface(super.code, super.msg); -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/CustomRoutine-class.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/CustomRoutine-class.md deleted file mode 100644 index 8d140161..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/CustomRoutine-class.md +++ /dev/null @@ -1,139 +0,0 @@ - - - -# CustomRoutine<R, Data> class - - - - - - - *[](https://dart.dev/null-safety)* - - - -

Calls on each cubit action of this package.

-

Useful to register custom logic on pre-implemented logic.

- - - - -## Constructors - -[CustomRoutine](../wyatt_authentication_bloc/CustomRoutine/CustomRoutine.md) ({required [FutureOr](https://api.flutter.dev/flutter/dart-async/FutureOr-class.html)<Result<R, AppException>> routine(), required [FutureOr](https://api.flutter.dev/flutter/dart-async/FutureOr-class.html)<Result<Data?, AppException>> attachedLogic(Result<R, AppException> routineResult), required void onError(AppException exception), required void onSuccess(R result, Data? data)}) - - _const_ - - -## Properties - -##### [attachedLogic](../wyatt_authentication_bloc/CustomRoutine/attachedLogic.md) → [FutureOr](https://api.flutter.dev/flutter/dart-async/FutureOr-class.html)<Result<Data?, AppException>> Function(Result<R, AppException> routineResult) - - - - -_final_ - - - -##### [hashCode](https://api.flutter.dev/flutter/dart-core/Object/hashCode.html) → [int](https://api.flutter.dev/flutter/dart-core/int-class.html) - - - -The hash code for this object. -_read-onlyinherited_ - - - -##### [onError](../wyatt_authentication_bloc/CustomRoutine/onError.md) → void Function(AppException exception) - - - - -_final_ - - - -##### [onSuccess](../wyatt_authentication_bloc/CustomRoutine/onSuccess.md) → void Function(R result, Data? data) - - - - -_final_ - - - -##### [routine](../wyatt_authentication_bloc/CustomRoutine/routine.md) → [FutureOr](https://api.flutter.dev/flutter/dart-async/FutureOr-class.html)<Result<R, AppException>> Function() - - - - -_final_ - - - -##### [runtimeType](https://api.flutter.dev/flutter/dart-core/Object/runtimeType.html) → [Type](https://api.flutter.dev/flutter/dart-core/Type-class.html) - - - -A representation of the runtime type of the object. -_read-onlyinherited_ - - - - - -## Methods - -##### [call](../wyatt_authentication_bloc/CustomRoutine/call.md)() [FutureOr](https://api.flutter.dev/flutter/dart-async/FutureOr-class.html)<void> - - - - - - - - -##### [noSuchMethod](https://api.flutter.dev/flutter/dart-core/Object/noSuchMethod.html)([Invocation](https://api.flutter.dev/flutter/dart-core/Invocation-class.html) invocation) dynamic - - - -Invoked when a non-existent method or property is accessed. -_inherited_ - - - -##### [toString](https://api.flutter.dev/flutter/dart-core/Object/toString.html)() [String](https://api.flutter.dev/flutter/dart-core/String-class.html) - - - -A string representation of this object. -_inherited_ - - - - - -## Operators - -##### [operator ==](https://api.flutter.dev/flutter/dart-core/Object/operator_equals.html)([Object](https://api.flutter.dev/flutter/dart-core/Object-class.html) other) [bool](https://api.flutter.dev/flutter/dart-core/bool-class.html) - - - -The equality operator. -_inherited_ - - - - - - - - - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/CustomRoutine/CustomRoutine.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/CustomRoutine/CustomRoutine.md deleted file mode 100644 index 4e771554..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/CustomRoutine/CustomRoutine.md +++ /dev/null @@ -1,35 +0,0 @@ - - - -# CustomRoutine<R, Data> constructor - - - - - *[](https://dart.dev/null-safety)* - - -const -CustomRoutine<R, Data>({required [FutureOr](https://api.flutter.dev/flutter/dart-async/FutureOr-class.html)<Result<R, AppException>> routine(), required [FutureOr](https://api.flutter.dev/flutter/dart-async/FutureOr-class.html)<Result<Data?, AppException>> attachedLogic(Result<R, AppException> routineResult), required void onError(AppException exception), required void onSuccess(R result, Data? data)}) - - - - - -## Implementation - -```dart -const CustomRoutine({ - required this.routine, - required this.attachedLogic, - required this.onError, - required this.onSuccess, -}); -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/CustomRoutine/attachedLogic.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/CustomRoutine/attachedLogic.md deleted file mode 100644 index 0486eb86..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/CustomRoutine/attachedLogic.md +++ /dev/null @@ -1,35 +0,0 @@ - - - -# attachedLogic property - - - - - *[](https://dart.dev/null-safety)* - - - -[FutureOr](https://api.flutter.dev/flutter/dart-async/FutureOr-class.html)<Result<Data?, AppException>> Function(Result<R, AppException> routineResult) attachedLogic - -_final_ - - - - - - -## Implementation - -```dart -final FutureOr> Function( - Result routineResult, -) attachedLogic; -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/CustomRoutine/call.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/CustomRoutine/call.md deleted file mode 100644 index a03b3b8b..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/CustomRoutine/call.md +++ /dev/null @@ -1,55 +0,0 @@ - - - -# call method - - - - - *[](https://dart.dev/null-safety)* - - - - -[FutureOr](https://api.flutter.dev/flutter/dart-async/FutureOr-class.html)<void> call -() - - - - - - - - -## Implementation - -```dart -FutureOr call() async { - final result = await routine.call(); - - // Call custom logic - final customRoutineResult = await attachedLogic.call(result); - - // Check for errors - if (result.isErr) { - onError.call(result.err!); - - return; - } - if (customRoutineResult.isErr) { - onError.call(customRoutineResult.err!); - - return; - } - - // If no error - return onSuccess.call(result.ok as R, customRoutineResult.ok); -} -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/CustomRoutine/onError.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/CustomRoutine/onError.md deleted file mode 100644 index 540b3834..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/CustomRoutine/onError.md +++ /dev/null @@ -1,33 +0,0 @@ - - - -# onError property - - - - - *[](https://dart.dev/null-safety)* - - - -void Function(AppException exception) onError - -_final_ - - - - - - -## Implementation - -```dart -final void Function(AppException exception) onError; -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/CustomRoutine/onSuccess.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/CustomRoutine/onSuccess.md deleted file mode 100644 index 0232c8c7..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/CustomRoutine/onSuccess.md +++ /dev/null @@ -1,33 +0,0 @@ - - - -# onSuccess property - - - - - *[](https://dart.dev/null-safety)* - - - -void Function(R result, Data? data) onSuccess - -_final_ - - - - - - -## Implementation - -```dart -final void Function(R result, Data? data) onSuccess; -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/CustomRoutine/routine.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/CustomRoutine/routine.md deleted file mode 100644 index 9359edea..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/CustomRoutine/routine.md +++ /dev/null @@ -1,33 +0,0 @@ - - - -# routine property - - - - - *[](https://dart.dev/null-safety)* - - - -[FutureOr](https://api.flutter.dev/flutter/dart-async/FutureOr-class.html)<Result<R, AppException>> Function() routine - -_final_ - - - - - - -## Implementation - -```dart -final FutureOr> Function() routine; -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/DeleteAccountFailureFirebase-class.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/DeleteAccountFailureFirebase-class.md deleted file mode 100644 index b7283c93..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/DeleteAccountFailureFirebase-class.md +++ /dev/null @@ -1,137 +0,0 @@ - - - -# DeleteAccountFailureFirebase class - - - - - - - *[](https://dart.dev/null-safety)* - - - -

Thrown during the account deletion if a failure occurs.

- - - -**Inheritance** - -- [Object](https://api.flutter.dev/flutter/dart-core/Object-class.html) -- [AuthenticationFailureInterface](../wyatt_authentication_bloc/AuthenticationFailureInterface-class.md) -- [DeleteAccountFailureInterface](../wyatt_authentication_bloc/DeleteAccountFailureInterface-class.md) -- DeleteAccountFailureFirebase - - - - - - - - -## Constructors - -[DeleteAccountFailureFirebase](../wyatt_authentication_bloc/DeleteAccountFailureFirebase/DeleteAccountFailureFirebase.md) ([[String](https://api.flutter.dev/flutter/dart-core/String-class.html)? code, [String](https://api.flutter.dev/flutter/dart-core/String-class.html)? msg]) - - - -[DeleteAccountFailureFirebase.fromCode](../wyatt_authentication_bloc/DeleteAccountFailureFirebase/DeleteAccountFailureFirebase.fromCode.md) ([String](https://api.flutter.dev/flutter/dart-core/String-class.html) code) - - - - -## Properties - -##### [code](../wyatt_authentication_bloc/AuthenticationFailureInterface/code.md) ↔ [String](https://api.flutter.dev/flutter/dart-core/String-class.html) - - - - -_read / writeinherited_ - - - -##### [hashCode](https://api.flutter.dev/flutter/dart-core/Object/hashCode.html) → [int](https://api.flutter.dev/flutter/dart-core/int-class.html) - - - -The hash code for this object. -_read-onlyinherited_ - - - -##### [message](../wyatt_authentication_bloc/AuthenticationFailureInterface/message.md) → [String](https://api.flutter.dev/flutter/dart-core/String-class.html) - - - - -_read-onlyinherited_ - - - -##### [msg](../wyatt_authentication_bloc/AuthenticationFailureInterface/msg.md) ↔ [String](https://api.flutter.dev/flutter/dart-core/String-class.html) - - - - -_read / writeinherited_ - - - -##### [runtimeType](https://api.flutter.dev/flutter/dart-core/Object/runtimeType.html) → [Type](https://api.flutter.dev/flutter/dart-core/Type-class.html) - - - -A representation of the runtime type of the object. -_read-onlyinherited_ - - - - - -## Methods - -##### [noSuchMethod](https://api.flutter.dev/flutter/dart-core/Object/noSuchMethod.html)([Invocation](https://api.flutter.dev/flutter/dart-core/Invocation-class.html) invocation) dynamic - - - -Invoked when a non-existent method or property is accessed. -_inherited_ - - - -##### [toString](../wyatt_authentication_bloc/AuthenticationFailureInterface/toString.md)() [String](https://api.flutter.dev/flutter/dart-core/String-class.html) - - - -A string representation of this object. -_inherited_ - - - - - -## Operators - -##### [operator ==](https://api.flutter.dev/flutter/dart-core/Object/operator_equals.html)([Object](https://api.flutter.dev/flutter/dart-core/Object-class.html) other) [bool](https://api.flutter.dev/flutter/dart-core/bool-class.html) - - - -The equality operator. -_inherited_ - - - - - - - - - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/DeleteAccountFailureFirebase/DeleteAccountFailureFirebase.fromCode.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/DeleteAccountFailureFirebase/DeleteAccountFailureFirebase.fromCode.md deleted file mode 100644 index 8c43e144..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/DeleteAccountFailureFirebase/DeleteAccountFailureFirebase.fromCode.md +++ /dev/null @@ -1,39 +0,0 @@ - - - -# DeleteAccountFailureFirebase.fromCode constructor - - - - - *[](https://dart.dev/null-safety)* - - - -DeleteAccountFailureFirebase.fromCode([String](https://api.flutter.dev/flutter/dart-core/String-class.html) code) - - - - - -## Implementation - -```dart -DeleteAccountFailureFirebase.fromCode(String code) : super.fromCode(code) { - switch (code) { - case 'requires-recent-login': - msg = "User's last sign-in time does not meet the security threshold."; - break; - default: - this.code = 'unknown'; - msg = 'An unknown error occurred.'; - } -} -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/DeleteAccountFailureFirebase/DeleteAccountFailureFirebase.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/DeleteAccountFailureFirebase/DeleteAccountFailureFirebase.md deleted file mode 100644 index e9be7130..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/DeleteAccountFailureFirebase/DeleteAccountFailureFirebase.md +++ /dev/null @@ -1,31 +0,0 @@ - - - -# DeleteAccountFailureFirebase constructor - - - - - *[](https://dart.dev/null-safety)* - - - -DeleteAccountFailureFirebase([[String](https://api.flutter.dev/flutter/dart-core/String-class.html)? code, [String](https://api.flutter.dev/flutter/dart-core/String-class.html)? msg]) - - - - - -## Implementation - -```dart -DeleteAccountFailureFirebase([String? code, String? msg]) - : super(code ?? 'unknown', msg ?? 'An unknown error occurred.'); -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/DeleteAccountFailureInterface-class.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/DeleteAccountFailureInterface-class.md deleted file mode 100644 index 78a6a6f7..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/DeleteAccountFailureInterface-class.md +++ /dev/null @@ -1,139 +0,0 @@ - - - -# DeleteAccountFailureInterface class - - - - - - - *[](https://dart.dev/null-safety)* - - - -

Thrown during the account deletion if a failure occurs.

- - - -**Inheritance** - -- [Object](https://api.flutter.dev/flutter/dart-core/Object-class.html) -- [AuthenticationFailureInterface](../wyatt_authentication_bloc/AuthenticationFailureInterface-class.md) -- DeleteAccountFailureInterface - - - -**Implementers** - -- [DeleteAccountFailureFirebase](../wyatt_authentication_bloc/DeleteAccountFailureFirebase-class.md) - - - - - -## Constructors - -[DeleteAccountFailureInterface](../wyatt_authentication_bloc/DeleteAccountFailureInterface/DeleteAccountFailureInterface.md) ([String](https://api.flutter.dev/flutter/dart-core/String-class.html) code, [String](https://api.flutter.dev/flutter/dart-core/String-class.html) msg) - - - -[DeleteAccountFailureInterface.fromCode](../wyatt_authentication_bloc/DeleteAccountFailureInterface/DeleteAccountFailureInterface.fromCode.md) ([String](https://api.flutter.dev/flutter/dart-core/String-class.html) code) - - - - -## Properties - -##### [code](../wyatt_authentication_bloc/AuthenticationFailureInterface/code.md) ↔ [String](https://api.flutter.dev/flutter/dart-core/String-class.html) - - - - -_read / writeinherited_ - - - -##### [hashCode](https://api.flutter.dev/flutter/dart-core/Object/hashCode.html) → [int](https://api.flutter.dev/flutter/dart-core/int-class.html) - - - -The hash code for this object. -_read-onlyinherited_ - - - -##### [message](../wyatt_authentication_bloc/AuthenticationFailureInterface/message.md) → [String](https://api.flutter.dev/flutter/dart-core/String-class.html) - - - - -_read-onlyinherited_ - - - -##### [msg](../wyatt_authentication_bloc/AuthenticationFailureInterface/msg.md) ↔ [String](https://api.flutter.dev/flutter/dart-core/String-class.html) - - - - -_read / writeinherited_ - - - -##### [runtimeType](https://api.flutter.dev/flutter/dart-core/Object/runtimeType.html) → [Type](https://api.flutter.dev/flutter/dart-core/Type-class.html) - - - -A representation of the runtime type of the object. -_read-onlyinherited_ - - - - - -## Methods - -##### [noSuchMethod](https://api.flutter.dev/flutter/dart-core/Object/noSuchMethod.html)([Invocation](https://api.flutter.dev/flutter/dart-core/Invocation-class.html) invocation) dynamic - - - -Invoked when a non-existent method or property is accessed. -_inherited_ - - - -##### [toString](../wyatt_authentication_bloc/AuthenticationFailureInterface/toString.md)() [String](https://api.flutter.dev/flutter/dart-core/String-class.html) - - - -A string representation of this object. -_inherited_ - - - - - -## Operators - -##### [operator ==](https://api.flutter.dev/flutter/dart-core/Object/operator_equals.html)([Object](https://api.flutter.dev/flutter/dart-core/Object-class.html) other) [bool](https://api.flutter.dev/flutter/dart-core/bool-class.html) - - - -The equality operator. -_inherited_ - - - - - - - - - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/DeleteAccountFailureInterface/DeleteAccountFailureInterface.fromCode.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/DeleteAccountFailureInterface/DeleteAccountFailureInterface.fromCode.md deleted file mode 100644 index 7e18dc37..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/DeleteAccountFailureInterface/DeleteAccountFailureInterface.fromCode.md +++ /dev/null @@ -1,30 +0,0 @@ - - - -# DeleteAccountFailureInterface.fromCode constructor - - - - - *[](https://dart.dev/null-safety)* - - - -DeleteAccountFailureInterface.fromCode([String](https://api.flutter.dev/flutter/dart-core/String-class.html) code) - - - - - -## Implementation - -```dart -DeleteAccountFailureInterface.fromCode(super.code) : super.fromCode(); -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/DeleteAccountFailureInterface/DeleteAccountFailureInterface.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/DeleteAccountFailureInterface/DeleteAccountFailureInterface.md deleted file mode 100644 index 09759d9d..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/DeleteAccountFailureInterface/DeleteAccountFailureInterface.md +++ /dev/null @@ -1,30 +0,0 @@ - - - -# DeleteAccountFailureInterface constructor - - - - - *[](https://dart.dev/null-safety)* - - - -DeleteAccountFailureInterface([String](https://api.flutter.dev/flutter/dart-core/String-class.html) code, [String](https://api.flutter.dev/flutter/dart-core/String-class.html) msg) - - - - - -## Implementation - -```dart -DeleteAccountFailureInterface(super.code, super.msg); -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/DeletedEvent-class.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/DeletedEvent-class.md deleted file mode 100644 index 9ada8b22..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/DeletedEvent-class.md +++ /dev/null @@ -1,126 +0,0 @@ - - - -# DeletedEvent class - - - - - - - *[](https://dart.dev/null-safety)* - - - -

When a user deleted his account.

- - - -**Inheritance** - -- [Object](https://api.flutter.dev/flutter/dart-core/Object-class.html) -- [Equatable](https://pub.dev/documentation/equatable/2.0.5/equatable/Equatable-class.html) -- [AuthenticationChangeEvent](../wyatt_authentication_bloc/AuthenticationChangeEvent-class.md) -- DeletedEvent - - - - - - - - -## Constructors - -[DeletedEvent](../wyatt_authentication_bloc/DeletedEvent/DeletedEvent.md) () - - _const_ - - -## Properties - -##### [hashCode](https://pub.dev/documentation/equatable/2.0.5/equatable/Equatable/hashCode.html) → [int](https://api.flutter.dev/flutter/dart-core/int-class.html) - - - -The hash code for this object. -_read-onlyinherited_ - - - -##### [props](../wyatt_authentication_bloc/AuthenticationChangeEvent/props.md) → [List](https://api.flutter.dev/flutter/dart-core/List-class.html)<[Object](https://api.flutter.dev/flutter/dart-core/Object-class.html)?> - - - -The list of properties that will be used to determine whether -two instances are equal. -_read-onlyinherited_ - - - -##### [runtimeType](https://api.flutter.dev/flutter/dart-core/Object/runtimeType.html) → [Type](https://api.flutter.dev/flutter/dart-core/Type-class.html) - - - -A representation of the runtime type of the object. -_read-onlyinherited_ - - - -##### [stringify](../wyatt_authentication_bloc/AuthenticationChangeEvent/stringify.md) → [bool](https://api.flutter.dev/flutter/dart-core/bool-class.html) - - - -If set to true, the toString method will be overridden to output -this instance's props. -_read-onlyinherited_ - - - - - -## Methods - -##### [noSuchMethod](https://api.flutter.dev/flutter/dart-core/Object/noSuchMethod.html)([Invocation](https://api.flutter.dev/flutter/dart-core/Invocation-class.html) invocation) dynamic - - - -Invoked when a non-existent method or property is accessed. -_inherited_ - - - -##### [toString](https://pub.dev/documentation/equatable/2.0.5/equatable/Equatable/toString.html)() [String](https://api.flutter.dev/flutter/dart-core/String-class.html) - - - -A string representation of this object. -_inherited_ - - - - - -## Operators - -##### [operator ==](https://pub.dev/documentation/equatable/2.0.5/equatable/Equatable/operator_equals.html)([Object](https://api.flutter.dev/flutter/dart-core/Object-class.html) other) [bool](https://api.flutter.dev/flutter/dart-core/bool-class.html) - - - -The equality operator. -_inherited_ - - - - - - - - - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/DeletedEvent/DeletedEvent.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/DeletedEvent/DeletedEvent.md deleted file mode 100644 index 3d031272..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/DeletedEvent/DeletedEvent.md +++ /dev/null @@ -1,30 +0,0 @@ - - - -# DeletedEvent constructor - - - - - *[](https://dart.dev/null-safety)* - - -const -DeletedEvent() - - - - - -## Implementation - -```dart -const DeletedEvent(); -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/EditAccountCubit-class.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/EditAccountCubit-class.md deleted file mode 100644 index 34e20299..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/EditAccountCubit-class.md +++ /dev/null @@ -1,335 +0,0 @@ - - - -# EditAccountCubit<Data> class - - - - - - - *[](https://dart.dev/null-safety)* - - - -

Fully featured edit account cubit.

-

Sufficient in most cases. (Where fine granularity is not required.)

- - - -**Inheritance** - -- [Object](https://api.flutter.dev/flutter/dart-core/Object-class.html) -- [BlocBase](https://pub.dev/documentation/bloc/8.1.0/bloc/BlocBase-class.html)<[EditAccountState](../wyatt_authentication_bloc/EditAccountState-class.md)> -- [Cubit](https://pub.dev/documentation/bloc/8.1.0/bloc/Cubit-class.html)<[EditAccountState](../wyatt_authentication_bloc/EditAccountState-class.md)> -- [BaseEditAccountCubit](../wyatt_authentication_bloc/BaseEditAccountCubit-class.md)<Data> -- EditAccountCubit - - -**Mixed in types** - -- [UpdateEmail](../wyatt_authentication_bloc/UpdateEmail-mixin.md)<Data> -- [UpdatePassword](../wyatt_authentication_bloc/UpdatePassword-mixin.md)<Data> - - - - - - -## Constructors - -[EditAccountCubit](../wyatt_authentication_bloc/EditAccountCubit/EditAccountCubit.md) ({required [AuthenticationRepository](../wyatt_authentication_bloc/AuthenticationRepository-class.md)<Data> authenticationRepository}) - - - - -## Properties - -##### [authenticationRepository](../wyatt_authentication_bloc/BaseEditAccountCubit/authenticationRepository.md) → [AuthenticationRepository](../wyatt_authentication_bloc/AuthenticationRepository-class.md)<Data> - - - - -_finalinherited_ - - - -##### [formName](../wyatt_authentication_bloc/BaseEditAccountCubit/formName.md) → [String](https://api.flutter.dev/flutter/dart-core/String-class.html) - - - - -_read-onlyinherited_ - - - -##### [formRepository](../wyatt_authentication_bloc/BaseEditAccountCubit/formRepository.md) → FormRepository - - - - -_read-onlyinherited_ - - - -##### [hashCode](https://api.flutter.dev/flutter/dart-core/Object/hashCode.html) → [int](https://api.flutter.dev/flutter/dart-core/int-class.html) - - - -The hash code for this object. -_read-onlyinherited_ - - - -##### [isClosed](https://pub.dev/documentation/bloc/8.1.0/bloc/BlocBase/isClosed.html) → [bool](https://api.flutter.dev/flutter/dart-core/bool-class.html) - - - -Whether the bloc is closed. -_read-onlyinherited_ - - - -##### [runtimeType](https://api.flutter.dev/flutter/dart-core/Object/runtimeType.html) → [Type](https://api.flutter.dev/flutter/dart-core/Type-class.html) - - - -A representation of the runtime type of the object. -_read-onlyinherited_ - - - -##### [state](https://pub.dev/documentation/bloc/8.1.0/bloc/BlocBase/state.html) → [EditAccountState](../wyatt_authentication_bloc/EditAccountState-class.md) - - - -The current state. -_read-onlyinherited_ - - - -##### [stream](https://pub.dev/documentation/bloc/8.1.0/bloc/BlocBase/stream.html) → [Stream](https://api.flutter.dev/flutter/dart-async/Stream-class.html)<[EditAccountState](../wyatt_authentication_bloc/EditAccountState-class.md)> - - - -The current stream of states. -_read-onlyinherited_ - - - - - -## Methods - -##### [addError](https://pub.dev/documentation/bloc/8.1.0/bloc/BlocBase/addError.html)([Object](https://api.flutter.dev/flutter/dart-core/Object-class.html) error, [[StackTrace](https://api.flutter.dev/flutter/dart-core/StackTrace-class.html)? stackTrace]) void - - - -Reports an error which triggers onError with an optional StackTrace. -_inherited_ - - - -##### [close](https://pub.dev/documentation/bloc/8.1.0/bloc/BlocBase/close.html)() [Future](https://api.flutter.dev/flutter/dart-async/Future-class.html)<void> - - - -Closes the instance. -This method should be called when the instance is no longer needed. -Once close is called, the instance can no longer be used. -_inherited_ - - - -##### [dataChanged](../wyatt_authentication_bloc/BaseEditAccountCubit/dataChanged.md)<Value>([String](https://api.flutter.dev/flutter/dart-core/String-class.html) key, FormInputValidator<Value, ValidationError> dirtyValue) [FutureOr](https://api.flutter.dev/flutter/dart-async/FutureOr-class.html)<void> - - - - -_inherited_ - - - -##### [emailChanged](../wyatt_authentication_bloc/UpdateEmail/emailChanged.md)([String](https://api.flutter.dev/flutter/dart-core/String-class.html) value) void - - - - -_inherited_ - - - -##### [emailCustomChanged](../wyatt_authentication_bloc/UpdateEmail/emailCustomChanged.md)<Validator extends FormInputValidator<[String](https://api.flutter.dev/flutter/dart-core/String-class.html)?, ValidationError>>(Validator validator) void - - - -Same as emailChanged but with a custom Validator. -_inherited_ - - - -##### [emit](https://pub.dev/documentation/bloc/8.1.0/bloc/BlocBase/emit.html)([EditAccountState](../wyatt_authentication_bloc/EditAccountState-class.md) state) void - - - -Updates the state to the provided state. -emit does nothing if the state being emitted -is equal to the current state. -_inherited_ - - - -##### [noSuchMethod](https://api.flutter.dev/flutter/dart-core/Object/noSuchMethod.html)([Invocation](https://api.flutter.dev/flutter/dart-core/Invocation-class.html) invocation) dynamic - - - -Invoked when a non-existent method or property is accessed. -_inherited_ - - - -##### [onChange](https://pub.dev/documentation/bloc/8.1.0/bloc/BlocBase/onChange.html)([Change](https://pub.dev/documentation/bloc/8.1.0/bloc/Change-class.html)<[EditAccountState](../wyatt_authentication_bloc/EditAccountState-class.md)> change) void - - - -Called whenever a change occurs with the given change. -A change occurs when a new state is emitted. -onChange is called before the state of the cubit is updated. -onChange is a great spot to add logging/analytics for a specific cubit. -_inherited_ - - - -##### [onEmailUpdated](../wyatt_authentication_bloc/EditAccountCubit/onEmailUpdated.md)(Result<[Account](../wyatt_authentication_bloc/Account-class.md), AppException> result, WyattForm form) FutureOrResult<Data?> - - - -This callback is triggered when user updates his email -_override_ - - - -##### [onError](https://pub.dev/documentation/bloc/8.1.0/bloc/BlocBase/onError.html)([Object](https://api.flutter.dev/flutter/dart-core/Object-class.html) error, [StackTrace](https://api.flutter.dev/flutter/dart-core/StackTrace-class.html) stackTrace) void - - - -Called whenever an error occurs and notifies BlocObserver.onError. -_inherited_ - - - -##### [onPasswordUpdated](../wyatt_authentication_bloc/EditAccountCubit/onPasswordUpdated.md)(Result<[Account](../wyatt_authentication_bloc/Account-class.md), AppException> result, WyattForm form) FutureOrResult<Data?> - - - -This callback is triggered when a user edits his password. -_override_ - - - -##### [passwordChanged](../wyatt_authentication_bloc/UpdatePassword/passwordChanged.md)([String](https://api.flutter.dev/flutter/dart-core/String-class.html) value) void - - - - -_inherited_ - - - -##### [passwordCustomChanged](../wyatt_authentication_bloc/UpdatePassword/passwordCustomChanged.md)<Validator extends FormInputValidator<[String](https://api.flutter.dev/flutter/dart-core/String-class.html)?, ValidationError>>(Validator validator) void - - - -Same as passwordChanged but with a custom Validator. -_inherited_ - - - -##### [reset](../wyatt_authentication_bloc/BaseEditAccountCubit/reset.md)() [FutureOr](https://api.flutter.dev/flutter/dart-async/FutureOr-class.html)<void> - - - - -_inherited_ - - - -##### [submit](../wyatt_authentication_bloc/BaseEditAccountCubit/submit.md)() [FutureOr](https://api.flutter.dev/flutter/dart-async/FutureOr-class.html)<void> - - - - -_inherited_ - - - -##### [toString](https://api.flutter.dev/flutter/dart-core/Object/toString.html)() [String](https://api.flutter.dev/flutter/dart-core/String-class.html) - - - -A string representation of this object. -_inherited_ - - - -##### [update](../wyatt_authentication_bloc/BaseEditAccountCubit/update.md)(WyattForm form, {SetOperation operation = SetOperation.replace}) [FutureOr](https://api.flutter.dev/flutter/dart-async/FutureOr-class.html)<void> - - - - -_inherited_ - - - -##### [updateEmail](../wyatt_authentication_bloc/UpdateEmail/updateEmail.md)() [FutureOr](https://api.flutter.dev/flutter/dart-async/FutureOr-class.html)<void> - - - -Update or add email. -_inherited_ - - - -##### [updatePassword](../wyatt_authentication_bloc/UpdatePassword/updatePassword.md)() [FutureOr](https://api.flutter.dev/flutter/dart-async/FutureOr-class.html)<void> - - - -Update or add password. -_inherited_ - - - -##### [validate](../wyatt_authentication_bloc/BaseEditAccountCubit/validate.md)() [FutureOr](https://api.flutter.dev/flutter/dart-async/FutureOr-class.html)<void> - - - - -_inherited_ - - - - - -## Operators - -##### [operator ==](https://api.flutter.dev/flutter/dart-core/Object/operator_equals.html)([Object](https://api.flutter.dev/flutter/dart-core/Object-class.html) other) [bool](https://api.flutter.dev/flutter/dart-core/bool-class.html) - - - -The equality operator. -_inherited_ - - - - - - - - - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/EditAccountCubit/EditAccountCubit.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/EditAccountCubit/EditAccountCubit.md deleted file mode 100644 index 801c095c..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/EditAccountCubit/EditAccountCubit.md +++ /dev/null @@ -1,30 +0,0 @@ - - - -# EditAccountCubit<Data> constructor - - - - - *[](https://dart.dev/null-safety)* - - - -EditAccountCubit<Data>({required [AuthenticationRepository](../../wyatt_authentication_bloc/AuthenticationRepository-class.md)<Data> authenticationRepository}) - - - - - -## Implementation - -```dart -EditAccountCubit({required super.authenticationRepository}); -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/EditAccountCubit/onEmailUpdated.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/EditAccountCubit/onEmailUpdated.md deleted file mode 100644 index bc18c4b1..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/EditAccountCubit/onEmailUpdated.md +++ /dev/null @@ -1,42 +0,0 @@ - - - -# onEmailUpdated method - - - - - *[](https://dart.dev/null-safety)* - - - -- @[override](https://api.flutter.dev/flutter/dart-core/override-constant.html) - -FutureOrResult<Data?> onEmailUpdated -(Result<[Account](../../wyatt_authentication_bloc/Account-class.md), AppException> result, WyattForm form) - -_override_ - - - -

This callback is triggered when user updates his email

- - - -## Implementation - -```dart -@override -FutureOrResult onEmailUpdated( - Result result, - WyattForm form, -) => - const Ok(null); -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/EditAccountCubit/onPasswordUpdated.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/EditAccountCubit/onPasswordUpdated.md deleted file mode 100644 index c506f486..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/EditAccountCubit/onPasswordUpdated.md +++ /dev/null @@ -1,42 +0,0 @@ - - - -# onPasswordUpdated method - - - - - *[](https://dart.dev/null-safety)* - - - -- @[override](https://api.flutter.dev/flutter/dart-core/override-constant.html) - -FutureOrResult<Data?> onPasswordUpdated -(Result<[Account](../../wyatt_authentication_bloc/Account-class.md), AppException> result, WyattForm form) - -_override_ - - - -

This callback is triggered when a user edits his password.

- - - -## Implementation - -```dart -@override -FutureOrResult onPasswordUpdated( - Result result, - WyattForm form, -) => - const Ok(null); -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/EditAccountListener-class.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/EditAccountListener-class.md deleted file mode 100644 index a6da474c..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/EditAccountListener-class.md +++ /dev/null @@ -1,236 +0,0 @@ - - - -# EditAccountListener<Data> class - - - - - - - *[](https://dart.dev/null-safety)* - - - -

Widget that listens and builds a child based on the state of -the edit account cubit

- - - -**Inheritance** - -- [Object](https://api.flutter.dev/flutter/dart-core/Object-class.html) -- [DiagnosticableTree](https://api.flutter.dev/flutter/foundation/DiagnosticableTree-class.html) -- [Widget](https://api.flutter.dev/flutter/widgets/Widget-class.html) -- [StatelessWidget](https://api.flutter.dev/flutter/widgets/StatelessWidget-class.html) -- EditAccountListener - - - - - - - - -## Constructors - -[EditAccountListener](../wyatt_authentication_bloc/EditAccountListener/EditAccountListener.md) ({required [Widget](https://api.flutter.dev/flutter/widgets/Widget-class.html) child, void onProgress([BuildContext](https://api.flutter.dev/flutter/widgets/BuildContext-class.html) context)?, void onSuccess([BuildContext](https://api.flutter.dev/flutter/widgets/BuildContext-class.html) context)?, void onError([BuildContext](https://api.flutter.dev/flutter/widgets/BuildContext-class.html) context, FormStatus status, [String](https://api.flutter.dev/flutter/dart-core/String-class.html)? errorMessage)?, void customBuilder([BuildContext](https://api.flutter.dev/flutter/widgets/BuildContext-class.html) context, [EditAccountState](../wyatt_authentication_bloc/EditAccountState-class.md) state)?, [Key](https://api.flutter.dev/flutter/foundation/Key-class.html)? key}) - - _const_ - - -## Properties - -##### [child](../wyatt_authentication_bloc/EditAccountListener/child.md) → [Widget](https://api.flutter.dev/flutter/widgets/Widget-class.html) - - - - -_final_ - - - -##### [customBuilder](../wyatt_authentication_bloc/EditAccountListener/customBuilder.md) → (void Function([BuildContext](https://api.flutter.dev/flutter/widgets/BuildContext-class.html) context, [EditAccountState](../wyatt_authentication_bloc/EditAccountState-class.md) state)?) - - - - -_final_ - - - -##### [hashCode](https://api.flutter.dev/flutter/widgets/Widget/hashCode.html) → [int](https://api.flutter.dev/flutter/dart-core/int-class.html) - - - -The hash code for this object. -_read-onlyinherited_ - - - -##### [key](https://api.flutter.dev/flutter/widgets/Widget/key.html) → [Key](https://api.flutter.dev/flutter/foundation/Key-class.html)? - - - -Controls how one widget replaces another widget in the tree. -_finalinherited_ - - - -##### [onError](../wyatt_authentication_bloc/EditAccountListener/onError.md) → (void Function([BuildContext](https://api.flutter.dev/flutter/widgets/BuildContext-class.html) context, FormStatus status, [String](https://api.flutter.dev/flutter/dart-core/String-class.html)? errorMessage)?) - - - - -_final_ - - - -##### [onProgress](../wyatt_authentication_bloc/EditAccountListener/onProgress.md) → (void Function([BuildContext](https://api.flutter.dev/flutter/widgets/BuildContext-class.html) context)?) - - - - -_final_ - - - -##### [onSuccess](../wyatt_authentication_bloc/EditAccountListener/onSuccess.md) → (void Function([BuildContext](https://api.flutter.dev/flutter/widgets/BuildContext-class.html) context)?) - - - - -_final_ - - - -##### [runtimeType](https://api.flutter.dev/flutter/dart-core/Object/runtimeType.html) → [Type](https://api.flutter.dev/flutter/dart-core/Type-class.html) - - - -A representation of the runtime type of the object. -_read-onlyinherited_ - - - - - -## Methods - -##### [build](../wyatt_authentication_bloc/EditAccountListener/build.md)([BuildContext](https://api.flutter.dev/flutter/widgets/BuildContext-class.html) context) [Widget](https://api.flutter.dev/flutter/widgets/Widget-class.html) - - - -Describes the part of the user interface represented by this widget. -_override_ - - - -##### [createElement](https://api.flutter.dev/flutter/widgets/StatelessWidget/createElement.html)() [StatelessElement](https://api.flutter.dev/flutter/widgets/StatelessElement-class.html) - - - -Creates a StatelessElement to manage this widget's location in the tree. -_inherited_ - - - -##### [debugDescribeChildren](https://api.flutter.dev/flutter/foundation/DiagnosticableTree/debugDescribeChildren.html)() [List](https://api.flutter.dev/flutter/dart-core/List-class.html)<[DiagnosticsNode](https://api.flutter.dev/flutter/foundation/DiagnosticsNode-class.html)> - - - -Returns a list of DiagnosticsNode objects describing this node's -children. -_inherited_ - - - -##### [debugFillProperties](https://api.flutter.dev/flutter/widgets/Widget/debugFillProperties.html)([DiagnosticPropertiesBuilder](https://api.flutter.dev/flutter/foundation/DiagnosticPropertiesBuilder-class.html) properties) void - - - -Add additional properties associated with the node. -_inherited_ - - - -##### [noSuchMethod](https://api.flutter.dev/flutter/dart-core/Object/noSuchMethod.html)([Invocation](https://api.flutter.dev/flutter/dart-core/Invocation-class.html) invocation) dynamic - - - -Invoked when a non-existent method or property is accessed. -_inherited_ - - - -##### [toDiagnosticsNode](https://api.flutter.dev/flutter/foundation/DiagnosticableTree/toDiagnosticsNode.html)({[String](https://api.flutter.dev/flutter/dart-core/String-class.html)? name, [DiagnosticsTreeStyle](https://api.flutter.dev/flutter/foundation/DiagnosticsTreeStyle.html)? style}) [DiagnosticsNode](https://api.flutter.dev/flutter/foundation/DiagnosticsNode-class.html) - - - -Returns a debug representation of the object that is used by debugging -tools and by DiagnosticsNode.toStringDeep. -_inherited_ - - - -##### [toString](https://api.flutter.dev/flutter/foundation/Diagnosticable/toString.html)({[DiagnosticLevel](https://api.flutter.dev/flutter/foundation/DiagnosticLevel.html) minLevel = DiagnosticLevel.info}) [String](https://api.flutter.dev/flutter/dart-core/String-class.html) - - - -A string representation of this object. -_inherited_ - - - -##### [toStringDeep](https://api.flutter.dev/flutter/foundation/DiagnosticableTree/toStringDeep.html)({[String](https://api.flutter.dev/flutter/dart-core/String-class.html) prefixLineOne = '', [String](https://api.flutter.dev/flutter/dart-core/String-class.html)? prefixOtherLines, [DiagnosticLevel](https://api.flutter.dev/flutter/foundation/DiagnosticLevel.html) minLevel = DiagnosticLevel.debug}) [String](https://api.flutter.dev/flutter/dart-core/String-class.html) - - - -Returns a string representation of this node and its descendants. -_inherited_ - - - -##### [toStringShallow](https://api.flutter.dev/flutter/foundation/DiagnosticableTree/toStringShallow.html)({[String](https://api.flutter.dev/flutter/dart-core/String-class.html) joiner = ', ', [DiagnosticLevel](https://api.flutter.dev/flutter/foundation/DiagnosticLevel.html) minLevel = DiagnosticLevel.debug}) [String](https://api.flutter.dev/flutter/dart-core/String-class.html) - - - -Returns a one-line detailed description of the object. -_inherited_ - - - -##### [toStringShort](https://api.flutter.dev/flutter/widgets/Widget/toStringShort.html)() [String](https://api.flutter.dev/flutter/dart-core/String-class.html) - - - -A short, textual description of this widget. -_inherited_ - - - - - -## Operators - -##### [operator ==](https://api.flutter.dev/flutter/widgets/Widget/operator_equals.html)([Object](https://api.flutter.dev/flutter/dart-core/Object-class.html) other) [bool](https://api.flutter.dev/flutter/dart-core/bool-class.html) - - - -The equality operator. -_inherited_ - - - - - - - - - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/EditAccountListener/EditAccountListener.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/EditAccountListener/EditAccountListener.md deleted file mode 100644 index ec51cd1d..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/EditAccountListener/EditAccountListener.md +++ /dev/null @@ -1,37 +0,0 @@ - - - -# EditAccountListener<Data> constructor - - - - - *[](https://dart.dev/null-safety)* - - -const -EditAccountListener<Data>({required [Widget](https://api.flutter.dev/flutter/widgets/Widget-class.html) child, void onProgress([BuildContext](https://api.flutter.dev/flutter/widgets/BuildContext-class.html) context)?, void onSuccess([BuildContext](https://api.flutter.dev/flutter/widgets/BuildContext-class.html) context)?, void onError([BuildContext](https://api.flutter.dev/flutter/widgets/BuildContext-class.html) context, FormStatus status, [String](https://api.flutter.dev/flutter/dart-core/String-class.html)? errorMessage)?, void customBuilder([BuildContext](https://api.flutter.dev/flutter/widgets/BuildContext-class.html) context, [EditAccountState](../../wyatt_authentication_bloc/EditAccountState-class.md) state)?, [Key](https://api.flutter.dev/flutter/foundation/Key-class.html)? key}) - - - - - -## Implementation - -```dart -const EditAccountListener({ - required this.child, - this.onProgress, - this.onSuccess, - this.onError, - this.customBuilder, - super.key, -}); -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/EditAccountListener/build.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/EditAccountListener/build.md deleted file mode 100644 index 03d55600..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/EditAccountListener/build.md +++ /dev/null @@ -1,92 +0,0 @@ - - - -# build method - - - - - *[](https://dart.dev/null-safety)* - - - -- @[override](https://api.flutter.dev/flutter/dart-core/override-constant.html) - -[Widget](https://api.flutter.dev/flutter/widgets/Widget-class.html) build -([BuildContext](https://api.flutter.dev/flutter/widgets/BuildContext-class.html) context) - -_override_ - - - -

Describes the part of the user interface represented by this widget.

-

The framework calls this method when this widget is inserted into the tree -in a given BuildContext and when the dependencies of this widget change -(e.g., an InheritedWidget referenced by this widget changes). This -method can potentially be called in every frame and should not have any side -effects beyond building a widget.

-

The framework replaces the subtree below this widget with the widget -returned by this method, either by updating the existing subtree or by -removing the subtree and inflating a new subtree, depending on whether the -widget returned by this method can update the root of the existing -subtree, as determined by calling Widget.canUpdate.

-

Typically implementations return a newly created constellation of widgets -that are configured with information from this widget's constructor and -from the given BuildContext.

-

The given BuildContext contains information about the location in the -tree at which this widget is being built. For example, the context -provides the set of inherited widgets for this location in the tree. A -given widget might be built with multiple different BuildContext -arguments over time if the widget is moved around the tree or if the -widget is inserted into the tree in multiple places at once.

-

The implementation of this method must only depend on:

- -

If a widget's build method is to depend on anything else, use a -StatefulWidget instead.

-

See also:

-
    -
  • StatelessWidget, which contains the discussion on performance considerations.
  • -
- - - -## Implementation - -```dart -@override -Widget build(BuildContext context) => - BlocListener, EditAccountState>( - listener: (context, state) { - if (customBuilder != null) { - return customBuilder!(context, state); - } - - if (onSuccess != null && - state.status == FormStatus.submissionSuccess) { - return onSuccess!(context); - } - if (onProgress != null && - state.status == FormStatus.submissionInProgress) { - return onProgress!(context); - } - if (onError != null && - (state.status == FormStatus.submissionCanceled || - state.status == FormStatus.submissionFailure)) { - return onError!(context, state.status, state.errorMessage); - } - }, - child: child, - ); -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/EditAccountListener/child.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/EditAccountListener/child.md deleted file mode 100644 index 53bc3682..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/EditAccountListener/child.md +++ /dev/null @@ -1,33 +0,0 @@ - - - -# child property - - - - - *[](https://dart.dev/null-safety)* - - - -[Widget](https://api.flutter.dev/flutter/widgets/Widget-class.html) child - -_final_ - - - - - - -## Implementation - -```dart -final Widget child; -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/EditAccountListener/customBuilder.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/EditAccountListener/customBuilder.md deleted file mode 100644 index a8d52a8d..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/EditAccountListener/customBuilder.md +++ /dev/null @@ -1,34 +0,0 @@ - - - -# customBuilder property - - - - - *[](https://dart.dev/null-safety)* - - - -(void Function([BuildContext](https://api.flutter.dev/flutter/widgets/BuildContext-class.html) context, [EditAccountState](../../wyatt_authentication_bloc/EditAccountState-class.md) state)?) customBuilder - -_final_ - - - - - - -## Implementation - -```dart -final void Function(BuildContext context, EditAccountState state)? - customBuilder; -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/EditAccountListener/onError.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/EditAccountListener/onError.md deleted file mode 100644 index ed94a98f..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/EditAccountListener/onError.md +++ /dev/null @@ -1,37 +0,0 @@ - - - -# onError property - - - - - *[](https://dart.dev/null-safety)* - - - -(void Function([BuildContext](https://api.flutter.dev/flutter/widgets/BuildContext-class.html) context, FormStatus status, [String](https://api.flutter.dev/flutter/dart-core/String-class.html)? errorMessage)?) onError - -_final_ - - - - - - -## Implementation - -```dart -final void Function( - BuildContext context, - FormStatus status, - String? errorMessage, -)? onError; -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/EditAccountListener/onProgress.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/EditAccountListener/onProgress.md deleted file mode 100644 index 4a30ed71..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/EditAccountListener/onProgress.md +++ /dev/null @@ -1,33 +0,0 @@ - - - -# onProgress property - - - - - *[](https://dart.dev/null-safety)* - - - -(void Function([BuildContext](https://api.flutter.dev/flutter/widgets/BuildContext-class.html) context)?) onProgress - -_final_ - - - - - - -## Implementation - -```dart -final void Function(BuildContext context)? onProgress; -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/EditAccountListener/onSuccess.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/EditAccountListener/onSuccess.md deleted file mode 100644 index 4d942f63..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/EditAccountListener/onSuccess.md +++ /dev/null @@ -1,33 +0,0 @@ - - - -# onSuccess property - - - - - *[](https://dart.dev/null-safety)* - - - -(void Function([BuildContext](https://api.flutter.dev/flutter/widgets/BuildContext-class.html) context)?) onSuccess - -_final_ - - - - - - -## Implementation - -```dart -final void Function(BuildContext context)? onSuccess; -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/EditAccountState-class.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/EditAccountState-class.md deleted file mode 100644 index 9c7250d8..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/EditAccountState-class.md +++ /dev/null @@ -1,179 +0,0 @@ - - - -# EditAccountState class - - - - - - - *[](https://dart.dev/null-safety)* - - - -

Edit account cubit state to manage the form.

- - - -**Inheritance** - -- [Object](https://api.flutter.dev/flutter/dart-core/Object-class.html) -- [Equatable](https://pub.dev/documentation/equatable/2.0.5/equatable/Equatable-class.html) -- EditAccountState - - - - - - - - -## Constructors - -[EditAccountState](../wyatt_authentication_bloc/EditAccountState/EditAccountState.md) ({required WyattForm form, FormStatus status = FormStatus.pure, [String](https://api.flutter.dev/flutter/dart-core/String-class.html)? errorMessage}) - - _const_ - - -## Properties - -##### [email](../wyatt_authentication_bloc/EditAccountState/email.md) → FormInputValidator<[String](https://api.flutter.dev/flutter/dart-core/String-class.html)?, ValidationError> - - - - -_read-only_ - - - -##### [errorMessage](../wyatt_authentication_bloc/EditAccountState/errorMessage.md) → [String](https://api.flutter.dev/flutter/dart-core/String-class.html)? - - - -Optional error message. -_finalinherited_ - - - -##### [form](../wyatt_authentication_bloc/EditAccountState/form.md) → WyattForm - - - -FormData with all inputs, and associated metadata. -_finalinherited_ - - - -##### [hashCode](https://pub.dev/documentation/equatable/2.0.5/equatable/Equatable/hashCode.html) → [int](https://api.flutter.dev/flutter/dart-core/int-class.html) - - - -The hash code for this object. -_read-onlyinherited_ - - - -##### [password](../wyatt_authentication_bloc/EditAccountState/password.md) → FormInputValidator<[String](https://api.flutter.dev/flutter/dart-core/String-class.html)?, ValidationError> - - - - -_read-only_ - - - -##### [props](../wyatt_authentication_bloc/EditAccountState/props.md) → [List](https://api.flutter.dev/flutter/dart-core/List-class.html)<[Object](https://api.flutter.dev/flutter/dart-core/Object-class.html)> - - - -The list of properties that will be used to determine whether -two instances are equal. -_read-only_ - - - -##### [runtimeType](https://api.flutter.dev/flutter/dart-core/Object/runtimeType.html) → [Type](https://api.flutter.dev/flutter/dart-core/Type-class.html) - - - -A representation of the runtime type of the object. -_read-onlyinherited_ - - - -##### [status](../wyatt_authentication_bloc/EditAccountState/status.md) → FormStatus - - - -Global status of a form. -_finalinherited_ - - - -##### [stringify](https://pub.dev/documentation/equatable/2.0.5/equatable/Equatable/stringify.html) → [bool](https://api.flutter.dev/flutter/dart-core/bool-class.html)? - - - -If set to true, the toString method will be overridden to output -this instance's props. -_read-onlyinherited_ - - - - - -## Methods - -##### [copyWith](../wyatt_authentication_bloc/EditAccountState/copyWith.md)({WyattForm? form, FormStatus? status, [String](https://api.flutter.dev/flutter/dart-core/String-class.html)? errorMessage}) [EditAccountState](../wyatt_authentication_bloc/EditAccountState-class.md) - - - - - - - - -##### [noSuchMethod](https://api.flutter.dev/flutter/dart-core/Object/noSuchMethod.html)([Invocation](https://api.flutter.dev/flutter/dart-core/Invocation-class.html) invocation) dynamic - - - -Invoked when a non-existent method or property is accessed. -_inherited_ - - - -##### [toString](../wyatt_authentication_bloc/EditAccountState/toString.md)() [String](https://api.flutter.dev/flutter/dart-core/String-class.html) - - - -A string representation of this object. -_override_ - - - - - -## Operators - -##### [operator ==](https://pub.dev/documentation/equatable/2.0.5/equatable/Equatable/operator_equals.html)([Object](https://api.flutter.dev/flutter/dart-core/Object-class.html) other) [bool](https://api.flutter.dev/flutter/dart-core/bool-class.html) - - - -The equality operator. -_inherited_ - - - - - - - - - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/EditAccountState/EditAccountState.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/EditAccountState/EditAccountState.md deleted file mode 100644 index b8145411..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/EditAccountState/EditAccountState.md +++ /dev/null @@ -1,34 +0,0 @@ - - - -# EditAccountState constructor - - - - - *[](https://dart.dev/null-safety)* - - -const -EditAccountState({required WyattForm form, FormStatus status = FormStatus.pure, [String](https://api.flutter.dev/flutter/dart-core/String-class.html)? errorMessage}) - - - - - -## Implementation - -```dart -const EditAccountState({ - required super.form, - super.status = FormStatus.pure, - super.errorMessage, -}); -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/EditAccountState/copyWith.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/EditAccountState/copyWith.md deleted file mode 100644 index aed8958b..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/EditAccountState/copyWith.md +++ /dev/null @@ -1,44 +0,0 @@ - - - -# copyWith method - - - - - *[](https://dart.dev/null-safety)* - - - - -[EditAccountState](../../wyatt_authentication_bloc/EditAccountState-class.md) copyWith -({WyattForm? form, FormStatus? status, [String](https://api.flutter.dev/flutter/dart-core/String-class.html)? errorMessage}) - - - - - - - - -## Implementation - -```dart -EditAccountState copyWith({ - WyattForm? form, - FormStatus? status, - String? errorMessage, -}) => - EditAccountState( - form: form ?? this.form, - status: status ?? this.status, - errorMessage: errorMessage ?? this.errorMessage, - ); -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/EditAccountState/email.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/EditAccountState/email.md deleted file mode 100644 index 1ded8043..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/EditAccountState/email.md +++ /dev/null @@ -1,37 +0,0 @@ - - - -# email property - - - - - *[](https://dart.dev/null-safety)* - - - - - -FormInputValidator<[String](https://api.flutter.dev/flutter/dart-core/String-class.html)?, ValidationError> email - - - - - - - - -## Implementation - -```dart -FormInputValidator get email => - form.validatorOf(AuthFormField.email); -``` - - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/EditAccountState/errorMessage.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/EditAccountState/errorMessage.md deleted file mode 100644 index d0856deb..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/EditAccountState/errorMessage.md +++ /dev/null @@ -1,34 +0,0 @@ - - - -# errorMessage property - - - - - *[](https://dart.dev/null-safety)* - - - -[String](https://api.flutter.dev/flutter/dart-core/String-class.html)? errorMessage - -_finalinherited_ - - - -

Optional error message.

- - - -## Implementation - -```dart -final String? errorMessage; -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/EditAccountState/form.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/EditAccountState/form.md deleted file mode 100644 index d3f2da76..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/EditAccountState/form.md +++ /dev/null @@ -1,34 +0,0 @@ - - - -# form property - - - - - *[](https://dart.dev/null-safety)* - - - -WyattForm form - -_finalinherited_ - - - -

FormData with all inputs, and associated metadata.

- - - -## Implementation - -```dart -final WyattForm form; -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/EditAccountState/password.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/EditAccountState/password.md deleted file mode 100644 index 77938106..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/EditAccountState/password.md +++ /dev/null @@ -1,37 +0,0 @@ - - - -# password property - - - - - *[](https://dart.dev/null-safety)* - - - - - -FormInputValidator<[String](https://api.flutter.dev/flutter/dart-core/String-class.html)?, ValidationError> password - - - - - - - - -## Implementation - -```dart -FormInputValidator get password => - form.validatorOf(AuthFormField.password); -``` - - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/EditAccountState/props.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/EditAccountState/props.md deleted file mode 100644 index eab8d26c..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/EditAccountState/props.md +++ /dev/null @@ -1,42 +0,0 @@ - - - -# props property - - - - - *[](https://dart.dev/null-safety)* - - - - - -**Annotations** - -- @[override](https://api.flutter.dev/flutter/dart-core/override-constant.html) -[List](https://api.flutter.dev/flutter/dart-core/List-class.html)<[Object](https://api.flutter.dev/flutter/dart-core/Object-class.html)> props - - - - - -

The list of properties that will be used to determine whether -two instances are equal.

- - - -## Implementation - -```dart -@override -List get props => [email, password, status]; -``` - - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/EditAccountState/status.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/EditAccountState/status.md deleted file mode 100644 index 644a9f10..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/EditAccountState/status.md +++ /dev/null @@ -1,34 +0,0 @@ - - - -# status property - - - - - *[](https://dart.dev/null-safety)* - - - -FormStatus status - -_finalinherited_ - - - -

Global status of a form.

- - - -## Implementation - -```dart -final FormStatus status; -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/EditAccountState/toString.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/EditAccountState/toString.md deleted file mode 100644 index 3a837f4e..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/EditAccountState/toString.md +++ /dev/null @@ -1,48 +0,0 @@ - - - -# toString method - - - - - *[](https://dart.dev/null-safety)* - - - -- @[override](https://api.flutter.dev/flutter/dart-core/override-constant.html) - -[String](https://api.flutter.dev/flutter/dart-core/String-class.html) toString -() - -_override_ - - - -

A string representation of this object.

-

Some classes have a default textual representation, -often paired with a static parse function (like int.parse). -These classes will provide the textual representation as -their string representation.

-

Other classes have no meaningful textual representation -that a program will care about. -Such classes will typically override toString to provide -useful information when inspecting the object, -mainly for debugging or logging.

- - - -## Implementation - -```dart -@override -String toString() => 'EditAccountState(status: ${status.name} ' - '${(errorMessage != null) ? " [$errorMessage]" : ""}, $form)'; -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/EmailVerificationBuilder-class.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/EmailVerificationBuilder-class.md deleted file mode 100644 index 5692d1ab..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/EmailVerificationBuilder-class.md +++ /dev/null @@ -1,225 +0,0 @@ - - - -# EmailVerificationBuilder<Extra> class - - - - - - - *[](https://dart.dev/null-safety)* - - - - - - -**Inheritance** - -- [Object](https://api.flutter.dev/flutter/dart-core/Object-class.html) -- [DiagnosticableTree](https://api.flutter.dev/flutter/foundation/DiagnosticableTree-class.html) -- [Widget](https://api.flutter.dev/flutter/widgets/Widget-class.html) -- [StatelessWidget](https://api.flutter.dev/flutter/widgets/StatelessWidget-class.html) -- EmailVerificationBuilder - - - - - - - - -## Constructors - -[EmailVerificationBuilder](../wyatt_authentication_bloc/EmailVerificationBuilder/EmailVerificationBuilder.md) ({required [Widget](https://api.flutter.dev/flutter/widgets/Widget-class.html) verified([BuildContext](https://api.flutter.dev/flutter/widgets/BuildContext-class.html) context), required [Widget](https://api.flutter.dev/flutter/widgets/Widget-class.html) notVerified([BuildContext](https://api.flutter.dev/flutter/widgets/BuildContext-class.html) context), required [Widget](https://api.flutter.dev/flutter/widgets/Widget-class.html) onError([BuildContext](https://api.flutter.dev/flutter/widgets/BuildContext-class.html) context, FormStatus status, [String](https://api.flutter.dev/flutter/dart-core/String-class.html)? errorMessage), [Widget](https://api.flutter.dev/flutter/widgets/Widget-class.html) customBuilder([BuildContext](https://api.flutter.dev/flutter/widgets/BuildContext-class.html) context, [EmailVerificationState](../wyatt_authentication_bloc/EmailVerificationState-class.md))?, [Key](https://api.flutter.dev/flutter/foundation/Key-class.html)? key}) - - _const_ - - -## Properties - -##### [customBuilder](../wyatt_authentication_bloc/EmailVerificationBuilder/customBuilder.md) → ([Widget](https://api.flutter.dev/flutter/widgets/Widget-class.html) Function([BuildContext](https://api.flutter.dev/flutter/widgets/BuildContext-class.html) context, [EmailVerificationState](../wyatt_authentication_bloc/EmailVerificationState-class.md))?) - - - - -_final_ - - - -##### [hashCode](https://api.flutter.dev/flutter/widgets/Widget/hashCode.html) → [int](https://api.flutter.dev/flutter/dart-core/int-class.html) - - - -The hash code for this object. -_read-onlyinherited_ - - - -##### [key](https://api.flutter.dev/flutter/widgets/Widget/key.html) → [Key](https://api.flutter.dev/flutter/foundation/Key-class.html)? - - - -Controls how one widget replaces another widget in the tree. -_finalinherited_ - - - -##### [notVerified](../wyatt_authentication_bloc/EmailVerificationBuilder/notVerified.md) → [Widget](https://api.flutter.dev/flutter/widgets/Widget-class.html) Function([BuildContext](https://api.flutter.dev/flutter/widgets/BuildContext-class.html) context) - - - - -_final_ - - - -##### [onError](../wyatt_authentication_bloc/EmailVerificationBuilder/onError.md) → [Widget](https://api.flutter.dev/flutter/widgets/Widget-class.html) Function([BuildContext](https://api.flutter.dev/flutter/widgets/BuildContext-class.html) context, FormStatus status, [String](https://api.flutter.dev/flutter/dart-core/String-class.html)? errorMessage) - - - - -_final_ - - - -##### [runtimeType](https://api.flutter.dev/flutter/dart-core/Object/runtimeType.html) → [Type](https://api.flutter.dev/flutter/dart-core/Type-class.html) - - - -A representation of the runtime type of the object. -_read-onlyinherited_ - - - -##### [verified](../wyatt_authentication_bloc/EmailVerificationBuilder/verified.md) → [Widget](https://api.flutter.dev/flutter/widgets/Widget-class.html) Function([BuildContext](https://api.flutter.dev/flutter/widgets/BuildContext-class.html) context) - - - - -_final_ - - - - - -## Methods - -##### [build](../wyatt_authentication_bloc/EmailVerificationBuilder/build.md)([BuildContext](https://api.flutter.dev/flutter/widgets/BuildContext-class.html) context) [Widget](https://api.flutter.dev/flutter/widgets/Widget-class.html) - - - -Describes the part of the user interface represented by this widget. -_override_ - - - -##### [createElement](https://api.flutter.dev/flutter/widgets/StatelessWidget/createElement.html)() [StatelessElement](https://api.flutter.dev/flutter/widgets/StatelessElement-class.html) - - - -Creates a StatelessElement to manage this widget's location in the tree. -_inherited_ - - - -##### [debugDescribeChildren](https://api.flutter.dev/flutter/foundation/DiagnosticableTree/debugDescribeChildren.html)() [List](https://api.flutter.dev/flutter/dart-core/List-class.html)<[DiagnosticsNode](https://api.flutter.dev/flutter/foundation/DiagnosticsNode-class.html)> - - - -Returns a list of DiagnosticsNode objects describing this node's -children. -_inherited_ - - - -##### [debugFillProperties](https://api.flutter.dev/flutter/widgets/Widget/debugFillProperties.html)([DiagnosticPropertiesBuilder](https://api.flutter.dev/flutter/foundation/DiagnosticPropertiesBuilder-class.html) properties) void - - - -Add additional properties associated with the node. -_inherited_ - - - -##### [noSuchMethod](https://api.flutter.dev/flutter/dart-core/Object/noSuchMethod.html)([Invocation](https://api.flutter.dev/flutter/dart-core/Invocation-class.html) invocation) dynamic - - - -Invoked when a non-existent method or property is accessed. -_inherited_ - - - -##### [toDiagnosticsNode](https://api.flutter.dev/flutter/foundation/DiagnosticableTree/toDiagnosticsNode.html)({[String](https://api.flutter.dev/flutter/dart-core/String-class.html)? name, [DiagnosticsTreeStyle](https://api.flutter.dev/flutter/foundation/DiagnosticsTreeStyle.html)? style}) [DiagnosticsNode](https://api.flutter.dev/flutter/foundation/DiagnosticsNode-class.html) - - - -Returns a debug representation of the object that is used by debugging -tools and by DiagnosticsNode.toStringDeep. -_inherited_ - - - -##### [toString](https://api.flutter.dev/flutter/foundation/Diagnosticable/toString.html)({[DiagnosticLevel](https://api.flutter.dev/flutter/foundation/DiagnosticLevel.html) minLevel = DiagnosticLevel.info}) [String](https://api.flutter.dev/flutter/dart-core/String-class.html) - - - -A string representation of this object. -_inherited_ - - - -##### [toStringDeep](https://api.flutter.dev/flutter/foundation/DiagnosticableTree/toStringDeep.html)({[String](https://api.flutter.dev/flutter/dart-core/String-class.html) prefixLineOne = '', [String](https://api.flutter.dev/flutter/dart-core/String-class.html)? prefixOtherLines, [DiagnosticLevel](https://api.flutter.dev/flutter/foundation/DiagnosticLevel.html) minLevel = DiagnosticLevel.debug}) [String](https://api.flutter.dev/flutter/dart-core/String-class.html) - - - -Returns a string representation of this node and its descendants. -_inherited_ - - - -##### [toStringShallow](https://api.flutter.dev/flutter/foundation/DiagnosticableTree/toStringShallow.html)({[String](https://api.flutter.dev/flutter/dart-core/String-class.html) joiner = ', ', [DiagnosticLevel](https://api.flutter.dev/flutter/foundation/DiagnosticLevel.html) minLevel = DiagnosticLevel.debug}) [String](https://api.flutter.dev/flutter/dart-core/String-class.html) - - - -Returns a one-line detailed description of the object. -_inherited_ - - - -##### [toStringShort](https://api.flutter.dev/flutter/widgets/Widget/toStringShort.html)() [String](https://api.flutter.dev/flutter/dart-core/String-class.html) - - - -A short, textual description of this widget. -_inherited_ - - - - - -## Operators - -##### [operator ==](https://api.flutter.dev/flutter/widgets/Widget/operator_equals.html)([Object](https://api.flutter.dev/flutter/dart-core/Object-class.html) other) [bool](https://api.flutter.dev/flutter/dart-core/bool-class.html) - - - -The equality operator. -_inherited_ - - - - - - - - - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/EmailVerificationBuilder/EmailVerificationBuilder.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/EmailVerificationBuilder/EmailVerificationBuilder.md deleted file mode 100644 index 02f74876..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/EmailVerificationBuilder/EmailVerificationBuilder.md +++ /dev/null @@ -1,36 +0,0 @@ - - - -# EmailVerificationBuilder<Extra> constructor - - - - - *[](https://dart.dev/null-safety)* - - -const -EmailVerificationBuilder<Extra>({required [Widget](https://api.flutter.dev/flutter/widgets/Widget-class.html) verified([BuildContext](https://api.flutter.dev/flutter/widgets/BuildContext-class.html) context), required [Widget](https://api.flutter.dev/flutter/widgets/Widget-class.html) notVerified([BuildContext](https://api.flutter.dev/flutter/widgets/BuildContext-class.html) context), required [Widget](https://api.flutter.dev/flutter/widgets/Widget-class.html) onError([BuildContext](https://api.flutter.dev/flutter/widgets/BuildContext-class.html) context, FormStatus status, [String](https://api.flutter.dev/flutter/dart-core/String-class.html)? errorMessage), [Widget](https://api.flutter.dev/flutter/widgets/Widget-class.html) customBuilder([BuildContext](https://api.flutter.dev/flutter/widgets/BuildContext-class.html) context, [EmailVerificationState](../../wyatt_authentication_bloc/EmailVerificationState-class.md))?, [Key](https://api.flutter.dev/flutter/foundation/Key-class.html)? key}) - - - - - -## Implementation - -```dart -const EmailVerificationBuilder({ - required this.verified, - required this.notVerified, - required this.onError, - this.customBuilder, - super.key, -}); -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/EmailVerificationBuilder/build.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/EmailVerificationBuilder/build.md deleted file mode 100644 index 6eaf5649..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/EmailVerificationBuilder/build.md +++ /dev/null @@ -1,91 +0,0 @@ - - - -# build method - - - - - *[](https://dart.dev/null-safety)* - - - -- @[override](https://api.flutter.dev/flutter/dart-core/override-constant.html) - -[Widget](https://api.flutter.dev/flutter/widgets/Widget-class.html) build -([BuildContext](https://api.flutter.dev/flutter/widgets/BuildContext-class.html) context) - -_override_ - - - -

Describes the part of the user interface represented by this widget.

-

The framework calls this method when this widget is inserted into the tree -in a given BuildContext and when the dependencies of this widget change -(e.g., an InheritedWidget referenced by this widget changes). This -method can potentially be called in every frame and should not have any side -effects beyond building a widget.

-

The framework replaces the subtree below this widget with the widget -returned by this method, either by updating the existing subtree or by -removing the subtree and inflating a new subtree, depending on whether the -widget returned by this method can update the root of the existing -subtree, as determined by calling Widget.canUpdate.

-

Typically implementations return a newly created constellation of widgets -that are configured with information from this widget's constructor and -from the given BuildContext.

-

The given BuildContext contains information about the location in the -tree at which this widget is being built. For example, the context -provides the set of inherited widgets for this location in the tree. A -given widget might be built with multiple different BuildContext -arguments over time if the widget is moved around the tree or if the -widget is inserted into the tree in multiple places at once.

-

The implementation of this method must only depend on:

- -

If a widget's build method is to depend on anything else, use a -StatefulWidget instead.

-

See also:

-
    -
  • StatelessWidget, which contains the discussion on performance considerations.
  • -
- - - -## Implementation - -```dart -@override -Widget build(BuildContext context) => - BlocBuilder, EmailVerificationState>( - builder: (context, state) { - if (customBuilder != null) { - return customBuilder!(context, state); - } - - if (state.status.isSubmissionFailure || - state.status.isSubmissionCanceled) { - return onError( - context, - state.status, - state.errorMessage, - ); - } - - if (state.isVerified) { - return verified(context); - } - return notVerified(context); - }, - ); -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/EmailVerificationBuilder/customBuilder.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/EmailVerificationBuilder/customBuilder.md deleted file mode 100644 index 1b238503..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/EmailVerificationBuilder/customBuilder.md +++ /dev/null @@ -1,34 +0,0 @@ - - - -# customBuilder property - - - - - *[](https://dart.dev/null-safety)* - - - -([Widget](https://api.flutter.dev/flutter/widgets/Widget-class.html) Function([BuildContext](https://api.flutter.dev/flutter/widgets/BuildContext-class.html) context, [EmailVerificationState](../../wyatt_authentication_bloc/EmailVerificationState-class.md))?) customBuilder - -_final_ - - - - - - -## Implementation - -```dart -final Widget Function(BuildContext context, EmailVerificationState)? - customBuilder; -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/EmailVerificationBuilder/notVerified.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/EmailVerificationBuilder/notVerified.md deleted file mode 100644 index fb67f5a1..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/EmailVerificationBuilder/notVerified.md +++ /dev/null @@ -1,33 +0,0 @@ - - - -# notVerified property - - - - - *[](https://dart.dev/null-safety)* - - - -[Widget](https://api.flutter.dev/flutter/widgets/Widget-class.html) Function([BuildContext](https://api.flutter.dev/flutter/widgets/BuildContext-class.html) context) notVerified - -_final_ - - - - - - -## Implementation - -```dart -final Widget Function(BuildContext context) notVerified; -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/EmailVerificationBuilder/onError.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/EmailVerificationBuilder/onError.md deleted file mode 100644 index caa029d2..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/EmailVerificationBuilder/onError.md +++ /dev/null @@ -1,37 +0,0 @@ - - - -# onError property - - - - - *[](https://dart.dev/null-safety)* - - - -[Widget](https://api.flutter.dev/flutter/widgets/Widget-class.html) Function([BuildContext](https://api.flutter.dev/flutter/widgets/BuildContext-class.html) context, FormStatus status, [String](https://api.flutter.dev/flutter/dart-core/String-class.html)? errorMessage) onError - -_final_ - - - - - - -## Implementation - -```dart -final Widget Function( - BuildContext context, - FormStatus status, - String? errorMessage, -) onError; -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/EmailVerificationBuilder/verified.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/EmailVerificationBuilder/verified.md deleted file mode 100644 index 05f99c91..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/EmailVerificationBuilder/verified.md +++ /dev/null @@ -1,33 +0,0 @@ - - - -# verified property - - - - - *[](https://dart.dev/null-safety)* - - - -[Widget](https://api.flutter.dev/flutter/widgets/Widget-class.html) Function([BuildContext](https://api.flutter.dev/flutter/widgets/BuildContext-class.html) context) verified - -_final_ - - - - - - -## Implementation - -```dart -final Widget Function(BuildContext context) verified; -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/EmailVerificationCubit-class.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/EmailVerificationCubit-class.md deleted file mode 100644 index f582d49e..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/EmailVerificationCubit-class.md +++ /dev/null @@ -1,211 +0,0 @@ - - - -# EmailVerificationCubit<Data> class - - - - - - - *[](https://dart.dev/null-safety)* - - - - - - -**Inheritance** - -- [Object](https://api.flutter.dev/flutter/dart-core/Object-class.html) -- [BlocBase](https://pub.dev/documentation/bloc/8.1.0/bloc/BlocBase-class.html)<[EmailVerificationState](../wyatt_authentication_bloc/EmailVerificationState-class.md)> -- [Cubit](https://pub.dev/documentation/bloc/8.1.0/bloc/Cubit-class.html)<[EmailVerificationState](../wyatt_authentication_bloc/EmailVerificationState-class.md)> -- EmailVerificationCubit - - - - - - - - -## Constructors - -[EmailVerificationCubit](../wyatt_authentication_bloc/EmailVerificationCubit/EmailVerificationCubit.md) ({required [AuthenticationRepository](../wyatt_authentication_bloc/AuthenticationRepository-class.md)<Data> authenticationRepository}) - - - - -## Properties - -##### [authenticationRepository](../wyatt_authentication_bloc/EmailVerificationCubit/authenticationRepository.md) → [AuthenticationRepository](../wyatt_authentication_bloc/AuthenticationRepository-class.md)<Data> - - - - -_final_ - - - -##### [hashCode](https://api.flutter.dev/flutter/dart-core/Object/hashCode.html) → [int](https://api.flutter.dev/flutter/dart-core/int-class.html) - - - -The hash code for this object. -_read-onlyinherited_ - - - -##### [isClosed](https://pub.dev/documentation/bloc/8.1.0/bloc/BlocBase/isClosed.html) → [bool](https://api.flutter.dev/flutter/dart-core/bool-class.html) - - - -Whether the bloc is closed. -_read-onlyinherited_ - - - -##### [runtimeType](https://api.flutter.dev/flutter/dart-core/Object/runtimeType.html) → [Type](https://api.flutter.dev/flutter/dart-core/Type-class.html) - - - -A representation of the runtime type of the object. -_read-onlyinherited_ - - - -##### [state](https://pub.dev/documentation/bloc/8.1.0/bloc/BlocBase/state.html) → [EmailVerificationState](../wyatt_authentication_bloc/EmailVerificationState-class.md) - - - -The current state. -_read-onlyinherited_ - - - -##### [stream](https://pub.dev/documentation/bloc/8.1.0/bloc/BlocBase/stream.html) → [Stream](https://api.flutter.dev/flutter/dart-async/Stream-class.html)<[EmailVerificationState](../wyatt_authentication_bloc/EmailVerificationState-class.md)> - - - -The current stream of states. -_read-onlyinherited_ - - - - - -## Methods - -##### [addError](https://pub.dev/documentation/bloc/8.1.0/bloc/BlocBase/addError.html)([Object](https://api.flutter.dev/flutter/dart-core/Object-class.html) error, [[StackTrace](https://api.flutter.dev/flutter/dart-core/StackTrace-class.html)? stackTrace]) void - - - -Reports an error which triggers onError with an optional StackTrace. -_inherited_ - - - -##### [checkEmailVerification](../wyatt_authentication_bloc/EmailVerificationCubit/checkEmailVerification.md)() [FutureOr](https://api.flutter.dev/flutter/dart-async/FutureOr-class.html)<void> - - - - - - - - -##### [close](https://pub.dev/documentation/bloc/8.1.0/bloc/BlocBase/close.html)() [Future](https://api.flutter.dev/flutter/dart-async/Future-class.html)<void> - - - -Closes the instance. -This method should be called when the instance is no longer needed. -Once close is called, the instance can no longer be used. -_inherited_ - - - -##### [emit](https://pub.dev/documentation/bloc/8.1.0/bloc/BlocBase/emit.html)([EmailVerificationState](../wyatt_authentication_bloc/EmailVerificationState-class.md) state) void - - - -Updates the state to the provided state. -emit does nothing if the state being emitted -is equal to the current state. -_inherited_ - - - -##### [noSuchMethod](https://api.flutter.dev/flutter/dart-core/Object/noSuchMethod.html)([Invocation](https://api.flutter.dev/flutter/dart-core/Invocation-class.html) invocation) dynamic - - - -Invoked when a non-existent method or property is accessed. -_inherited_ - - - -##### [onChange](https://pub.dev/documentation/bloc/8.1.0/bloc/BlocBase/onChange.html)([Change](https://pub.dev/documentation/bloc/8.1.0/bloc/Change-class.html)<[EmailVerificationState](../wyatt_authentication_bloc/EmailVerificationState-class.md)> change) void - - - -Called whenever a change occurs with the given change. -A change occurs when a new state is emitted. -onChange is called before the state of the cubit is updated. -onChange is a great spot to add logging/analytics for a specific cubit. -_inherited_ - - - -##### [onError](https://pub.dev/documentation/bloc/8.1.0/bloc/BlocBase/onError.html)([Object](https://api.flutter.dev/flutter/dart-core/Object-class.html) error, [StackTrace](https://api.flutter.dev/flutter/dart-core/StackTrace-class.html) stackTrace) void - - - -Called whenever an error occurs and notifies BlocObserver.onError. -_inherited_ - - - -##### [sendEmailVerification](../wyatt_authentication_bloc/EmailVerificationCubit/sendEmailVerification.md)() [FutureOr](https://api.flutter.dev/flutter/dart-async/FutureOr-class.html)<void> - - - - - - - - -##### [toString](https://api.flutter.dev/flutter/dart-core/Object/toString.html)() [String](https://api.flutter.dev/flutter/dart-core/String-class.html) - - - -A string representation of this object. -_inherited_ - - - - - -## Operators - -##### [operator ==](https://api.flutter.dev/flutter/dart-core/Object/operator_equals.html)([Object](https://api.flutter.dev/flutter/dart-core/Object-class.html) other) [bool](https://api.flutter.dev/flutter/dart-core/bool-class.html) - - - -The equality operator. -_inherited_ - - - - - - - - - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/EmailVerificationCubit/EmailVerificationCubit.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/EmailVerificationCubit/EmailVerificationCubit.md deleted file mode 100644 index 4dc46616..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/EmailVerificationCubit/EmailVerificationCubit.md +++ /dev/null @@ -1,32 +0,0 @@ - - - -# EmailVerificationCubit<Data> constructor - - - - - *[](https://dart.dev/null-safety)* - - - -EmailVerificationCubit<Data>({required [AuthenticationRepository](../../wyatt_authentication_bloc/AuthenticationRepository-class.md)<Data> authenticationRepository}) - - - - - -## Implementation - -```dart -EmailVerificationCubit({ - required this.authenticationRepository, -}) : super(const EmailVerificationState()); -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/EmailVerificationCubit/authenticationRepository.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/EmailVerificationCubit/authenticationRepository.md deleted file mode 100644 index 32cdfa2a..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/EmailVerificationCubit/authenticationRepository.md +++ /dev/null @@ -1,33 +0,0 @@ - - - -# authenticationRepository property - - - - - *[](https://dart.dev/null-safety)* - - - -[AuthenticationRepository](../../wyatt_authentication_bloc/AuthenticationRepository-class.md)<Data> authenticationRepository - -_final_ - - - - - - -## Implementation - -```dart -final AuthenticationRepository authenticationRepository; -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/EmailVerificationCubit/checkEmailVerification.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/EmailVerificationCubit/checkEmailVerification.md deleted file mode 100644 index 7b602aac..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/EmailVerificationCubit/checkEmailVerification.md +++ /dev/null @@ -1,65 +0,0 @@ - - - -# checkEmailVerification method - - - - - *[](https://dart.dev/null-safety)* - - - - -[FutureOr](https://api.flutter.dev/flutter/dart-async/FutureOr-class.html)<void> checkEmailVerification -() - - - - - - - - -## Implementation - -```dart -FutureOr checkEmailVerification() async { - emit(state.copyWith(status: FormStatus.submissionInProgress)); - - final refresh = await authenticationRepository.refresh(); - if (refresh.isErr) { - final refreshError = refresh.err!; - emit( - EmailVerificationState( - errorMessage: refreshError.message, - status: FormStatus.submissionFailure, - ), - ); - return; - } - - final wrapper = await authenticationRepository.sessionStream().last; - final currentAccount = wrapper.session?.account; - if (currentAccount != null) { - emit( - state.copyWith( - isVerified: currentAccount.emailVerified, - status: FormStatus.submissionSuccess, - ), - ); - } else { - const EmailVerificationState( - errorMessage: 'No current session', - status: FormStatus.submissionFailure, - ); - } -} -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/EmailVerificationCubit/sendEmailVerification.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/EmailVerificationCubit/sendEmailVerification.md deleted file mode 100644 index 5d9d58e5..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/EmailVerificationCubit/sendEmailVerification.md +++ /dev/null @@ -1,47 +0,0 @@ - - - -# sendEmailVerification method - - - - - *[](https://dart.dev/null-safety)* - - - - -[FutureOr](https://api.flutter.dev/flutter/dart-async/FutureOr-class.html)<void> sendEmailVerification -() - - - - - - - - -## Implementation - -```dart -FutureOr sendEmailVerification() async { - emit(state.copyWith(status: FormStatus.submissionInProgress)); - final response = await authenticationRepository.sendEmailVerification(); - emit( - response.fold( - (value) => state.copyWith(status: FormStatus.submissionSuccess), - (error) => state.copyWith( - errorMessage: error.message, - status: FormStatus.submissionFailure, - ), - ), - ); -} -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/EmailVerificationState-class.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/EmailVerificationState-class.md deleted file mode 100644 index a1a99c58..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/EmailVerificationState-class.md +++ /dev/null @@ -1,160 +0,0 @@ - - - -# EmailVerificationState class - - - - - - - *[](https://dart.dev/null-safety)* - - - - - - -**Inheritance** - -- [Object](https://api.flutter.dev/flutter/dart-core/Object-class.html) -- [Equatable](https://pub.dev/documentation/equatable/2.0.5/equatable/Equatable-class.html) -- EmailVerificationState - - - - - - - - -## Constructors - -[EmailVerificationState](../wyatt_authentication_bloc/EmailVerificationState/EmailVerificationState.md) ({[bool](https://api.flutter.dev/flutter/dart-core/bool-class.html) isVerified = false, FormStatus status = FormStatus.pure, [String](https://api.flutter.dev/flutter/dart-core/String-class.html)? errorMessage}) - - _const_ - - -## Properties - -##### [errorMessage](../wyatt_authentication_bloc/EmailVerificationState/errorMessage.md) → [String](https://api.flutter.dev/flutter/dart-core/String-class.html)? - - - - -_final_ - - - -##### [hashCode](https://pub.dev/documentation/equatable/2.0.5/equatable/Equatable/hashCode.html) → [int](https://api.flutter.dev/flutter/dart-core/int-class.html) - - - -The hash code for this object. -_read-onlyinherited_ - - - -##### [isVerified](../wyatt_authentication_bloc/EmailVerificationState/isVerified.md) → [bool](https://api.flutter.dev/flutter/dart-core/bool-class.html) - - - - -_final_ - - - -##### [props](../wyatt_authentication_bloc/EmailVerificationState/props.md) → [List](https://api.flutter.dev/flutter/dart-core/List-class.html)<[Object](https://api.flutter.dev/flutter/dart-core/Object-class.html)?> - - - -The list of properties that will be used to determine whether -two instances are equal. -_read-onlyoverride_ - - - -##### [runtimeType](https://api.flutter.dev/flutter/dart-core/Object/runtimeType.html) → [Type](https://api.flutter.dev/flutter/dart-core/Type-class.html) - - - -A representation of the runtime type of the object. -_read-onlyinherited_ - - - -##### [status](../wyatt_authentication_bloc/EmailVerificationState/status.md) → FormStatus - - - - -_final_ - - - -##### [stringify](https://pub.dev/documentation/equatable/2.0.5/equatable/Equatable/stringify.html) → [bool](https://api.flutter.dev/flutter/dart-core/bool-class.html)? - - - -If set to true, the toString method will be overridden to output -this instance's props. -_read-onlyinherited_ - - - - - -## Methods - -##### [copyWith](../wyatt_authentication_bloc/EmailVerificationState/copyWith.md)({FormStatus? status, [bool](https://api.flutter.dev/flutter/dart-core/bool-class.html)? isVerified, [String](https://api.flutter.dev/flutter/dart-core/String-class.html)? errorMessage}) [EmailVerificationState](../wyatt_authentication_bloc/EmailVerificationState-class.md) - - - - - - - - -##### [noSuchMethod](https://api.flutter.dev/flutter/dart-core/Object/noSuchMethod.html)([Invocation](https://api.flutter.dev/flutter/dart-core/Invocation-class.html) invocation) dynamic - - - -Invoked when a non-existent method or property is accessed. -_inherited_ - - - -##### [toString](../wyatt_authentication_bloc/EmailVerificationState/toString.md)() [String](https://api.flutter.dev/flutter/dart-core/String-class.html) - - - -A string representation of this object. -_override_ - - - - - -## Operators - -##### [operator ==](https://pub.dev/documentation/equatable/2.0.5/equatable/Equatable/operator_equals.html)([Object](https://api.flutter.dev/flutter/dart-core/Object-class.html) other) [bool](https://api.flutter.dev/flutter/dart-core/bool-class.html) - - - -The equality operator. -_inherited_ - - - - - - - - - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/EmailVerificationState/EmailVerificationState.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/EmailVerificationState/EmailVerificationState.md deleted file mode 100644 index 2b2eec71..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/EmailVerificationState/EmailVerificationState.md +++ /dev/null @@ -1,34 +0,0 @@ - - - -# EmailVerificationState constructor - - - - - *[](https://dart.dev/null-safety)* - - -const -EmailVerificationState({[bool](https://api.flutter.dev/flutter/dart-core/bool-class.html) isVerified = false, FormStatus status = FormStatus.pure, [String](https://api.flutter.dev/flutter/dart-core/String-class.html)? errorMessage}) - - - - - -## Implementation - -```dart -const EmailVerificationState({ - this.isVerified = false, - this.status = FormStatus.pure, - this.errorMessage, -}); -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/EmailVerificationState/copyWith.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/EmailVerificationState/copyWith.md deleted file mode 100644 index 3828f71a..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/EmailVerificationState/copyWith.md +++ /dev/null @@ -1,44 +0,0 @@ - - - -# copyWith method - - - - - *[](https://dart.dev/null-safety)* - - - - -[EmailVerificationState](../../wyatt_authentication_bloc/EmailVerificationState-class.md) copyWith -({FormStatus? status, [bool](https://api.flutter.dev/flutter/dart-core/bool-class.html)? isVerified, [String](https://api.flutter.dev/flutter/dart-core/String-class.html)? errorMessage}) - - - - - - - - -## Implementation - -```dart -EmailVerificationState copyWith({ - FormStatus? status, - bool? isVerified, - String? errorMessage, -}) => - EmailVerificationState( - status: status ?? this.status, - isVerified: isVerified ?? this.isVerified, - errorMessage: errorMessage ?? this.errorMessage, - ); -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/EmailVerificationState/errorMessage.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/EmailVerificationState/errorMessage.md deleted file mode 100644 index 4f0a5b7f..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/EmailVerificationState/errorMessage.md +++ /dev/null @@ -1,33 +0,0 @@ - - - -# errorMessage property - - - - - *[](https://dart.dev/null-safety)* - - - -[String](https://api.flutter.dev/flutter/dart-core/String-class.html)? errorMessage - -_final_ - - - - - - -## Implementation - -```dart -final String? errorMessage; -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/EmailVerificationState/isVerified.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/EmailVerificationState/isVerified.md deleted file mode 100644 index 5fe39d63..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/EmailVerificationState/isVerified.md +++ /dev/null @@ -1,33 +0,0 @@ - - - -# isVerified property - - - - - *[](https://dart.dev/null-safety)* - - - -[bool](https://api.flutter.dev/flutter/dart-core/bool-class.html) isVerified - -_final_ - - - - - - -## Implementation - -```dart -final bool isVerified; -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/EmailVerificationState/props.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/EmailVerificationState/props.md deleted file mode 100644 index 60e41027..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/EmailVerificationState/props.md +++ /dev/null @@ -1,42 +0,0 @@ - - - -# props property - - - - - *[](https://dart.dev/null-safety)* - - - - - -**Annotations** - -- @[override](https://api.flutter.dev/flutter/dart-core/override-constant.html) -[List](https://api.flutter.dev/flutter/dart-core/List-class.html)<[Object](https://api.flutter.dev/flutter/dart-core/Object-class.html)?> props - -_override_ - - - -

The list of properties that will be used to determine whether -two instances are equal.

- - - -## Implementation - -```dart -@override -List get props => [status, isVerified, errorMessage]; -``` - - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/EmailVerificationState/status.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/EmailVerificationState/status.md deleted file mode 100644 index 5623cccf..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/EmailVerificationState/status.md +++ /dev/null @@ -1,33 +0,0 @@ - - - -# status property - - - - - *[](https://dart.dev/null-safety)* - - - -FormStatus status - -_final_ - - - - - - -## Implementation - -```dart -final FormStatus status; -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/EmailVerificationState/toString.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/EmailVerificationState/toString.md deleted file mode 100644 index 3fec7549..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/EmailVerificationState/toString.md +++ /dev/null @@ -1,49 +0,0 @@ - - - -# toString method - - - - - *[](https://dart.dev/null-safety)* - - - -- @[override](https://api.flutter.dev/flutter/dart-core/override-constant.html) - -[String](https://api.flutter.dev/flutter/dart-core/String-class.html) toString -() - -_override_ - - - -

A string representation of this object.

-

Some classes have a default textual representation, -often paired with a static parse function (like int.parse). -These classes will provide the textual representation as -their string representation.

-

Other classes have no meaningful textual representation -that a program will care about. -Such classes will typically override toString to provide -useful information when inspecting the object, -mainly for debugging or logging.

- - - -## Implementation - -```dart -@override -String toString() => 'EmailVerificationState(status: ${status.name} ' - '${(errorMessage != null) ? " [$errorMessage]" : ""}, ' - 'isVerified: $isVerified)'; -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/FetchSignInMethodsForEmailFailureFirebase-class.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/FetchSignInMethodsForEmailFailureFirebase-class.md deleted file mode 100644 index a97181ca..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/FetchSignInMethodsForEmailFailureFirebase-class.md +++ /dev/null @@ -1,137 +0,0 @@ - - - -# FetchSignInMethodsForEmailFailureFirebase class - - - - - - - *[](https://dart.dev/null-safety)* - - - -

Thrown during the fetch sign in methods if a failure occurs.

- - - -**Inheritance** - -- [Object](https://api.flutter.dev/flutter/dart-core/Object-class.html) -- [AuthenticationFailureInterface](../wyatt_authentication_bloc/AuthenticationFailureInterface-class.md) -- [FetchSignInMethodsForEmailFailureInterface](../wyatt_authentication_bloc/FetchSignInMethodsForEmailFailureInterface-class.md) -- FetchSignInMethodsForEmailFailureFirebase - - - - - - - - -## Constructors - -[FetchSignInMethodsForEmailFailureFirebase](../wyatt_authentication_bloc/FetchSignInMethodsForEmailFailureFirebase/FetchSignInMethodsForEmailFailureFirebase.md) ([[String](https://api.flutter.dev/flutter/dart-core/String-class.html)? code, [String](https://api.flutter.dev/flutter/dart-core/String-class.html)? msg]) - - - -[FetchSignInMethodsForEmailFailureFirebase.fromCode](../wyatt_authentication_bloc/FetchSignInMethodsForEmailFailureFirebase/FetchSignInMethodsForEmailFailureFirebase.fromCode.md) ([String](https://api.flutter.dev/flutter/dart-core/String-class.html) code) - - - - -## Properties - -##### [code](../wyatt_authentication_bloc/AuthenticationFailureInterface/code.md) ↔ [String](https://api.flutter.dev/flutter/dart-core/String-class.html) - - - - -_read / writeinherited_ - - - -##### [hashCode](https://api.flutter.dev/flutter/dart-core/Object/hashCode.html) → [int](https://api.flutter.dev/flutter/dart-core/int-class.html) - - - -The hash code for this object. -_read-onlyinherited_ - - - -##### [message](../wyatt_authentication_bloc/AuthenticationFailureInterface/message.md) → [String](https://api.flutter.dev/flutter/dart-core/String-class.html) - - - - -_read-onlyinherited_ - - - -##### [msg](../wyatt_authentication_bloc/AuthenticationFailureInterface/msg.md) ↔ [String](https://api.flutter.dev/flutter/dart-core/String-class.html) - - - - -_read / writeinherited_ - - - -##### [runtimeType](https://api.flutter.dev/flutter/dart-core/Object/runtimeType.html) → [Type](https://api.flutter.dev/flutter/dart-core/Type-class.html) - - - -A representation of the runtime type of the object. -_read-onlyinherited_ - - - - - -## Methods - -##### [noSuchMethod](https://api.flutter.dev/flutter/dart-core/Object/noSuchMethod.html)([Invocation](https://api.flutter.dev/flutter/dart-core/Invocation-class.html) invocation) dynamic - - - -Invoked when a non-existent method or property is accessed. -_inherited_ - - - -##### [toString](../wyatt_authentication_bloc/AuthenticationFailureInterface/toString.md)() [String](https://api.flutter.dev/flutter/dart-core/String-class.html) - - - -A string representation of this object. -_inherited_ - - - - - -## Operators - -##### [operator ==](https://api.flutter.dev/flutter/dart-core/Object/operator_equals.html)([Object](https://api.flutter.dev/flutter/dart-core/Object-class.html) other) [bool](https://api.flutter.dev/flutter/dart-core/bool-class.html) - - - -The equality operator. -_inherited_ - - - - - - - - - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/FetchSignInMethodsForEmailFailureFirebase/FetchSignInMethodsForEmailFailureFirebase.fromCode.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/FetchSignInMethodsForEmailFailureFirebase/FetchSignInMethodsForEmailFailureFirebase.fromCode.md deleted file mode 100644 index 3cf4d6c5..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/FetchSignInMethodsForEmailFailureFirebase/FetchSignInMethodsForEmailFailureFirebase.fromCode.md +++ /dev/null @@ -1,40 +0,0 @@ - - - -# FetchSignInMethodsForEmailFailureFirebase.fromCode constructor - - - - - *[](https://dart.dev/null-safety)* - - - -FetchSignInMethodsForEmailFailureFirebase.fromCode([String](https://api.flutter.dev/flutter/dart-core/String-class.html) code) - - - - - -## Implementation - -```dart -FetchSignInMethodsForEmailFailureFirebase.fromCode(String code) - : super.fromCode(code) { - switch (code) { - case 'invalid-email': - msg = 'The email address is badly formatted.'; - break; - default: - this.code = 'unknown'; - msg = 'An unknown error occurred.'; - } -} -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/FetchSignInMethodsForEmailFailureFirebase/FetchSignInMethodsForEmailFailureFirebase.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/FetchSignInMethodsForEmailFailureFirebase/FetchSignInMethodsForEmailFailureFirebase.md deleted file mode 100644 index 4a74506c..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/FetchSignInMethodsForEmailFailureFirebase/FetchSignInMethodsForEmailFailureFirebase.md +++ /dev/null @@ -1,31 +0,0 @@ - - - -# FetchSignInMethodsForEmailFailureFirebase constructor - - - - - *[](https://dart.dev/null-safety)* - - - -FetchSignInMethodsForEmailFailureFirebase([[String](https://api.flutter.dev/flutter/dart-core/String-class.html)? code, [String](https://api.flutter.dev/flutter/dart-core/String-class.html)? msg]) - - - - - -## Implementation - -```dart -FetchSignInMethodsForEmailFailureFirebase([String? code, String? msg]) - : super(code ?? 'unknown', msg ?? 'An unknown error occurred.'); -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/FetchSignInMethodsForEmailFailureInterface-class.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/FetchSignInMethodsForEmailFailureInterface-class.md deleted file mode 100644 index 5986c599..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/FetchSignInMethodsForEmailFailureInterface-class.md +++ /dev/null @@ -1,139 +0,0 @@ - - - -# FetchSignInMethodsForEmailFailureInterface class - - - - - - - *[](https://dart.dev/null-safety)* - - - -

Thrown during the fetch sign in methods if a failure occurs.

- - - -**Inheritance** - -- [Object](https://api.flutter.dev/flutter/dart-core/Object-class.html) -- [AuthenticationFailureInterface](../wyatt_authentication_bloc/AuthenticationFailureInterface-class.md) -- FetchSignInMethodsForEmailFailureInterface - - - -**Implementers** - -- [FetchSignInMethodsForEmailFailureFirebase](../wyatt_authentication_bloc/FetchSignInMethodsForEmailFailureFirebase-class.md) - - - - - -## Constructors - -[FetchSignInMethodsForEmailFailureInterface](../wyatt_authentication_bloc/FetchSignInMethodsForEmailFailureInterface/FetchSignInMethodsForEmailFailureInterface.md) ([String](https://api.flutter.dev/flutter/dart-core/String-class.html) code, [String](https://api.flutter.dev/flutter/dart-core/String-class.html) msg) - -Thrown during the fetch sign in methods if a failure occurs. - -[FetchSignInMethodsForEmailFailureInterface.fromCode](../wyatt_authentication_bloc/FetchSignInMethodsForEmailFailureInterface/FetchSignInMethodsForEmailFailureInterface.fromCode.md) ([String](https://api.flutter.dev/flutter/dart-core/String-class.html) code) - -Thrown during the fetch sign in methods if a failure occurs. - - -## Properties - -##### [code](../wyatt_authentication_bloc/AuthenticationFailureInterface/code.md) ↔ [String](https://api.flutter.dev/flutter/dart-core/String-class.html) - - - - -_read / writeinherited_ - - - -##### [hashCode](https://api.flutter.dev/flutter/dart-core/Object/hashCode.html) → [int](https://api.flutter.dev/flutter/dart-core/int-class.html) - - - -The hash code for this object. -_read-onlyinherited_ - - - -##### [message](../wyatt_authentication_bloc/AuthenticationFailureInterface/message.md) → [String](https://api.flutter.dev/flutter/dart-core/String-class.html) - - - - -_read-onlyinherited_ - - - -##### [msg](../wyatt_authentication_bloc/AuthenticationFailureInterface/msg.md) ↔ [String](https://api.flutter.dev/flutter/dart-core/String-class.html) - - - - -_read / writeinherited_ - - - -##### [runtimeType](https://api.flutter.dev/flutter/dart-core/Object/runtimeType.html) → [Type](https://api.flutter.dev/flutter/dart-core/Type-class.html) - - - -A representation of the runtime type of the object. -_read-onlyinherited_ - - - - - -## Methods - -##### [noSuchMethod](https://api.flutter.dev/flutter/dart-core/Object/noSuchMethod.html)([Invocation](https://api.flutter.dev/flutter/dart-core/Invocation-class.html) invocation) dynamic - - - -Invoked when a non-existent method or property is accessed. -_inherited_ - - - -##### [toString](../wyatt_authentication_bloc/AuthenticationFailureInterface/toString.md)() [String](https://api.flutter.dev/flutter/dart-core/String-class.html) - - - -A string representation of this object. -_inherited_ - - - - - -## Operators - -##### [operator ==](https://api.flutter.dev/flutter/dart-core/Object/operator_equals.html)([Object](https://api.flutter.dev/flutter/dart-core/Object-class.html) other) [bool](https://api.flutter.dev/flutter/dart-core/bool-class.html) - - - -The equality operator. -_inherited_ - - - - - - - - - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/FetchSignInMethodsForEmailFailureInterface/FetchSignInMethodsForEmailFailureInterface.fromCode.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/FetchSignInMethodsForEmailFailureInterface/FetchSignInMethodsForEmailFailureInterface.fromCode.md deleted file mode 100644 index 846ff49a..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/FetchSignInMethodsForEmailFailureInterface/FetchSignInMethodsForEmailFailureInterface.fromCode.md +++ /dev/null @@ -1,32 +0,0 @@ - - - -# FetchSignInMethodsForEmailFailureInterface.fromCode constructor - - - - - *[](https://dart.dev/null-safety)* - - - -FetchSignInMethodsForEmailFailureInterface.fromCode([String](https://api.flutter.dev/flutter/dart-core/String-class.html) code) - - -

Thrown during the fetch sign in methods if a failure occurs.

- - - -## Implementation - -```dart -FetchSignInMethodsForEmailFailureInterface.fromCode(super.code) - : super.fromCode(); -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/FetchSignInMethodsForEmailFailureInterface/FetchSignInMethodsForEmailFailureInterface.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/FetchSignInMethodsForEmailFailureInterface/FetchSignInMethodsForEmailFailureInterface.md deleted file mode 100644 index b38af41e..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/FetchSignInMethodsForEmailFailureInterface/FetchSignInMethodsForEmailFailureInterface.md +++ /dev/null @@ -1,31 +0,0 @@ - - - -# FetchSignInMethodsForEmailFailureInterface constructor - - - - - *[](https://dart.dev/null-safety)* - - - -FetchSignInMethodsForEmailFailureInterface([String](https://api.flutter.dev/flutter/dart-core/String-class.html) code, [String](https://api.flutter.dev/flutter/dart-core/String-class.html) msg) - - -

Thrown during the fetch sign in methods if a failure occurs.

- - - -## Implementation - -```dart -FetchSignInMethodsForEmailFailureInterface(super.code, super.msg); -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/ModelParsingFailureFirebase-class.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/ModelParsingFailureFirebase-class.md deleted file mode 100644 index 60876e96..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/ModelParsingFailureFirebase-class.md +++ /dev/null @@ -1,137 +0,0 @@ - - - -# ModelParsingFailureFirebase class - - - - - - - *[](https://dart.dev/null-safety)* - - - -

Thrown during the model parsing process if a failure occurs.

- - - -**Inheritance** - -- [Object](https://api.flutter.dev/flutter/dart-core/Object-class.html) -- [AuthenticationFailureInterface](../wyatt_authentication_bloc/AuthenticationFailureInterface-class.md) -- [ModelParsingFailureInterface](../wyatt_authentication_bloc/ModelParsingFailureInterface-class.md) -- ModelParsingFailureFirebase - - - - - - - - -## Constructors - -[ModelParsingFailureFirebase](../wyatt_authentication_bloc/ModelParsingFailureFirebase/ModelParsingFailureFirebase.md) ([[String](https://api.flutter.dev/flutter/dart-core/String-class.html)? code, [String](https://api.flutter.dev/flutter/dart-core/String-class.html)? msg]) - - - -[ModelParsingFailureFirebase.fromCode](../wyatt_authentication_bloc/ModelParsingFailureFirebase/ModelParsingFailureFirebase.fromCode.md) ([String](https://api.flutter.dev/flutter/dart-core/String-class.html) code) - - - - -## Properties - -##### [code](../wyatt_authentication_bloc/AuthenticationFailureInterface/code.md) ↔ [String](https://api.flutter.dev/flutter/dart-core/String-class.html) - - - - -_read / writeinherited_ - - - -##### [hashCode](https://api.flutter.dev/flutter/dart-core/Object/hashCode.html) → [int](https://api.flutter.dev/flutter/dart-core/int-class.html) - - - -The hash code for this object. -_read-onlyinherited_ - - - -##### [message](../wyatt_authentication_bloc/AuthenticationFailureInterface/message.md) → [String](https://api.flutter.dev/flutter/dart-core/String-class.html) - - - - -_read-onlyinherited_ - - - -##### [msg](../wyatt_authentication_bloc/AuthenticationFailureInterface/msg.md) ↔ [String](https://api.flutter.dev/flutter/dart-core/String-class.html) - - - - -_read / writeinherited_ - - - -##### [runtimeType](https://api.flutter.dev/flutter/dart-core/Object/runtimeType.html) → [Type](https://api.flutter.dev/flutter/dart-core/Type-class.html) - - - -A representation of the runtime type of the object. -_read-onlyinherited_ - - - - - -## Methods - -##### [noSuchMethod](https://api.flutter.dev/flutter/dart-core/Object/noSuchMethod.html)([Invocation](https://api.flutter.dev/flutter/dart-core/Invocation-class.html) invocation) dynamic - - - -Invoked when a non-existent method or property is accessed. -_inherited_ - - - -##### [toString](../wyatt_authentication_bloc/AuthenticationFailureInterface/toString.md)() [String](https://api.flutter.dev/flutter/dart-core/String-class.html) - - - -A string representation of this object. -_inherited_ - - - - - -## Operators - -##### [operator ==](https://api.flutter.dev/flutter/dart-core/Object/operator_equals.html)([Object](https://api.flutter.dev/flutter/dart-core/Object-class.html) other) [bool](https://api.flutter.dev/flutter/dart-core/bool-class.html) - - - -The equality operator. -_inherited_ - - - - - - - - - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/ModelParsingFailureFirebase/ModelParsingFailureFirebase.fromCode.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/ModelParsingFailureFirebase/ModelParsingFailureFirebase.fromCode.md deleted file mode 100644 index 0e9ae35c..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/ModelParsingFailureFirebase/ModelParsingFailureFirebase.fromCode.md +++ /dev/null @@ -1,30 +0,0 @@ - - - -# ModelParsingFailureFirebase.fromCode constructor - - - - - *[](https://dart.dev/null-safety)* - - - -ModelParsingFailureFirebase.fromCode([String](https://api.flutter.dev/flutter/dart-core/String-class.html) code) - - - - - -## Implementation - -```dart -ModelParsingFailureFirebase.fromCode(super.code) : super.fromCode(); -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/ModelParsingFailureFirebase/ModelParsingFailureFirebase.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/ModelParsingFailureFirebase/ModelParsingFailureFirebase.md deleted file mode 100644 index 51b77521..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/ModelParsingFailureFirebase/ModelParsingFailureFirebase.md +++ /dev/null @@ -1,31 +0,0 @@ - - - -# ModelParsingFailureFirebase constructor - - - - - *[](https://dart.dev/null-safety)* - - - -ModelParsingFailureFirebase([[String](https://api.flutter.dev/flutter/dart-core/String-class.html)? code, [String](https://api.flutter.dev/flutter/dart-core/String-class.html)? msg]) - - - - - -## Implementation - -```dart -ModelParsingFailureFirebase([String? code, String? msg]) - : super(code ?? 'unknown', msg ?? 'An unknown error occurred.'); -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/ModelParsingFailureInterface-class.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/ModelParsingFailureInterface-class.md deleted file mode 100644 index d8e2dead..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/ModelParsingFailureInterface-class.md +++ /dev/null @@ -1,139 +0,0 @@ - - - -# ModelParsingFailureInterface class - - - - - - - *[](https://dart.dev/null-safety)* - - - -

Thrown during the model parsing process if a failure occurs.

- - - -**Inheritance** - -- [Object](https://api.flutter.dev/flutter/dart-core/Object-class.html) -- [AuthenticationFailureInterface](../wyatt_authentication_bloc/AuthenticationFailureInterface-class.md) -- ModelParsingFailureInterface - - - -**Implementers** - -- [ModelParsingFailureFirebase](../wyatt_authentication_bloc/ModelParsingFailureFirebase-class.md) - - - - - -## Constructors - -[ModelParsingFailureInterface](../wyatt_authentication_bloc/ModelParsingFailureInterface/ModelParsingFailureInterface.md) ([String](https://api.flutter.dev/flutter/dart-core/String-class.html) code, [String](https://api.flutter.dev/flutter/dart-core/String-class.html) msg) - - - -[ModelParsingFailureInterface.fromCode](../wyatt_authentication_bloc/ModelParsingFailureInterface/ModelParsingFailureInterface.fromCode.md) ([String](https://api.flutter.dev/flutter/dart-core/String-class.html) code) - - - - -## Properties - -##### [code](../wyatt_authentication_bloc/AuthenticationFailureInterface/code.md) ↔ [String](https://api.flutter.dev/flutter/dart-core/String-class.html) - - - - -_read / writeinherited_ - - - -##### [hashCode](https://api.flutter.dev/flutter/dart-core/Object/hashCode.html) → [int](https://api.flutter.dev/flutter/dart-core/int-class.html) - - - -The hash code for this object. -_read-onlyinherited_ - - - -##### [message](../wyatt_authentication_bloc/AuthenticationFailureInterface/message.md) → [String](https://api.flutter.dev/flutter/dart-core/String-class.html) - - - - -_read-onlyinherited_ - - - -##### [msg](../wyatt_authentication_bloc/AuthenticationFailureInterface/msg.md) ↔ [String](https://api.flutter.dev/flutter/dart-core/String-class.html) - - - - -_read / writeinherited_ - - - -##### [runtimeType](https://api.flutter.dev/flutter/dart-core/Object/runtimeType.html) → [Type](https://api.flutter.dev/flutter/dart-core/Type-class.html) - - - -A representation of the runtime type of the object. -_read-onlyinherited_ - - - - - -## Methods - -##### [noSuchMethod](https://api.flutter.dev/flutter/dart-core/Object/noSuchMethod.html)([Invocation](https://api.flutter.dev/flutter/dart-core/Invocation-class.html) invocation) dynamic - - - -Invoked when a non-existent method or property is accessed. -_inherited_ - - - -##### [toString](../wyatt_authentication_bloc/AuthenticationFailureInterface/toString.md)() [String](https://api.flutter.dev/flutter/dart-core/String-class.html) - - - -A string representation of this object. -_inherited_ - - - - - -## Operators - -##### [operator ==](https://api.flutter.dev/flutter/dart-core/Object/operator_equals.html)([Object](https://api.flutter.dev/flutter/dart-core/Object-class.html) other) [bool](https://api.flutter.dev/flutter/dart-core/bool-class.html) - - - -The equality operator. -_inherited_ - - - - - - - - - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/ModelParsingFailureInterface/ModelParsingFailureInterface.fromCode.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/ModelParsingFailureInterface/ModelParsingFailureInterface.fromCode.md deleted file mode 100644 index 055991cb..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/ModelParsingFailureInterface/ModelParsingFailureInterface.fromCode.md +++ /dev/null @@ -1,30 +0,0 @@ - - - -# ModelParsingFailureInterface.fromCode constructor - - - - - *[](https://dart.dev/null-safety)* - - - -ModelParsingFailureInterface.fromCode([String](https://api.flutter.dev/flutter/dart-core/String-class.html) code) - - - - - -## Implementation - -```dart -ModelParsingFailureInterface.fromCode(super.code) : super.fromCode(); -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/ModelParsingFailureInterface/ModelParsingFailureInterface.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/ModelParsingFailureInterface/ModelParsingFailureInterface.md deleted file mode 100644 index 473c347a..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/ModelParsingFailureInterface/ModelParsingFailureInterface.md +++ /dev/null @@ -1,30 +0,0 @@ - - - -# ModelParsingFailureInterface constructor - - - - - *[](https://dart.dev/null-safety)* - - - -ModelParsingFailureInterface([String](https://api.flutter.dev/flutter/dart-core/String-class.html) code, [String](https://api.flutter.dev/flutter/dart-core/String-class.html) msg) - - - - - -## Implementation - -```dart -ModelParsingFailureInterface(super.code, super.msg); -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/PasswordResetCubit-class.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/PasswordResetCubit-class.md deleted file mode 100644 index 350b635e..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/PasswordResetCubit-class.md +++ /dev/null @@ -1,275 +0,0 @@ - - - -# PasswordResetCubit<Extra> class - - - - - - - *[](https://dart.dev/null-safety)* - - - -

Cubit that allows user to reset his password

- - - -**Inheritance** - -- [Object](https://api.flutter.dev/flutter/dart-core/Object-class.html) -- [BlocBase](https://pub.dev/documentation/bloc/8.1.0/bloc/BlocBase-class.html)<[PasswordResetState](../wyatt_authentication_bloc/PasswordResetState-class.md)> -- [Cubit](https://pub.dev/documentation/bloc/8.1.0/bloc/Cubit-class.html)<[PasswordResetState](../wyatt_authentication_bloc/PasswordResetState-class.md)> -- PasswordResetCubit - - - - - - - - -## Constructors - -[PasswordResetCubit](../wyatt_authentication_bloc/PasswordResetCubit/PasswordResetCubit.md) ({required [AuthenticationRepository](../wyatt_authentication_bloc/AuthenticationRepository-class.md)<Extra> authenticationRepository}) - - - - -## Properties - -##### [authenticationRepository](../wyatt_authentication_bloc/PasswordResetCubit/authenticationRepository.md) → [AuthenticationRepository](../wyatt_authentication_bloc/AuthenticationRepository-class.md)<Extra> - - - - -_final_ - - - -##### [formName](../wyatt_authentication_bloc/PasswordResetCubit/formName.md) → [String](https://api.flutter.dev/flutter/dart-core/String-class.html) - - - - -_read-only_ - - - -##### [formRepository](../wyatt_authentication_bloc/PasswordResetCubit/formRepository.md) → FormRepository - - - - -_read-only_ - - - -##### [hashCode](https://api.flutter.dev/flutter/dart-core/Object/hashCode.html) → [int](https://api.flutter.dev/flutter/dart-core/int-class.html) - - - -The hash code for this object. -_read-onlyinherited_ - - - -##### [isClosed](https://pub.dev/documentation/bloc/8.1.0/bloc/BlocBase/isClosed.html) → [bool](https://api.flutter.dev/flutter/dart-core/bool-class.html) - - - -Whether the bloc is closed. -_read-onlyinherited_ - - - -##### [runtimeType](https://api.flutter.dev/flutter/dart-core/Object/runtimeType.html) → [Type](https://api.flutter.dev/flutter/dart-core/Type-class.html) - - - -A representation of the runtime type of the object. -_read-onlyinherited_ - - - -##### [state](https://pub.dev/documentation/bloc/8.1.0/bloc/BlocBase/state.html) → [PasswordResetState](../wyatt_authentication_bloc/PasswordResetState-class.md) - - - -The current state. -_read-onlyinherited_ - - - -##### [stream](https://pub.dev/documentation/bloc/8.1.0/bloc/BlocBase/stream.html) → [Stream](https://api.flutter.dev/flutter/dart-async/Stream-class.html)<[PasswordResetState](../wyatt_authentication_bloc/PasswordResetState-class.md)> - - - -The current stream of states. -_read-onlyinherited_ - - - - - -## Methods - -##### [addError](https://pub.dev/documentation/bloc/8.1.0/bloc/BlocBase/addError.html)([Object](https://api.flutter.dev/flutter/dart-core/Object-class.html) error, [[StackTrace](https://api.flutter.dev/flutter/dart-core/StackTrace-class.html)? stackTrace]) void - - - -Reports an error which triggers onError with an optional StackTrace. -_inherited_ - - - -##### [close](https://pub.dev/documentation/bloc/8.1.0/bloc/BlocBase/close.html)() [Future](https://api.flutter.dev/flutter/dart-async/Future-class.html)<void> - - - -Closes the instance. -This method should be called when the instance is no longer needed. -Once close is called, the instance can no longer be used. -_inherited_ - - - -##### [dataChanged](../wyatt_authentication_bloc/PasswordResetCubit/dataChanged.md)<Value>([String](https://api.flutter.dev/flutter/dart-core/String-class.html) key, FormInputValidator<Value, ValidationError> dirtyValue) [FutureOr](https://api.flutter.dev/flutter/dart-async/FutureOr-class.html)<void> - - - - - - - - -##### [emailChanged](../wyatt_authentication_bloc/PasswordResetCubit/emailChanged.md)([String](https://api.flutter.dev/flutter/dart-core/String-class.html) value) void - - - - - - - - -##### [emailCustomChanged](../wyatt_authentication_bloc/PasswordResetCubit/emailCustomChanged.md)<Validator extends FormInputValidator<[String](https://api.flutter.dev/flutter/dart-core/String-class.html)?, ValidationError>>(Validator validator) void - - - -Same as emailChanged but with a custom Validator. - - - - -##### [emit](https://pub.dev/documentation/bloc/8.1.0/bloc/BlocBase/emit.html)([PasswordResetState](../wyatt_authentication_bloc/PasswordResetState-class.md) state) void - - - -Updates the state to the provided state. -emit does nothing if the state being emitted -is equal to the current state. -_inherited_ - - - -##### [noSuchMethod](https://api.flutter.dev/flutter/dart-core/Object/noSuchMethod.html)([Invocation](https://api.flutter.dev/flutter/dart-core/Invocation-class.html) invocation) dynamic - - - -Invoked when a non-existent method or property is accessed. -_inherited_ - - - -##### [onChange](https://pub.dev/documentation/bloc/8.1.0/bloc/BlocBase/onChange.html)([Change](https://pub.dev/documentation/bloc/8.1.0/bloc/Change-class.html)<[PasswordResetState](../wyatt_authentication_bloc/PasswordResetState-class.md)> change) void - - - -Called whenever a change occurs with the given change. -A change occurs when a new state is emitted. -onChange is called before the state of the cubit is updated. -onChange is a great spot to add logging/analytics for a specific cubit. -_inherited_ - - - -##### [onError](https://pub.dev/documentation/bloc/8.1.0/bloc/BlocBase/onError.html)([Object](https://api.flutter.dev/flutter/dart-core/Object-class.html) error, [StackTrace](https://api.flutter.dev/flutter/dart-core/StackTrace-class.html) stackTrace) void - - - -Called whenever an error occurs and notifies BlocObserver.onError. -_inherited_ - - - -##### [reset](../wyatt_authentication_bloc/PasswordResetCubit/reset.md)() [FutureOr](https://api.flutter.dev/flutter/dart-async/FutureOr-class.html)<void> - - - - - - - - -##### [submit](../wyatt_authentication_bloc/PasswordResetCubit/submit.md)() [FutureOr](https://api.flutter.dev/flutter/dart-async/FutureOr-class.html)<void> - - - -Sends a password reset email to the user - - - - -##### [toString](https://api.flutter.dev/flutter/dart-core/Object/toString.html)() [String](https://api.flutter.dev/flutter/dart-core/String-class.html) - - - -A string representation of this object. -_inherited_ - - - -##### [update](../wyatt_authentication_bloc/PasswordResetCubit/update.md)(WyattForm form, {SetOperation operation = SetOperation.replace}) [FutureOr](https://api.flutter.dev/flutter/dart-async/FutureOr-class.html)<void> - - - - - - - - -##### [validate](../wyatt_authentication_bloc/PasswordResetCubit/validate.md)() [FutureOr](https://api.flutter.dev/flutter/dart-async/FutureOr-class.html)<void> - - - - - - - - - - -## Operators - -##### [operator ==](https://api.flutter.dev/flutter/dart-core/Object/operator_equals.html)([Object](https://api.flutter.dev/flutter/dart-core/Object-class.html) other) [bool](https://api.flutter.dev/flutter/dart-core/bool-class.html) - - - -The equality operator. -_inherited_ - - - - - - - - - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/PasswordResetCubit/PasswordResetCubit.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/PasswordResetCubit/PasswordResetCubit.md deleted file mode 100644 index 71d64822..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/PasswordResetCubit/PasswordResetCubit.md +++ /dev/null @@ -1,37 +0,0 @@ - - - -# PasswordResetCubit<Extra> constructor - - - - - *[](https://dart.dev/null-safety)* - - - -PasswordResetCubit<Extra>({required [AuthenticationRepository](../../wyatt_authentication_bloc/AuthenticationRepository-class.md)<Extra> authenticationRepository}) - - - - - -## Implementation - -```dart -PasswordResetCubit({ - required this.authenticationRepository, -}) : super( - PasswordResetState( - form: authenticationRepository.formRepository - .accessForm(AuthFormName.passwordResetForm), - ), - ); -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/PasswordResetCubit/authenticationRepository.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/PasswordResetCubit/authenticationRepository.md deleted file mode 100644 index 1662ceda..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/PasswordResetCubit/authenticationRepository.md +++ /dev/null @@ -1,33 +0,0 @@ - - - -# authenticationRepository property - - - - - *[](https://dart.dev/null-safety)* - - - -[AuthenticationRepository](../../wyatt_authentication_bloc/AuthenticationRepository-class.md)<Extra> authenticationRepository - -_final_ - - - - - - -## Implementation - -```dart -final AuthenticationRepository authenticationRepository; -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/PasswordResetCubit/dataChanged.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/PasswordResetCubit/dataChanged.md deleted file mode 100644 index c62e9718..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/PasswordResetCubit/dataChanged.md +++ /dev/null @@ -1,53 +0,0 @@ - - - -# dataChanged<Value> method - - - - - *[](https://dart.dev/null-safety)* - - - -- @[override](https://api.flutter.dev/flutter/dart-core/override-constant.html) - -[FutureOr](https://api.flutter.dev/flutter/dart-async/FutureOr-class.html)<void> dataChanged -<Value>([String](https://api.flutter.dev/flutter/dart-core/String-class.html) key, FormInputValidator<Value, ValidationError> dirtyValue) - - - - - - - - -## Implementation - -```dart -@override -FutureOr dataChanged( - String key, - FormInputValidator dirtyValue, -) { - final form = formRepository.accessForm(formName).clone(); - - try { - form.updateValidator(key, dirtyValue); - formRepository.updateForm(form); - } catch (e) { - rethrow; - } - - emit( - state.copyWith(form: form, status: form.validate()), - ); -} -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/PasswordResetCubit/emailChanged.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/PasswordResetCubit/emailChanged.md deleted file mode 100644 index 85e7cc16..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/PasswordResetCubit/emailChanged.md +++ /dev/null @@ -1,47 +0,0 @@ - - - -# emailChanged method - - - - - *[](https://dart.dev/null-safety)* - - - - -void emailChanged -([String](https://api.flutter.dev/flutter/dart-core/String-class.html) value) - - - - - - - - -## Implementation - -```dart -void emailChanged(String value) { - final emailValidatorType = formRepository - .accessForm(formName) - .validatorOf(AuthFormField.email) - .runtimeType; - assert( - emailValidatorType == Email, - 'Use emailCustomChanged(...) with validator $emailValidatorType', - ); - - final Email email = Email.dirty(value); - dataChanged(AuthFormField.email, email); -} -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/PasswordResetCubit/emailCustomChanged.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/PasswordResetCubit/emailCustomChanged.md deleted file mode 100644 index fa9c4c14..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/PasswordResetCubit/emailCustomChanged.md +++ /dev/null @@ -1,42 +0,0 @@ - - - -# emailCustomChanged<Validator extends FormInputValidator<String?, ValidationError>> method - - - - - *[](https://dart.dev/null-safety)* - - - - -void emailCustomChanged -<Validator extends FormInputValidator<String?, ValidationError>>(Validator validator) - - - - - -

Same as emailChanged but with a custom Validator.

-

Sort of short hand for dataChanged.

- - - -## Implementation - -```dart -void emailCustomChanged< - Validator extends FormInputValidator>( - Validator validator, -) { - dataChanged(AuthFormField.email, validator); -} -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/PasswordResetCubit/formName.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/PasswordResetCubit/formName.md deleted file mode 100644 index 0e18d674..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/PasswordResetCubit/formName.md +++ /dev/null @@ -1,40 +0,0 @@ - - - -# formName property - - - - - *[](https://dart.dev/null-safety)* - - - - - -**Annotations** - -- @[override](https://api.flutter.dev/flutter/dart-core/override-constant.html) -[String](https://api.flutter.dev/flutter/dart-core/String-class.html) formName - - - - - - - - -## Implementation - -```dart -@override -String get formName => AuthFormName.passwordResetForm; -``` - - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/PasswordResetCubit/formRepository.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/PasswordResetCubit/formRepository.md deleted file mode 100644 index db8665dd..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/PasswordResetCubit/formRepository.md +++ /dev/null @@ -1,36 +0,0 @@ - - - -# formRepository property - - - - - *[](https://dart.dev/null-safety)* - - - - - -FormRepository formRepository - - - - - - - - -## Implementation - -```dart -FormRepository get formRepository => authenticationRepository.formRepository; -``` - - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/PasswordResetCubit/reset.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/PasswordResetCubit/reset.md deleted file mode 100644 index 199755fa..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/PasswordResetCubit/reset.md +++ /dev/null @@ -1,43 +0,0 @@ - - - -# reset method - - - - - *[](https://dart.dev/null-safety)* - - - -- @[override](https://api.flutter.dev/flutter/dart-core/override-constant.html) - -[FutureOr](https://api.flutter.dev/flutter/dart-async/FutureOr-class.html)<void> reset -() - - - - - - - - -## Implementation - -```dart -@override -FutureOr reset() { - final form = state.form.reset(); - formRepository.updateForm(form); - emit( - state.copyWith(form: form, status: form.validate()), - ); -} -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/PasswordResetCubit/submit.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/PasswordResetCubit/submit.md deleted file mode 100644 index 31bfedc7..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/PasswordResetCubit/submit.md +++ /dev/null @@ -1,70 +0,0 @@ - - - -# submit method - - - - - *[](https://dart.dev/null-safety)* - - - -- @[override](https://api.flutter.dev/flutter/dart-core/override-constant.html) - -[FutureOr](https://api.flutter.dev/flutter/dart-async/FutureOr-class.html)<void> submit -() - - - - - -

Sends a password reset email to the user

- - - -## Implementation - -```dart -@override -FutureOr submit() async { - if (!state.status.isValidated) { - return; - } - - emit(state.copyWith(status: FormStatus.submissionInProgress)); - - final form = formRepository.accessForm(formName); - final email = form.valueOf(AuthFormField.email); - - if (email.isNullOrEmpty) { - emit( - state.copyWith( - errorMessage: 'An error occured while retrieving data from the form.', - status: FormStatus.submissionFailure, - ), - ); - } - - final response = await authenticationRepository.sendPasswordResetEmail( - email: email!, - ); - - emit( - response.fold( - (value) => state.copyWith(status: FormStatus.submissionSuccess), - (error) => state.copyWith( - errorMessage: error.message, - status: FormStatus.submissionFailure, - ), - ), - ); -} -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/PasswordResetCubit/update.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/PasswordResetCubit/update.md deleted file mode 100644 index 23388fad..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/PasswordResetCubit/update.md +++ /dev/null @@ -1,51 +0,0 @@ - - - -# update method - - - - - *[](https://dart.dev/null-safety)* - - - -- @[override](https://api.flutter.dev/flutter/dart-core/override-constant.html) - -[FutureOr](https://api.flutter.dev/flutter/dart-async/FutureOr-class.html)<void> update -(WyattForm form, {SetOperation operation = SetOperation.replace}) - - - - - - - - -## Implementation - -```dart -@override -FutureOr update( - WyattForm form, { - SetOperation operation = SetOperation.replace, -}) { - final WyattForm current = formRepository.accessForm(formName).clone(); - final WyattForm newForm = operation.operation.call(current, form); - formRepository.updateForm(newForm); - - emit( - state.copyWith( - form: newForm, - status: newForm.validate(), - ), - ); -} -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/PasswordResetCubit/validate.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/PasswordResetCubit/validate.md deleted file mode 100644 index 5a8e5519..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/PasswordResetCubit/validate.md +++ /dev/null @@ -1,43 +0,0 @@ - - - -# validate method - - - - - *[](https://dart.dev/null-safety)* - - - -- @[override](https://api.flutter.dev/flutter/dart-core/override-constant.html) - -[FutureOr](https://api.flutter.dev/flutter/dart-async/FutureOr-class.html)<void> validate -() - - - - - - - - -## Implementation - -```dart -@override -FutureOr validate() { - emit( - state.copyWith( - status: formRepository.accessForm(formName).validate(), - ), - ); -} -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/PasswordResetState-class.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/PasswordResetState-class.md deleted file mode 100644 index 757a9170..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/PasswordResetState-class.md +++ /dev/null @@ -1,169 +0,0 @@ - - - -# PasswordResetState class - - - - - - - *[](https://dart.dev/null-safety)* - - - - - - -**Inheritance** - -- [Object](https://api.flutter.dev/flutter/dart-core/Object-class.html) -- [Equatable](https://pub.dev/documentation/equatable/2.0.5/equatable/Equatable-class.html) -- PasswordResetState - - - - - - - - -## Constructors - -[PasswordResetState](../wyatt_authentication_bloc/PasswordResetState/PasswordResetState.md) ({required WyattForm form, FormStatus status = FormStatus.pure, [String](https://api.flutter.dev/flutter/dart-core/String-class.html)? errorMessage}) - - _const_ - - -## Properties - -##### [email](../wyatt_authentication_bloc/PasswordResetState/email.md) → Email - - - - -_read-only_ - - - -##### [errorMessage](../wyatt_authentication_bloc/PasswordResetState/errorMessage.md) → [String](https://api.flutter.dev/flutter/dart-core/String-class.html)? - - - -Optional error message. -_finalinherited_ - - - -##### [form](../wyatt_authentication_bloc/PasswordResetState/form.md) → WyattForm - - - -FormData with all inputs, and associated metadata. -_finalinherited_ - - - -##### [hashCode](https://pub.dev/documentation/equatable/2.0.5/equatable/Equatable/hashCode.html) → [int](https://api.flutter.dev/flutter/dart-core/int-class.html) - - - -The hash code for this object. -_read-onlyinherited_ - - - -##### [props](../wyatt_authentication_bloc/PasswordResetState/props.md) → [List](https://api.flutter.dev/flutter/dart-core/List-class.html)<[Object](https://api.flutter.dev/flutter/dart-core/Object-class.html)> - - - -The list of properties that will be used to determine whether -two instances are equal. -_read-only_ - - - -##### [runtimeType](https://api.flutter.dev/flutter/dart-core/Object/runtimeType.html) → [Type](https://api.flutter.dev/flutter/dart-core/Type-class.html) - - - -A representation of the runtime type of the object. -_read-onlyinherited_ - - - -##### [status](../wyatt_authentication_bloc/PasswordResetState/status.md) → FormStatus - - - -Global status of a form. -_finalinherited_ - - - -##### [stringify](https://pub.dev/documentation/equatable/2.0.5/equatable/Equatable/stringify.html) → [bool](https://api.flutter.dev/flutter/dart-core/bool-class.html)? - - - -If set to true, the toString method will be overridden to output -this instance's props. -_read-onlyinherited_ - - - - - -## Methods - -##### [copyWith](../wyatt_authentication_bloc/PasswordResetState/copyWith.md)({WyattForm? form, FormStatus? status, [String](https://api.flutter.dev/flutter/dart-core/String-class.html)? errorMessage}) [PasswordResetState](../wyatt_authentication_bloc/PasswordResetState-class.md) - - - - - - - - -##### [noSuchMethod](https://api.flutter.dev/flutter/dart-core/Object/noSuchMethod.html)([Invocation](https://api.flutter.dev/flutter/dart-core/Invocation-class.html) invocation) dynamic - - - -Invoked when a non-existent method or property is accessed. -_inherited_ - - - -##### [toString](../wyatt_authentication_bloc/PasswordResetState/toString.md)() [String](https://api.flutter.dev/flutter/dart-core/String-class.html) - - - -A string representation of this object. -_override_ - - - - - -## Operators - -##### [operator ==](https://pub.dev/documentation/equatable/2.0.5/equatable/Equatable/operator_equals.html)([Object](https://api.flutter.dev/flutter/dart-core/Object-class.html) other) [bool](https://api.flutter.dev/flutter/dart-core/bool-class.html) - - - -The equality operator. -_inherited_ - - - - - - - - - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/PasswordResetState/PasswordResetState.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/PasswordResetState/PasswordResetState.md deleted file mode 100644 index c6d8f5cf..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/PasswordResetState/PasswordResetState.md +++ /dev/null @@ -1,34 +0,0 @@ - - - -# PasswordResetState constructor - - - - - *[](https://dart.dev/null-safety)* - - -const -PasswordResetState({required WyattForm form, FormStatus status = FormStatus.pure, [String](https://api.flutter.dev/flutter/dart-core/String-class.html)? errorMessage}) - - - - - -## Implementation - -```dart -const PasswordResetState({ - required super.form, - super.status = FormStatus.pure, - super.errorMessage, -}); -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/PasswordResetState/copyWith.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/PasswordResetState/copyWith.md deleted file mode 100644 index 60199cc6..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/PasswordResetState/copyWith.md +++ /dev/null @@ -1,44 +0,0 @@ - - - -# copyWith method - - - - - *[](https://dart.dev/null-safety)* - - - - -[PasswordResetState](../../wyatt_authentication_bloc/PasswordResetState-class.md) copyWith -({WyattForm? form, FormStatus? status, [String](https://api.flutter.dev/flutter/dart-core/String-class.html)? errorMessage}) - - - - - - - - -## Implementation - -```dart -PasswordResetState copyWith({ - WyattForm? form, - FormStatus? status, - String? errorMessage, -}) => - PasswordResetState( - form: form ?? this.form, - status: status ?? this.status, - errorMessage: errorMessage ?? this.errorMessage, - ); -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/PasswordResetState/email.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/PasswordResetState/email.md deleted file mode 100644 index 0e3a2fc7..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/PasswordResetState/email.md +++ /dev/null @@ -1,36 +0,0 @@ - - - -# email property - - - - - *[](https://dart.dev/null-safety)* - - - - - -Email email - - - - - - - - -## Implementation - -```dart -Email get email => form.validatorOf(AuthFormField.email); -``` - - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/PasswordResetState/errorMessage.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/PasswordResetState/errorMessage.md deleted file mode 100644 index d0856deb..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/PasswordResetState/errorMessage.md +++ /dev/null @@ -1,34 +0,0 @@ - - - -# errorMessage property - - - - - *[](https://dart.dev/null-safety)* - - - -[String](https://api.flutter.dev/flutter/dart-core/String-class.html)? errorMessage - -_finalinherited_ - - - -

Optional error message.

- - - -## Implementation - -```dart -final String? errorMessage; -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/PasswordResetState/form.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/PasswordResetState/form.md deleted file mode 100644 index d3f2da76..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/PasswordResetState/form.md +++ /dev/null @@ -1,34 +0,0 @@ - - - -# form property - - - - - *[](https://dart.dev/null-safety)* - - - -WyattForm form - -_finalinherited_ - - - -

FormData with all inputs, and associated metadata.

- - - -## Implementation - -```dart -final WyattForm form; -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/PasswordResetState/props.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/PasswordResetState/props.md deleted file mode 100644 index 4665a84e..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/PasswordResetState/props.md +++ /dev/null @@ -1,42 +0,0 @@ - - - -# props property - - - - - *[](https://dart.dev/null-safety)* - - - - - -**Annotations** - -- @[override](https://api.flutter.dev/flutter/dart-core/override-constant.html) -[List](https://api.flutter.dev/flutter/dart-core/List-class.html)<[Object](https://api.flutter.dev/flutter/dart-core/Object-class.html)> props - - - - - -

The list of properties that will be used to determine whether -two instances are equal.

- - - -## Implementation - -```dart -@override -List get props => [email, status]; -``` - - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/PasswordResetState/status.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/PasswordResetState/status.md deleted file mode 100644 index 644a9f10..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/PasswordResetState/status.md +++ /dev/null @@ -1,34 +0,0 @@ - - - -# status property - - - - - *[](https://dart.dev/null-safety)* - - - -FormStatus status - -_finalinherited_ - - - -

Global status of a form.

- - - -## Implementation - -```dart -final FormStatus status; -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/PasswordResetState/toString.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/PasswordResetState/toString.md deleted file mode 100644 index d40bc441..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/PasswordResetState/toString.md +++ /dev/null @@ -1,48 +0,0 @@ - - - -# toString method - - - - - *[](https://dart.dev/null-safety)* - - - -- @[override](https://api.flutter.dev/flutter/dart-core/override-constant.html) - -[String](https://api.flutter.dev/flutter/dart-core/String-class.html) toString -() - -_override_ - - - -

A string representation of this object.

-

Some classes have a default textual representation, -often paired with a static parse function (like int.parse). -These classes will provide the textual representation as -their string representation.

-

Other classes have no meaningful textual representation -that a program will care about. -Such classes will typically override toString to provide -useful information when inspecting the object, -mainly for debugging or logging.

- - - -## Implementation - -```dart -@override -String toString() => 'PasswordResetState(status: ${status.name} ' - '${(errorMessage != null) ? " [$errorMessage]" : ""}, $form)'; -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/ReauthenticateFailureFirebase-class.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/ReauthenticateFailureFirebase-class.md deleted file mode 100644 index 527e46f4..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/ReauthenticateFailureFirebase-class.md +++ /dev/null @@ -1,137 +0,0 @@ - - - -# ReauthenticateFailureFirebase class - - - - - - - *[](https://dart.dev/null-safety)* - - - -

Thrown during the reauthentication process if a failure occurs.

- - - -**Inheritance** - -- [Object](https://api.flutter.dev/flutter/dart-core/Object-class.html) -- [AuthenticationFailureInterface](../wyatt_authentication_bloc/AuthenticationFailureInterface-class.md) -- [ReauthenticateFailureInterface](../wyatt_authentication_bloc/ReauthenticateFailureInterface-class.md) -- ReauthenticateFailureFirebase - - - - - - - - -## Constructors - -[ReauthenticateFailureFirebase](../wyatt_authentication_bloc/ReauthenticateFailureFirebase/ReauthenticateFailureFirebase.md) ([[String](https://api.flutter.dev/flutter/dart-core/String-class.html)? code, [String](https://api.flutter.dev/flutter/dart-core/String-class.html)? msg]) - - - -[ReauthenticateFailureFirebase.fromCode](../wyatt_authentication_bloc/ReauthenticateFailureFirebase/ReauthenticateFailureFirebase.fromCode.md) ([String](https://api.flutter.dev/flutter/dart-core/String-class.html) code) - - - - -## Properties - -##### [code](../wyatt_authentication_bloc/AuthenticationFailureInterface/code.md) ↔ [String](https://api.flutter.dev/flutter/dart-core/String-class.html) - - - - -_read / writeinherited_ - - - -##### [hashCode](https://api.flutter.dev/flutter/dart-core/Object/hashCode.html) → [int](https://api.flutter.dev/flutter/dart-core/int-class.html) - - - -The hash code for this object. -_read-onlyinherited_ - - - -##### [message](../wyatt_authentication_bloc/AuthenticationFailureInterface/message.md) → [String](https://api.flutter.dev/flutter/dart-core/String-class.html) - - - - -_read-onlyinherited_ - - - -##### [msg](../wyatt_authentication_bloc/AuthenticationFailureInterface/msg.md) ↔ [String](https://api.flutter.dev/flutter/dart-core/String-class.html) - - - - -_read / writeinherited_ - - - -##### [runtimeType](https://api.flutter.dev/flutter/dart-core/Object/runtimeType.html) → [Type](https://api.flutter.dev/flutter/dart-core/Type-class.html) - - - -A representation of the runtime type of the object. -_read-onlyinherited_ - - - - - -## Methods - -##### [noSuchMethod](https://api.flutter.dev/flutter/dart-core/Object/noSuchMethod.html)([Invocation](https://api.flutter.dev/flutter/dart-core/Invocation-class.html) invocation) dynamic - - - -Invoked when a non-existent method or property is accessed. -_inherited_ - - - -##### [toString](../wyatt_authentication_bloc/AuthenticationFailureInterface/toString.md)() [String](https://api.flutter.dev/flutter/dart-core/String-class.html) - - - -A string representation of this object. -_inherited_ - - - - - -## Operators - -##### [operator ==](https://api.flutter.dev/flutter/dart-core/Object/operator_equals.html)([Object](https://api.flutter.dev/flutter/dart-core/Object-class.html) other) [bool](https://api.flutter.dev/flutter/dart-core/bool-class.html) - - - -The equality operator. -_inherited_ - - - - - - - - - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/ReauthenticateFailureFirebase/ReauthenticateFailureFirebase.fromCode.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/ReauthenticateFailureFirebase/ReauthenticateFailureFirebase.fromCode.md deleted file mode 100644 index 6ad6eccc..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/ReauthenticateFailureFirebase/ReauthenticateFailureFirebase.fromCode.md +++ /dev/null @@ -1,57 +0,0 @@ - - - -# ReauthenticateFailureFirebase.fromCode constructor - - - - - *[](https://dart.dev/null-safety)* - - - -ReauthenticateFailureFirebase.fromCode([String](https://api.flutter.dev/flutter/dart-core/String-class.html) code) - - - - - -## Implementation - -```dart -ReauthenticateFailureFirebase.fromCode(String code) : super.fromCode(code) { - switch (code) { - case 'user-mismatch': - msg = 'Given credential does not correspond to the user.'; - break; - case 'user-not-found': - msg = 'User is not found, please create an account.'; - break; - case 'invalid-credential': - msg = 'The credential received is malformed or has expired.'; - break; - case 'invalid-email': - msg = 'Email is not valid or badly formatted.'; - break; - case 'wrong-password': - msg = 'Incorrect password, please try again.'; - break; - case 'invalid-verification-code': - msg = 'The credential verification code received is invalid.'; - break; - case 'invalid-verification-id': - msg = 'The credential verification ID received is invalid.'; - break; - default: - this.code = 'unknown'; - msg = 'An unknown error occurred.'; - } -} -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/ReauthenticateFailureFirebase/ReauthenticateFailureFirebase.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/ReauthenticateFailureFirebase/ReauthenticateFailureFirebase.md deleted file mode 100644 index e386d710..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/ReauthenticateFailureFirebase/ReauthenticateFailureFirebase.md +++ /dev/null @@ -1,31 +0,0 @@ - - - -# ReauthenticateFailureFirebase constructor - - - - - *[](https://dart.dev/null-safety)* - - - -ReauthenticateFailureFirebase([[String](https://api.flutter.dev/flutter/dart-core/String-class.html)? code, [String](https://api.flutter.dev/flutter/dart-core/String-class.html)? msg]) - - - - - -## Implementation - -```dart -ReauthenticateFailureFirebase([String? code, String? msg]) - : super(code ?? 'unknown', msg ?? 'An unknown error occurred.'); -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/ReauthenticateFailureInterface-class.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/ReauthenticateFailureInterface-class.md deleted file mode 100644 index 7c36e2c0..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/ReauthenticateFailureInterface-class.md +++ /dev/null @@ -1,139 +0,0 @@ - - - -# ReauthenticateFailureInterface class - - - - - - - *[](https://dart.dev/null-safety)* - - - -

Thrown during the reauthentication process if a failure occurs.

- - - -**Inheritance** - -- [Object](https://api.flutter.dev/flutter/dart-core/Object-class.html) -- [AuthenticationFailureInterface](../wyatt_authentication_bloc/AuthenticationFailureInterface-class.md) -- ReauthenticateFailureInterface - - - -**Implementers** - -- [ReauthenticateFailureFirebase](../wyatt_authentication_bloc/ReauthenticateFailureFirebase-class.md) - - - - - -## Constructors - -[ReauthenticateFailureInterface](../wyatt_authentication_bloc/ReauthenticateFailureInterface/ReauthenticateFailureInterface.md) ([String](https://api.flutter.dev/flutter/dart-core/String-class.html) code, [String](https://api.flutter.dev/flutter/dart-core/String-class.html) msg) - - - -[ReauthenticateFailureInterface.fromCode](../wyatt_authentication_bloc/ReauthenticateFailureInterface/ReauthenticateFailureInterface.fromCode.md) ([String](https://api.flutter.dev/flutter/dart-core/String-class.html) code) - - - - -## Properties - -##### [code](../wyatt_authentication_bloc/AuthenticationFailureInterface/code.md) ↔ [String](https://api.flutter.dev/flutter/dart-core/String-class.html) - - - - -_read / writeinherited_ - - - -##### [hashCode](https://api.flutter.dev/flutter/dart-core/Object/hashCode.html) → [int](https://api.flutter.dev/flutter/dart-core/int-class.html) - - - -The hash code for this object. -_read-onlyinherited_ - - - -##### [message](../wyatt_authentication_bloc/AuthenticationFailureInterface/message.md) → [String](https://api.flutter.dev/flutter/dart-core/String-class.html) - - - - -_read-onlyinherited_ - - - -##### [msg](../wyatt_authentication_bloc/AuthenticationFailureInterface/msg.md) ↔ [String](https://api.flutter.dev/flutter/dart-core/String-class.html) - - - - -_read / writeinherited_ - - - -##### [runtimeType](https://api.flutter.dev/flutter/dart-core/Object/runtimeType.html) → [Type](https://api.flutter.dev/flutter/dart-core/Type-class.html) - - - -A representation of the runtime type of the object. -_read-onlyinherited_ - - - - - -## Methods - -##### [noSuchMethod](https://api.flutter.dev/flutter/dart-core/Object/noSuchMethod.html)([Invocation](https://api.flutter.dev/flutter/dart-core/Invocation-class.html) invocation) dynamic - - - -Invoked when a non-existent method or property is accessed. -_inherited_ - - - -##### [toString](../wyatt_authentication_bloc/AuthenticationFailureInterface/toString.md)() [String](https://api.flutter.dev/flutter/dart-core/String-class.html) - - - -A string representation of this object. -_inherited_ - - - - - -## Operators - -##### [operator ==](https://api.flutter.dev/flutter/dart-core/Object/operator_equals.html)([Object](https://api.flutter.dev/flutter/dart-core/Object-class.html) other) [bool](https://api.flutter.dev/flutter/dart-core/bool-class.html) - - - -The equality operator. -_inherited_ - - - - - - - - - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/ReauthenticateFailureInterface/ReauthenticateFailureInterface.fromCode.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/ReauthenticateFailureInterface/ReauthenticateFailureInterface.fromCode.md deleted file mode 100644 index c8d73b99..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/ReauthenticateFailureInterface/ReauthenticateFailureInterface.fromCode.md +++ /dev/null @@ -1,30 +0,0 @@ - - - -# ReauthenticateFailureInterface.fromCode constructor - - - - - *[](https://dart.dev/null-safety)* - - - -ReauthenticateFailureInterface.fromCode([String](https://api.flutter.dev/flutter/dart-core/String-class.html) code) - - - - - -## Implementation - -```dart -ReauthenticateFailureInterface.fromCode(super.code) : super.fromCode(); -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/ReauthenticateFailureInterface/ReauthenticateFailureInterface.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/ReauthenticateFailureInterface/ReauthenticateFailureInterface.md deleted file mode 100644 index 511d8024..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/ReauthenticateFailureInterface/ReauthenticateFailureInterface.md +++ /dev/null @@ -1,30 +0,0 @@ - - - -# ReauthenticateFailureInterface constructor - - - - - *[](https://dart.dev/null-safety)* - - - -ReauthenticateFailureInterface([String](https://api.flutter.dev/flutter/dart-core/String-class.html) code, [String](https://api.flutter.dev/flutter/dart-core/String-class.html) msg) - - - - - -## Implementation - -```dart -ReauthenticateFailureInterface(super.code, super.msg); -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/ReauthenticatedEvent-class.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/ReauthenticatedEvent-class.md deleted file mode 100644 index 1184c6f3..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/ReauthenticatedEvent-class.md +++ /dev/null @@ -1,137 +0,0 @@ - - - -# ReauthenticatedEvent class - - - - - - - *[](https://dart.dev/null-safety)* - - - -

When a user re-authenticates (from the logged in state to the -logged in state with a different and fresh access -token and a different login time)

- - - -**Inheritance** - -- [Object](https://api.flutter.dev/flutter/dart-core/Object-class.html) -- [Equatable](https://pub.dev/documentation/equatable/2.0.5/equatable/Equatable-class.html) -- [AuthenticationChangeEvent](../wyatt_authentication_bloc/AuthenticationChangeEvent-class.md) -- ReauthenticatedEvent - - - - - - - - -## Constructors - -[ReauthenticatedEvent](../wyatt_authentication_bloc/ReauthenticatedEvent/ReauthenticatedEvent.md) ({required [Account](../wyatt_authentication_bloc/Account-class.md) account}) - - _const_ - - -## Properties - -##### [account](../wyatt_authentication_bloc/ReauthenticatedEvent/account.md) → [Account](../wyatt_authentication_bloc/Account-class.md) - - - - -_final_ - - - -##### [hashCode](https://pub.dev/documentation/equatable/2.0.5/equatable/Equatable/hashCode.html) → [int](https://api.flutter.dev/flutter/dart-core/int-class.html) - - - -The hash code for this object. -_read-onlyinherited_ - - - -##### [props](../wyatt_authentication_bloc/ReauthenticatedEvent/props.md) → [List](https://api.flutter.dev/flutter/dart-core/List-class.html)<[Object](https://api.flutter.dev/flutter/dart-core/Object-class.html)?> - - - -The list of properties that will be used to determine whether -two instances are equal. -_read-onlyoverride_ - - - -##### [runtimeType](https://api.flutter.dev/flutter/dart-core/Object/runtimeType.html) → [Type](https://api.flutter.dev/flutter/dart-core/Type-class.html) - - - -A representation of the runtime type of the object. -_read-onlyinherited_ - - - -##### [stringify](../wyatt_authentication_bloc/AuthenticationChangeEvent/stringify.md) → [bool](https://api.flutter.dev/flutter/dart-core/bool-class.html) - - - -If set to true, the toString method will be overridden to output -this instance's props. -_read-onlyinherited_ - - - - - -## Methods - -##### [noSuchMethod](https://api.flutter.dev/flutter/dart-core/Object/noSuchMethod.html)([Invocation](https://api.flutter.dev/flutter/dart-core/Invocation-class.html) invocation) dynamic - - - -Invoked when a non-existent method or property is accessed. -_inherited_ - - - -##### [toString](https://pub.dev/documentation/equatable/2.0.5/equatable/Equatable/toString.html)() [String](https://api.flutter.dev/flutter/dart-core/String-class.html) - - - -A string representation of this object. -_inherited_ - - - - - -## Operators - -##### [operator ==](https://pub.dev/documentation/equatable/2.0.5/equatable/Equatable/operator_equals.html)([Object](https://api.flutter.dev/flutter/dart-core/Object-class.html) other) [bool](https://api.flutter.dev/flutter/dart-core/bool-class.html) - - - -The equality operator. -_inherited_ - - - - - - - - - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/ReauthenticatedEvent/ReauthenticatedEvent.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/ReauthenticatedEvent/ReauthenticatedEvent.md deleted file mode 100644 index 3b8ba4c3..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/ReauthenticatedEvent/ReauthenticatedEvent.md +++ /dev/null @@ -1,30 +0,0 @@ - - - -# ReauthenticatedEvent constructor - - - - - *[](https://dart.dev/null-safety)* - - -const -ReauthenticatedEvent({required [Account](../../wyatt_authentication_bloc/Account-class.md) account}) - - - - - -## Implementation - -```dart -const ReauthenticatedEvent({required this.account}); -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/ReauthenticatedEvent/account.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/ReauthenticatedEvent/account.md deleted file mode 100644 index 671e197e..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/ReauthenticatedEvent/account.md +++ /dev/null @@ -1,33 +0,0 @@ - - - -# account property - - - - - *[](https://dart.dev/null-safety)* - - - -[Account](../../wyatt_authentication_bloc/Account-class.md) account - -_final_ - - - - - - -## Implementation - -```dart -final Account account; -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/ReauthenticatedEvent/props.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/ReauthenticatedEvent/props.md deleted file mode 100644 index fbde09d1..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/ReauthenticatedEvent/props.md +++ /dev/null @@ -1,42 +0,0 @@ - - - -# props property - - - - - *[](https://dart.dev/null-safety)* - - - - - -**Annotations** - -- @[override](https://api.flutter.dev/flutter/dart-core/override-constant.html) -[List](https://api.flutter.dev/flutter/dart-core/List-class.html)<[Object](https://api.flutter.dev/flutter/dart-core/Object-class.html)?> props - -_override_ - - - -

The list of properties that will be used to determine whether -two instances are equal.

- - - -## Implementation - -```dart -@override -List get props => [account]; -``` - - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/RefreshFailureFirebase-class.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/RefreshFailureFirebase-class.md deleted file mode 100644 index 32cdc623..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/RefreshFailureFirebase-class.md +++ /dev/null @@ -1,137 +0,0 @@ - - - -# RefreshFailureFirebase class - - - - - - - *[](https://dart.dev/null-safety)* - - - -

Thrown during the refresh process if a failure occurs.

- - - -**Inheritance** - -- [Object](https://api.flutter.dev/flutter/dart-core/Object-class.html) -- [AuthenticationFailureInterface](../wyatt_authentication_bloc/AuthenticationFailureInterface-class.md) -- [RefreshFailureInterface](../wyatt_authentication_bloc/RefreshFailureInterface-class.md) -- RefreshFailureFirebase - - - - - - - - -## Constructors - -[RefreshFailureFirebase](../wyatt_authentication_bloc/RefreshFailureFirebase/RefreshFailureFirebase.md) ([[String](https://api.flutter.dev/flutter/dart-core/String-class.html)? code, [String](https://api.flutter.dev/flutter/dart-core/String-class.html)? msg]) - - - -[RefreshFailureFirebase.fromCode](../wyatt_authentication_bloc/RefreshFailureFirebase/RefreshFailureFirebase.fromCode.md) ([String](https://api.flutter.dev/flutter/dart-core/String-class.html) code) - - - - -## Properties - -##### [code](../wyatt_authentication_bloc/AuthenticationFailureInterface/code.md) ↔ [String](https://api.flutter.dev/flutter/dart-core/String-class.html) - - - - -_read / writeinherited_ - - - -##### [hashCode](https://api.flutter.dev/flutter/dart-core/Object/hashCode.html) → [int](https://api.flutter.dev/flutter/dart-core/int-class.html) - - - -The hash code for this object. -_read-onlyinherited_ - - - -##### [message](../wyatt_authentication_bloc/AuthenticationFailureInterface/message.md) → [String](https://api.flutter.dev/flutter/dart-core/String-class.html) - - - - -_read-onlyinherited_ - - - -##### [msg](../wyatt_authentication_bloc/AuthenticationFailureInterface/msg.md) ↔ [String](https://api.flutter.dev/flutter/dart-core/String-class.html) - - - - -_read / writeinherited_ - - - -##### [runtimeType](https://api.flutter.dev/flutter/dart-core/Object/runtimeType.html) → [Type](https://api.flutter.dev/flutter/dart-core/Type-class.html) - - - -A representation of the runtime type of the object. -_read-onlyinherited_ - - - - - -## Methods - -##### [noSuchMethod](https://api.flutter.dev/flutter/dart-core/Object/noSuchMethod.html)([Invocation](https://api.flutter.dev/flutter/dart-core/Invocation-class.html) invocation) dynamic - - - -Invoked when a non-existent method or property is accessed. -_inherited_ - - - -##### [toString](../wyatt_authentication_bloc/AuthenticationFailureInterface/toString.md)() [String](https://api.flutter.dev/flutter/dart-core/String-class.html) - - - -A string representation of this object. -_inherited_ - - - - - -## Operators - -##### [operator ==](https://api.flutter.dev/flutter/dart-core/Object/operator_equals.html)([Object](https://api.flutter.dev/flutter/dart-core/Object-class.html) other) [bool](https://api.flutter.dev/flutter/dart-core/bool-class.html) - - - -The equality operator. -_inherited_ - - - - - - - - - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/RefreshFailureFirebase/RefreshFailureFirebase.fromCode.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/RefreshFailureFirebase/RefreshFailureFirebase.fromCode.md deleted file mode 100644 index 4b2cce16..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/RefreshFailureFirebase/RefreshFailureFirebase.fromCode.md +++ /dev/null @@ -1,30 +0,0 @@ - - - -# RefreshFailureFirebase.fromCode constructor - - - - - *[](https://dart.dev/null-safety)* - - - -RefreshFailureFirebase.fromCode([String](https://api.flutter.dev/flutter/dart-core/String-class.html) code) - - - - - -## Implementation - -```dart -RefreshFailureFirebase.fromCode(super.code) : super.fromCode(); -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/RefreshFailureFirebase/RefreshFailureFirebase.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/RefreshFailureFirebase/RefreshFailureFirebase.md deleted file mode 100644 index 4ac4faee..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/RefreshFailureFirebase/RefreshFailureFirebase.md +++ /dev/null @@ -1,31 +0,0 @@ - - - -# RefreshFailureFirebase constructor - - - - - *[](https://dart.dev/null-safety)* - - - -RefreshFailureFirebase([[String](https://api.flutter.dev/flutter/dart-core/String-class.html)? code, [String](https://api.flutter.dev/flutter/dart-core/String-class.html)? msg]) - - - - - -## Implementation - -```dart -RefreshFailureFirebase([String? code, String? msg]) - : super(code ?? 'unknown', msg ?? 'An unknown error occurred.'); -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/RefreshFailureInterface-class.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/RefreshFailureInterface-class.md deleted file mode 100644 index f485f140..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/RefreshFailureInterface-class.md +++ /dev/null @@ -1,139 +0,0 @@ - - - -# RefreshFailureInterface class - - - - - - - *[](https://dart.dev/null-safety)* - - - -

Thrown during the refresh process if a failure occurs.

- - - -**Inheritance** - -- [Object](https://api.flutter.dev/flutter/dart-core/Object-class.html) -- [AuthenticationFailureInterface](../wyatt_authentication_bloc/AuthenticationFailureInterface-class.md) -- RefreshFailureInterface - - - -**Implementers** - -- [RefreshFailureFirebase](../wyatt_authentication_bloc/RefreshFailureFirebase-class.md) - - - - - -## Constructors - -[RefreshFailureInterface](../wyatt_authentication_bloc/RefreshFailureInterface/RefreshFailureInterface.md) ([String](https://api.flutter.dev/flutter/dart-core/String-class.html) code, [String](https://api.flutter.dev/flutter/dart-core/String-class.html) msg) - -Thrown during the refresh process if a failure occurs. - -[RefreshFailureInterface.fromCode](../wyatt_authentication_bloc/RefreshFailureInterface/RefreshFailureInterface.fromCode.md) ([String](https://api.flutter.dev/flutter/dart-core/String-class.html) code) - -Thrown during the refresh process if a failure occurs. - - -## Properties - -##### [code](../wyatt_authentication_bloc/AuthenticationFailureInterface/code.md) ↔ [String](https://api.flutter.dev/flutter/dart-core/String-class.html) - - - - -_read / writeinherited_ - - - -##### [hashCode](https://api.flutter.dev/flutter/dart-core/Object/hashCode.html) → [int](https://api.flutter.dev/flutter/dart-core/int-class.html) - - - -The hash code for this object. -_read-onlyinherited_ - - - -##### [message](../wyatt_authentication_bloc/AuthenticationFailureInterface/message.md) → [String](https://api.flutter.dev/flutter/dart-core/String-class.html) - - - - -_read-onlyinherited_ - - - -##### [msg](../wyatt_authentication_bloc/AuthenticationFailureInterface/msg.md) ↔ [String](https://api.flutter.dev/flutter/dart-core/String-class.html) - - - - -_read / writeinherited_ - - - -##### [runtimeType](https://api.flutter.dev/flutter/dart-core/Object/runtimeType.html) → [Type](https://api.flutter.dev/flutter/dart-core/Type-class.html) - - - -A representation of the runtime type of the object. -_read-onlyinherited_ - - - - - -## Methods - -##### [noSuchMethod](https://api.flutter.dev/flutter/dart-core/Object/noSuchMethod.html)([Invocation](https://api.flutter.dev/flutter/dart-core/Invocation-class.html) invocation) dynamic - - - -Invoked when a non-existent method or property is accessed. -_inherited_ - - - -##### [toString](../wyatt_authentication_bloc/AuthenticationFailureInterface/toString.md)() [String](https://api.flutter.dev/flutter/dart-core/String-class.html) - - - -A string representation of this object. -_inherited_ - - - - - -## Operators - -##### [operator ==](https://api.flutter.dev/flutter/dart-core/Object/operator_equals.html)([Object](https://api.flutter.dev/flutter/dart-core/Object-class.html) other) [bool](https://api.flutter.dev/flutter/dart-core/bool-class.html) - - - -The equality operator. -_inherited_ - - - - - - - - - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/RefreshFailureInterface/RefreshFailureInterface.fromCode.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/RefreshFailureInterface/RefreshFailureInterface.fromCode.md deleted file mode 100644 index 33b4dace..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/RefreshFailureInterface/RefreshFailureInterface.fromCode.md +++ /dev/null @@ -1,31 +0,0 @@ - - - -# RefreshFailureInterface.fromCode constructor - - - - - *[](https://dart.dev/null-safety)* - - - -RefreshFailureInterface.fromCode([String](https://api.flutter.dev/flutter/dart-core/String-class.html) code) - - -

Thrown during the refresh process if a failure occurs.

- - - -## Implementation - -```dart -RefreshFailureInterface.fromCode(super.code) : super.fromCode(); -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/RefreshFailureInterface/RefreshFailureInterface.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/RefreshFailureInterface/RefreshFailureInterface.md deleted file mode 100644 index a958f830..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/RefreshFailureInterface/RefreshFailureInterface.md +++ /dev/null @@ -1,31 +0,0 @@ - - - -# RefreshFailureInterface constructor - - - - - *[](https://dart.dev/null-safety)* - - - -RefreshFailureInterface([String](https://api.flutter.dev/flutter/dart-core/String-class.html) code, [String](https://api.flutter.dev/flutter/dart-core/String-class.html) msg) - - -

Thrown during the refresh process if a failure occurs.

- - - -## Implementation - -```dart -RefreshFailureInterface(super.code, super.msg); -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/RefreshedEvent-class.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/RefreshedEvent-class.md deleted file mode 100644 index bdca95f0..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/RefreshedEvent-class.md +++ /dev/null @@ -1,136 +0,0 @@ - - - -# RefreshedEvent class - - - - - - - *[](https://dart.dev/null-safety)* - - - -

When a user access token is refreshed (from the logged in state to the -logged in state with a different access token)

- - - -**Inheritance** - -- [Object](https://api.flutter.dev/flutter/dart-core/Object-class.html) -- [Equatable](https://pub.dev/documentation/equatable/2.0.5/equatable/Equatable-class.html) -- [AuthenticationChangeEvent](../wyatt_authentication_bloc/AuthenticationChangeEvent-class.md) -- RefreshedEvent - - - - - - - - -## Constructors - -[RefreshedEvent](../wyatt_authentication_bloc/RefreshedEvent/RefreshedEvent.md) ({required [Account](../wyatt_authentication_bloc/Account-class.md) account}) - - _const_ - - -## Properties - -##### [account](../wyatt_authentication_bloc/RefreshedEvent/account.md) → [Account](../wyatt_authentication_bloc/Account-class.md) - - - - -_final_ - - - -##### [hashCode](https://pub.dev/documentation/equatable/2.0.5/equatable/Equatable/hashCode.html) → [int](https://api.flutter.dev/flutter/dart-core/int-class.html) - - - -The hash code for this object. -_read-onlyinherited_ - - - -##### [props](../wyatt_authentication_bloc/RefreshedEvent/props.md) → [List](https://api.flutter.dev/flutter/dart-core/List-class.html)<[Object](https://api.flutter.dev/flutter/dart-core/Object-class.html)?> - - - -The list of properties that will be used to determine whether -two instances are equal. -_read-onlyoverride_ - - - -##### [runtimeType](https://api.flutter.dev/flutter/dart-core/Object/runtimeType.html) → [Type](https://api.flutter.dev/flutter/dart-core/Type-class.html) - - - -A representation of the runtime type of the object. -_read-onlyinherited_ - - - -##### [stringify](../wyatt_authentication_bloc/AuthenticationChangeEvent/stringify.md) → [bool](https://api.flutter.dev/flutter/dart-core/bool-class.html) - - - -If set to true, the toString method will be overridden to output -this instance's props. -_read-onlyinherited_ - - - - - -## Methods - -##### [noSuchMethod](https://api.flutter.dev/flutter/dart-core/Object/noSuchMethod.html)([Invocation](https://api.flutter.dev/flutter/dart-core/Invocation-class.html) invocation) dynamic - - - -Invoked when a non-existent method or property is accessed. -_inherited_ - - - -##### [toString](https://pub.dev/documentation/equatable/2.0.5/equatable/Equatable/toString.html)() [String](https://api.flutter.dev/flutter/dart-core/String-class.html) - - - -A string representation of this object. -_inherited_ - - - - - -## Operators - -##### [operator ==](https://pub.dev/documentation/equatable/2.0.5/equatable/Equatable/operator_equals.html)([Object](https://api.flutter.dev/flutter/dart-core/Object-class.html) other) [bool](https://api.flutter.dev/flutter/dart-core/bool-class.html) - - - -The equality operator. -_inherited_ - - - - - - - - - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/RefreshedEvent/RefreshedEvent.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/RefreshedEvent/RefreshedEvent.md deleted file mode 100644 index 7317339e..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/RefreshedEvent/RefreshedEvent.md +++ /dev/null @@ -1,30 +0,0 @@ - - - -# RefreshedEvent constructor - - - - - *[](https://dart.dev/null-safety)* - - -const -RefreshedEvent({required [Account](../../wyatt_authentication_bloc/Account-class.md) account}) - - - - - -## Implementation - -```dart -const RefreshedEvent({required this.account}); -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/RefreshedEvent/account.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/RefreshedEvent/account.md deleted file mode 100644 index 671e197e..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/RefreshedEvent/account.md +++ /dev/null @@ -1,33 +0,0 @@ - - - -# account property - - - - - *[](https://dart.dev/null-safety)* - - - -[Account](../../wyatt_authentication_bloc/Account-class.md) account - -_final_ - - - - - - -## Implementation - -```dart -final Account account; -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/RefreshedEvent/props.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/RefreshedEvent/props.md deleted file mode 100644 index fbde09d1..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/RefreshedEvent/props.md +++ /dev/null @@ -1,42 +0,0 @@ - - - -# props property - - - - - *[](https://dart.dev/null-safety)* - - - - - -**Annotations** - -- @[override](https://api.flutter.dev/flutter/dart-core/override-constant.html) -[List](https://api.flutter.dev/flutter/dart-core/List-class.html)<[Object](https://api.flutter.dev/flutter/dart-core/Object-class.html)?> props - -_override_ - - - -

The list of properties that will be used to determine whether -two instances are equal.

- - - -## Implementation - -```dart -@override -List get props => [account]; -``` - - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SendEmailVerificationFailureFirebase-class.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SendEmailVerificationFailureFirebase-class.md deleted file mode 100644 index 813d225c..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SendEmailVerificationFailureFirebase-class.md +++ /dev/null @@ -1,137 +0,0 @@ - - - -# SendEmailVerificationFailureFirebase class - - - - - - - *[](https://dart.dev/null-safety)* - - - -

Thrown during the email verification process if a failure occurs.

- - - -**Inheritance** - -- [Object](https://api.flutter.dev/flutter/dart-core/Object-class.html) -- [AuthenticationFailureInterface](../wyatt_authentication_bloc/AuthenticationFailureInterface-class.md) -- [SendEmailVerificationFailureInterface](../wyatt_authentication_bloc/SendEmailVerificationFailureInterface-class.md) -- SendEmailVerificationFailureFirebase - - - - - - - - -## Constructors - -[SendEmailVerificationFailureFirebase](../wyatt_authentication_bloc/SendEmailVerificationFailureFirebase/SendEmailVerificationFailureFirebase.md) ([[String](https://api.flutter.dev/flutter/dart-core/String-class.html)? code, [String](https://api.flutter.dev/flutter/dart-core/String-class.html)? msg]) - - - -[SendEmailVerificationFailureFirebase.fromCode](../wyatt_authentication_bloc/SendEmailVerificationFailureFirebase/SendEmailVerificationFailureFirebase.fromCode.md) ([String](https://api.flutter.dev/flutter/dart-core/String-class.html) code) - - - - -## Properties - -##### [code](../wyatt_authentication_bloc/AuthenticationFailureInterface/code.md) ↔ [String](https://api.flutter.dev/flutter/dart-core/String-class.html) - - - - -_read / writeinherited_ - - - -##### [hashCode](https://api.flutter.dev/flutter/dart-core/Object/hashCode.html) → [int](https://api.flutter.dev/flutter/dart-core/int-class.html) - - - -The hash code for this object. -_read-onlyinherited_ - - - -##### [message](../wyatt_authentication_bloc/AuthenticationFailureInterface/message.md) → [String](https://api.flutter.dev/flutter/dart-core/String-class.html) - - - - -_read-onlyinherited_ - - - -##### [msg](../wyatt_authentication_bloc/AuthenticationFailureInterface/msg.md) ↔ [String](https://api.flutter.dev/flutter/dart-core/String-class.html) - - - - -_read / writeinherited_ - - - -##### [runtimeType](https://api.flutter.dev/flutter/dart-core/Object/runtimeType.html) → [Type](https://api.flutter.dev/flutter/dart-core/Type-class.html) - - - -A representation of the runtime type of the object. -_read-onlyinherited_ - - - - - -## Methods - -##### [noSuchMethod](https://api.flutter.dev/flutter/dart-core/Object/noSuchMethod.html)([Invocation](https://api.flutter.dev/flutter/dart-core/Invocation-class.html) invocation) dynamic - - - -Invoked when a non-existent method or property is accessed. -_inherited_ - - - -##### [toString](../wyatt_authentication_bloc/AuthenticationFailureInterface/toString.md)() [String](https://api.flutter.dev/flutter/dart-core/String-class.html) - - - -A string representation of this object. -_inherited_ - - - - - -## Operators - -##### [operator ==](https://api.flutter.dev/flutter/dart-core/Object/operator_equals.html)([Object](https://api.flutter.dev/flutter/dart-core/Object-class.html) other) [bool](https://api.flutter.dev/flutter/dart-core/bool-class.html) - - - -The equality operator. -_inherited_ - - - - - - - - - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SendEmailVerificationFailureFirebase/SendEmailVerificationFailureFirebase.fromCode.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SendEmailVerificationFailureFirebase/SendEmailVerificationFailureFirebase.fromCode.md deleted file mode 100644 index 51531fd7..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SendEmailVerificationFailureFirebase/SendEmailVerificationFailureFirebase.fromCode.md +++ /dev/null @@ -1,30 +0,0 @@ - - - -# SendEmailVerificationFailureFirebase.fromCode constructor - - - - - *[](https://dart.dev/null-safety)* - - - -SendEmailVerificationFailureFirebase.fromCode([String](https://api.flutter.dev/flutter/dart-core/String-class.html) code) - - - - - -## Implementation - -```dart -SendEmailVerificationFailureFirebase.fromCode(super.code) : super.fromCode(); -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SendEmailVerificationFailureFirebase/SendEmailVerificationFailureFirebase.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SendEmailVerificationFailureFirebase/SendEmailVerificationFailureFirebase.md deleted file mode 100644 index e1f740ba..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SendEmailVerificationFailureFirebase/SendEmailVerificationFailureFirebase.md +++ /dev/null @@ -1,31 +0,0 @@ - - - -# SendEmailVerificationFailureFirebase constructor - - - - - *[](https://dart.dev/null-safety)* - - - -SendEmailVerificationFailureFirebase([[String](https://api.flutter.dev/flutter/dart-core/String-class.html)? code, [String](https://api.flutter.dev/flutter/dart-core/String-class.html)? msg]) - - - - - -## Implementation - -```dart -SendEmailVerificationFailureFirebase([String? code, String? msg]) - : super(code ?? 'unknown', msg ?? 'An unknown error occurred.'); -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SendEmailVerificationFailureInterface-class.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SendEmailVerificationFailureInterface-class.md deleted file mode 100644 index 42fff498..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SendEmailVerificationFailureInterface-class.md +++ /dev/null @@ -1,139 +0,0 @@ - - - -# SendEmailVerificationFailureInterface class - - - - - - - *[](https://dart.dev/null-safety)* - - - -

Thrown during the email verification process if a failure occurs.

- - - -**Inheritance** - -- [Object](https://api.flutter.dev/flutter/dart-core/Object-class.html) -- [AuthenticationFailureInterface](../wyatt_authentication_bloc/AuthenticationFailureInterface-class.md) -- SendEmailVerificationFailureInterface - - - -**Implementers** - -- [SendEmailVerificationFailureFirebase](../wyatt_authentication_bloc/SendEmailVerificationFailureFirebase-class.md) - - - - - -## Constructors - -[SendEmailVerificationFailureInterface](../wyatt_authentication_bloc/SendEmailVerificationFailureInterface/SendEmailVerificationFailureInterface.md) ([String](https://api.flutter.dev/flutter/dart-core/String-class.html) code, [String](https://api.flutter.dev/flutter/dart-core/String-class.html) msg) - -Thrown during the email verification process if a failure occurs. - -[SendEmailVerificationFailureInterface.fromCode](../wyatt_authentication_bloc/SendEmailVerificationFailureInterface/SendEmailVerificationFailureInterface.fromCode.md) ([String](https://api.flutter.dev/flutter/dart-core/String-class.html) code) - -Thrown during the email verification process if a failure occurs. - - -## Properties - -##### [code](../wyatt_authentication_bloc/AuthenticationFailureInterface/code.md) ↔ [String](https://api.flutter.dev/flutter/dart-core/String-class.html) - - - - -_read / writeinherited_ - - - -##### [hashCode](https://api.flutter.dev/flutter/dart-core/Object/hashCode.html) → [int](https://api.flutter.dev/flutter/dart-core/int-class.html) - - - -The hash code for this object. -_read-onlyinherited_ - - - -##### [message](../wyatt_authentication_bloc/AuthenticationFailureInterface/message.md) → [String](https://api.flutter.dev/flutter/dart-core/String-class.html) - - - - -_read-onlyinherited_ - - - -##### [msg](../wyatt_authentication_bloc/AuthenticationFailureInterface/msg.md) ↔ [String](https://api.flutter.dev/flutter/dart-core/String-class.html) - - - - -_read / writeinherited_ - - - -##### [runtimeType](https://api.flutter.dev/flutter/dart-core/Object/runtimeType.html) → [Type](https://api.flutter.dev/flutter/dart-core/Type-class.html) - - - -A representation of the runtime type of the object. -_read-onlyinherited_ - - - - - -## Methods - -##### [noSuchMethod](https://api.flutter.dev/flutter/dart-core/Object/noSuchMethod.html)([Invocation](https://api.flutter.dev/flutter/dart-core/Invocation-class.html) invocation) dynamic - - - -Invoked when a non-existent method or property is accessed. -_inherited_ - - - -##### [toString](../wyatt_authentication_bloc/AuthenticationFailureInterface/toString.md)() [String](https://api.flutter.dev/flutter/dart-core/String-class.html) - - - -A string representation of this object. -_inherited_ - - - - - -## Operators - -##### [operator ==](https://api.flutter.dev/flutter/dart-core/Object/operator_equals.html)([Object](https://api.flutter.dev/flutter/dart-core/Object-class.html) other) [bool](https://api.flutter.dev/flutter/dart-core/bool-class.html) - - - -The equality operator. -_inherited_ - - - - - - - - - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SendEmailVerificationFailureInterface/SendEmailVerificationFailureInterface.fromCode.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SendEmailVerificationFailureInterface/SendEmailVerificationFailureInterface.fromCode.md deleted file mode 100644 index 26acc0c1..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SendEmailVerificationFailureInterface/SendEmailVerificationFailureInterface.fromCode.md +++ /dev/null @@ -1,31 +0,0 @@ - - - -# SendEmailVerificationFailureInterface.fromCode constructor - - - - - *[](https://dart.dev/null-safety)* - - - -SendEmailVerificationFailureInterface.fromCode([String](https://api.flutter.dev/flutter/dart-core/String-class.html) code) - - -

Thrown during the email verification process if a failure occurs.

- - - -## Implementation - -```dart -SendEmailVerificationFailureInterface.fromCode(super.code) : super.fromCode(); -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SendEmailVerificationFailureInterface/SendEmailVerificationFailureInterface.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SendEmailVerificationFailureInterface/SendEmailVerificationFailureInterface.md deleted file mode 100644 index aeda1679..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SendEmailVerificationFailureInterface/SendEmailVerificationFailureInterface.md +++ /dev/null @@ -1,31 +0,0 @@ - - - -# SendEmailVerificationFailureInterface constructor - - - - - *[](https://dart.dev/null-safety)* - - - -SendEmailVerificationFailureInterface([String](https://api.flutter.dev/flutter/dart-core/String-class.html) code, [String](https://api.flutter.dev/flutter/dart-core/String-class.html) msg) - - -

Thrown during the email verification process if a failure occurs.

- - - -## Implementation - -```dart -SendEmailVerificationFailureInterface(super.code, super.msg); -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SendPasswordResetEmailFailureFirebase-class.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SendPasswordResetEmailFailureFirebase-class.md deleted file mode 100644 index 55b4b215..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SendPasswordResetEmailFailureFirebase-class.md +++ /dev/null @@ -1,137 +0,0 @@ - - - -# SendPasswordResetEmailFailureFirebase class - - - - - - - *[](https://dart.dev/null-safety)* - - - -

Thrown during the password reset process if a failure occurs.

- - - -**Inheritance** - -- [Object](https://api.flutter.dev/flutter/dart-core/Object-class.html) -- [AuthenticationFailureInterface](../wyatt_authentication_bloc/AuthenticationFailureInterface-class.md) -- [SendPasswordResetEmailFailureInterface](../wyatt_authentication_bloc/SendPasswordResetEmailFailureInterface-class.md) -- SendPasswordResetEmailFailureFirebase - - - - - - - - -## Constructors - -[SendPasswordResetEmailFailureFirebase](../wyatt_authentication_bloc/SendPasswordResetEmailFailureFirebase/SendPasswordResetEmailFailureFirebase.md) ([[String](https://api.flutter.dev/flutter/dart-core/String-class.html)? code, [String](https://api.flutter.dev/flutter/dart-core/String-class.html)? msg]) - - - -[SendPasswordResetEmailFailureFirebase.fromCode](../wyatt_authentication_bloc/SendPasswordResetEmailFailureFirebase/SendPasswordResetEmailFailureFirebase.fromCode.md) ([String](https://api.flutter.dev/flutter/dart-core/String-class.html) code) - - - - -## Properties - -##### [code](../wyatt_authentication_bloc/AuthenticationFailureInterface/code.md) ↔ [String](https://api.flutter.dev/flutter/dart-core/String-class.html) - - - - -_read / writeinherited_ - - - -##### [hashCode](https://api.flutter.dev/flutter/dart-core/Object/hashCode.html) → [int](https://api.flutter.dev/flutter/dart-core/int-class.html) - - - -The hash code for this object. -_read-onlyinherited_ - - - -##### [message](../wyatt_authentication_bloc/AuthenticationFailureInterface/message.md) → [String](https://api.flutter.dev/flutter/dart-core/String-class.html) - - - - -_read-onlyinherited_ - - - -##### [msg](../wyatt_authentication_bloc/AuthenticationFailureInterface/msg.md) ↔ [String](https://api.flutter.dev/flutter/dart-core/String-class.html) - - - - -_read / writeinherited_ - - - -##### [runtimeType](https://api.flutter.dev/flutter/dart-core/Object/runtimeType.html) → [Type](https://api.flutter.dev/flutter/dart-core/Type-class.html) - - - -A representation of the runtime type of the object. -_read-onlyinherited_ - - - - - -## Methods - -##### [noSuchMethod](https://api.flutter.dev/flutter/dart-core/Object/noSuchMethod.html)([Invocation](https://api.flutter.dev/flutter/dart-core/Invocation-class.html) invocation) dynamic - - - -Invoked when a non-existent method or property is accessed. -_inherited_ - - - -##### [toString](../wyatt_authentication_bloc/AuthenticationFailureInterface/toString.md)() [String](https://api.flutter.dev/flutter/dart-core/String-class.html) - - - -A string representation of this object. -_inherited_ - - - - - -## Operators - -##### [operator ==](https://api.flutter.dev/flutter/dart-core/Object/operator_equals.html)([Object](https://api.flutter.dev/flutter/dart-core/Object-class.html) other) [bool](https://api.flutter.dev/flutter/dart-core/bool-class.html) - - - -The equality operator. -_inherited_ - - - - - - - - - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SendPasswordResetEmailFailureFirebase/SendPasswordResetEmailFailureFirebase.fromCode.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SendPasswordResetEmailFailureFirebase/SendPasswordResetEmailFailureFirebase.fromCode.md deleted file mode 100644 index 7b002359..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SendPasswordResetEmailFailureFirebase/SendPasswordResetEmailFailureFirebase.fromCode.md +++ /dev/null @@ -1,30 +0,0 @@ - - - -# SendPasswordResetEmailFailureFirebase.fromCode constructor - - - - - *[](https://dart.dev/null-safety)* - - - -SendPasswordResetEmailFailureFirebase.fromCode([String](https://api.flutter.dev/flutter/dart-core/String-class.html) code) - - - - - -## Implementation - -```dart -SendPasswordResetEmailFailureFirebase.fromCode(super.code) : super.fromCode(); -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SendPasswordResetEmailFailureFirebase/SendPasswordResetEmailFailureFirebase.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SendPasswordResetEmailFailureFirebase/SendPasswordResetEmailFailureFirebase.md deleted file mode 100644 index e2fdbeab..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SendPasswordResetEmailFailureFirebase/SendPasswordResetEmailFailureFirebase.md +++ /dev/null @@ -1,31 +0,0 @@ - - - -# SendPasswordResetEmailFailureFirebase constructor - - - - - *[](https://dart.dev/null-safety)* - - - -SendPasswordResetEmailFailureFirebase([[String](https://api.flutter.dev/flutter/dart-core/String-class.html)? code, [String](https://api.flutter.dev/flutter/dart-core/String-class.html)? msg]) - - - - - -## Implementation - -```dart -SendPasswordResetEmailFailureFirebase([String? code, String? msg]) - : super(code ?? 'unknown', msg ?? 'An unknown error occurred.'); -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SendPasswordResetEmailFailureInterface-class.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SendPasswordResetEmailFailureInterface-class.md deleted file mode 100644 index 6473ac89..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SendPasswordResetEmailFailureInterface-class.md +++ /dev/null @@ -1,139 +0,0 @@ - - - -# SendPasswordResetEmailFailureInterface class - - - - - - - *[](https://dart.dev/null-safety)* - - - -

Thrown during the password reset process if a failure occurs.

- - - -**Inheritance** - -- [Object](https://api.flutter.dev/flutter/dart-core/Object-class.html) -- [AuthenticationFailureInterface](../wyatt_authentication_bloc/AuthenticationFailureInterface-class.md) -- SendPasswordResetEmailFailureInterface - - - -**Implementers** - -- [SendPasswordResetEmailFailureFirebase](../wyatt_authentication_bloc/SendPasswordResetEmailFailureFirebase-class.md) - - - - - -## Constructors - -[SendPasswordResetEmailFailureInterface](../wyatt_authentication_bloc/SendPasswordResetEmailFailureInterface/SendPasswordResetEmailFailureInterface.md) ([String](https://api.flutter.dev/flutter/dart-core/String-class.html) code, [String](https://api.flutter.dev/flutter/dart-core/String-class.html) msg) - -Thrown during the password reset process if a failure occurs. - -[SendPasswordResetEmailFailureInterface.fromCode](../wyatt_authentication_bloc/SendPasswordResetEmailFailureInterface/SendPasswordResetEmailFailureInterface.fromCode.md) ([String](https://api.flutter.dev/flutter/dart-core/String-class.html) code) - -Thrown during the password reset process if a failure occurs. - - -## Properties - -##### [code](../wyatt_authentication_bloc/AuthenticationFailureInterface/code.md) ↔ [String](https://api.flutter.dev/flutter/dart-core/String-class.html) - - - - -_read / writeinherited_ - - - -##### [hashCode](https://api.flutter.dev/flutter/dart-core/Object/hashCode.html) → [int](https://api.flutter.dev/flutter/dart-core/int-class.html) - - - -The hash code for this object. -_read-onlyinherited_ - - - -##### [message](../wyatt_authentication_bloc/AuthenticationFailureInterface/message.md) → [String](https://api.flutter.dev/flutter/dart-core/String-class.html) - - - - -_read-onlyinherited_ - - - -##### [msg](../wyatt_authentication_bloc/AuthenticationFailureInterface/msg.md) ↔ [String](https://api.flutter.dev/flutter/dart-core/String-class.html) - - - - -_read / writeinherited_ - - - -##### [runtimeType](https://api.flutter.dev/flutter/dart-core/Object/runtimeType.html) → [Type](https://api.flutter.dev/flutter/dart-core/Type-class.html) - - - -A representation of the runtime type of the object. -_read-onlyinherited_ - - - - - -## Methods - -##### [noSuchMethod](https://api.flutter.dev/flutter/dart-core/Object/noSuchMethod.html)([Invocation](https://api.flutter.dev/flutter/dart-core/Invocation-class.html) invocation) dynamic - - - -Invoked when a non-existent method or property is accessed. -_inherited_ - - - -##### [toString](../wyatt_authentication_bloc/AuthenticationFailureInterface/toString.md)() [String](https://api.flutter.dev/flutter/dart-core/String-class.html) - - - -A string representation of this object. -_inherited_ - - - - - -## Operators - -##### [operator ==](https://api.flutter.dev/flutter/dart-core/Object/operator_equals.html)([Object](https://api.flutter.dev/flutter/dart-core/Object-class.html) other) [bool](https://api.flutter.dev/flutter/dart-core/bool-class.html) - - - -The equality operator. -_inherited_ - - - - - - - - - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SendPasswordResetEmailFailureInterface/SendPasswordResetEmailFailureInterface.fromCode.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SendPasswordResetEmailFailureInterface/SendPasswordResetEmailFailureInterface.fromCode.md deleted file mode 100644 index 039bd78b..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SendPasswordResetEmailFailureInterface/SendPasswordResetEmailFailureInterface.fromCode.md +++ /dev/null @@ -1,32 +0,0 @@ - - - -# SendPasswordResetEmailFailureInterface.fromCode constructor - - - - - *[](https://dart.dev/null-safety)* - - - -SendPasswordResetEmailFailureInterface.fromCode([String](https://api.flutter.dev/flutter/dart-core/String-class.html) code) - - -

Thrown during the password reset process if a failure occurs.

- - - -## Implementation - -```dart -SendPasswordResetEmailFailureInterface.fromCode(super.code) - : super.fromCode(); -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SendPasswordResetEmailFailureInterface/SendPasswordResetEmailFailureInterface.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SendPasswordResetEmailFailureInterface/SendPasswordResetEmailFailureInterface.md deleted file mode 100644 index cec0a974..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SendPasswordResetEmailFailureInterface/SendPasswordResetEmailFailureInterface.md +++ /dev/null @@ -1,31 +0,0 @@ - - - -# SendPasswordResetEmailFailureInterface constructor - - - - - *[](https://dart.dev/null-safety)* - - - -SendPasswordResetEmailFailureInterface([String](https://api.flutter.dev/flutter/dart-core/String-class.html) code, [String](https://api.flutter.dev/flutter/dart-core/String-class.html) msg) - - -

Thrown during the password reset process if a failure occurs.

- - - -## Implementation - -```dart -SendPasswordResetEmailFailureInterface(super.code, super.msg); -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SendSignInLinkEmailFailureFirebase-class.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SendSignInLinkEmailFailureFirebase-class.md deleted file mode 100644 index b487ad39..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SendSignInLinkEmailFailureFirebase-class.md +++ /dev/null @@ -1,137 +0,0 @@ - - - -# SendSignInLinkEmailFailureFirebase class - - - - - - - *[](https://dart.dev/null-safety)* - - - -

Thrown during the sign in link process if a failure occurs.

- - - -**Inheritance** - -- [Object](https://api.flutter.dev/flutter/dart-core/Object-class.html) -- [AuthenticationFailureInterface](../wyatt_authentication_bloc/AuthenticationFailureInterface-class.md) -- [SendSignInLinkEmailFailureInterface](../wyatt_authentication_bloc/SendSignInLinkEmailFailureInterface-class.md) -- SendSignInLinkEmailFailureFirebase - - - - - - - - -## Constructors - -[SendSignInLinkEmailFailureFirebase](../wyatt_authentication_bloc/SendSignInLinkEmailFailureFirebase/SendSignInLinkEmailFailureFirebase.md) ([[String](https://api.flutter.dev/flutter/dart-core/String-class.html)? code, [String](https://api.flutter.dev/flutter/dart-core/String-class.html)? msg]) - - - -[SendSignInLinkEmailFailureFirebase.fromCode](../wyatt_authentication_bloc/SendSignInLinkEmailFailureFirebase/SendSignInLinkEmailFailureFirebase.fromCode.md) ([String](https://api.flutter.dev/flutter/dart-core/String-class.html) code) - - - - -## Properties - -##### [code](../wyatt_authentication_bloc/AuthenticationFailureInterface/code.md) ↔ [String](https://api.flutter.dev/flutter/dart-core/String-class.html) - - - - -_read / writeinherited_ - - - -##### [hashCode](https://api.flutter.dev/flutter/dart-core/Object/hashCode.html) → [int](https://api.flutter.dev/flutter/dart-core/int-class.html) - - - -The hash code for this object. -_read-onlyinherited_ - - - -##### [message](../wyatt_authentication_bloc/AuthenticationFailureInterface/message.md) → [String](https://api.flutter.dev/flutter/dart-core/String-class.html) - - - - -_read-onlyinherited_ - - - -##### [msg](../wyatt_authentication_bloc/AuthenticationFailureInterface/msg.md) ↔ [String](https://api.flutter.dev/flutter/dart-core/String-class.html) - - - - -_read / writeinherited_ - - - -##### [runtimeType](https://api.flutter.dev/flutter/dart-core/Object/runtimeType.html) → [Type](https://api.flutter.dev/flutter/dart-core/Type-class.html) - - - -A representation of the runtime type of the object. -_read-onlyinherited_ - - - - - -## Methods - -##### [noSuchMethod](https://api.flutter.dev/flutter/dart-core/Object/noSuchMethod.html)([Invocation](https://api.flutter.dev/flutter/dart-core/Invocation-class.html) invocation) dynamic - - - -Invoked when a non-existent method or property is accessed. -_inherited_ - - - -##### [toString](../wyatt_authentication_bloc/AuthenticationFailureInterface/toString.md)() [String](https://api.flutter.dev/flutter/dart-core/String-class.html) - - - -A string representation of this object. -_inherited_ - - - - - -## Operators - -##### [operator ==](https://api.flutter.dev/flutter/dart-core/Object/operator_equals.html)([Object](https://api.flutter.dev/flutter/dart-core/Object-class.html) other) [bool](https://api.flutter.dev/flutter/dart-core/bool-class.html) - - - -The equality operator. -_inherited_ - - - - - - - - - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SendSignInLinkEmailFailureFirebase/SendSignInLinkEmailFailureFirebase.fromCode.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SendSignInLinkEmailFailureFirebase/SendSignInLinkEmailFailureFirebase.fromCode.md deleted file mode 100644 index 11ea5805..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SendSignInLinkEmailFailureFirebase/SendSignInLinkEmailFailureFirebase.fromCode.md +++ /dev/null @@ -1,30 +0,0 @@ - - - -# SendSignInLinkEmailFailureFirebase.fromCode constructor - - - - - *[](https://dart.dev/null-safety)* - - - -SendSignInLinkEmailFailureFirebase.fromCode([String](https://api.flutter.dev/flutter/dart-core/String-class.html) code) - - - - - -## Implementation - -```dart -SendSignInLinkEmailFailureFirebase.fromCode(super.code) : super.fromCode(); -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SendSignInLinkEmailFailureFirebase/SendSignInLinkEmailFailureFirebase.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SendSignInLinkEmailFailureFirebase/SendSignInLinkEmailFailureFirebase.md deleted file mode 100644 index 27c3a9b9..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SendSignInLinkEmailFailureFirebase/SendSignInLinkEmailFailureFirebase.md +++ /dev/null @@ -1,31 +0,0 @@ - - - -# SendSignInLinkEmailFailureFirebase constructor - - - - - *[](https://dart.dev/null-safety)* - - - -SendSignInLinkEmailFailureFirebase([[String](https://api.flutter.dev/flutter/dart-core/String-class.html)? code, [String](https://api.flutter.dev/flutter/dart-core/String-class.html)? msg]) - - - - - -## Implementation - -```dart -SendSignInLinkEmailFailureFirebase([String? code, String? msg]) - : super(code ?? 'unknown', msg ?? 'An unknown error occurred.'); -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SendSignInLinkEmailFailureInterface-class.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SendSignInLinkEmailFailureInterface-class.md deleted file mode 100644 index b1887411..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SendSignInLinkEmailFailureInterface-class.md +++ /dev/null @@ -1,139 +0,0 @@ - - - -# SendSignInLinkEmailFailureInterface class - - - - - - - *[](https://dart.dev/null-safety)* - - - -

Thrown during the sign in link process if a failure occurs.

- - - -**Inheritance** - -- [Object](https://api.flutter.dev/flutter/dart-core/Object-class.html) -- [AuthenticationFailureInterface](../wyatt_authentication_bloc/AuthenticationFailureInterface-class.md) -- SendSignInLinkEmailFailureInterface - - - -**Implementers** - -- [SendSignInLinkEmailFailureFirebase](../wyatt_authentication_bloc/SendSignInLinkEmailFailureFirebase-class.md) - - - - - -## Constructors - -[SendSignInLinkEmailFailureInterface](../wyatt_authentication_bloc/SendSignInLinkEmailFailureInterface/SendSignInLinkEmailFailureInterface.md) ([String](https://api.flutter.dev/flutter/dart-core/String-class.html) code, [String](https://api.flutter.dev/flutter/dart-core/String-class.html) msg) - -Thrown during the sign in link process if a failure occurs. - -[SendSignInLinkEmailFailureInterface.fromCode](../wyatt_authentication_bloc/SendSignInLinkEmailFailureInterface/SendSignInLinkEmailFailureInterface.fromCode.md) ([String](https://api.flutter.dev/flutter/dart-core/String-class.html) code) - -Thrown during the sign in link process if a failure occurs. - - -## Properties - -##### [code](../wyatt_authentication_bloc/AuthenticationFailureInterface/code.md) ↔ [String](https://api.flutter.dev/flutter/dart-core/String-class.html) - - - - -_read / writeinherited_ - - - -##### [hashCode](https://api.flutter.dev/flutter/dart-core/Object/hashCode.html) → [int](https://api.flutter.dev/flutter/dart-core/int-class.html) - - - -The hash code for this object. -_read-onlyinherited_ - - - -##### [message](../wyatt_authentication_bloc/AuthenticationFailureInterface/message.md) → [String](https://api.flutter.dev/flutter/dart-core/String-class.html) - - - - -_read-onlyinherited_ - - - -##### [msg](../wyatt_authentication_bloc/AuthenticationFailureInterface/msg.md) ↔ [String](https://api.flutter.dev/flutter/dart-core/String-class.html) - - - - -_read / writeinherited_ - - - -##### [runtimeType](https://api.flutter.dev/flutter/dart-core/Object/runtimeType.html) → [Type](https://api.flutter.dev/flutter/dart-core/Type-class.html) - - - -A representation of the runtime type of the object. -_read-onlyinherited_ - - - - - -## Methods - -##### [noSuchMethod](https://api.flutter.dev/flutter/dart-core/Object/noSuchMethod.html)([Invocation](https://api.flutter.dev/flutter/dart-core/Invocation-class.html) invocation) dynamic - - - -Invoked when a non-existent method or property is accessed. -_inherited_ - - - -##### [toString](../wyatt_authentication_bloc/AuthenticationFailureInterface/toString.md)() [String](https://api.flutter.dev/flutter/dart-core/String-class.html) - - - -A string representation of this object. -_inherited_ - - - - - -## Operators - -##### [operator ==](https://api.flutter.dev/flutter/dart-core/Object/operator_equals.html)([Object](https://api.flutter.dev/flutter/dart-core/Object-class.html) other) [bool](https://api.flutter.dev/flutter/dart-core/bool-class.html) - - - -The equality operator. -_inherited_ - - - - - - - - - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SendSignInLinkEmailFailureInterface/SendSignInLinkEmailFailureInterface.fromCode.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SendSignInLinkEmailFailureInterface/SendSignInLinkEmailFailureInterface.fromCode.md deleted file mode 100644 index 6e8ab76a..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SendSignInLinkEmailFailureInterface/SendSignInLinkEmailFailureInterface.fromCode.md +++ /dev/null @@ -1,31 +0,0 @@ - - - -# SendSignInLinkEmailFailureInterface.fromCode constructor - - - - - *[](https://dart.dev/null-safety)* - - - -SendSignInLinkEmailFailureInterface.fromCode([String](https://api.flutter.dev/flutter/dart-core/String-class.html) code) - - -

Thrown during the sign in link process if a failure occurs.

- - - -## Implementation - -```dart -SendSignInLinkEmailFailureInterface.fromCode(super.code) : super.fromCode(); -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SendSignInLinkEmailFailureInterface/SendSignInLinkEmailFailureInterface.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SendSignInLinkEmailFailureInterface/SendSignInLinkEmailFailureInterface.md deleted file mode 100644 index eba02b41..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SendSignInLinkEmailFailureInterface/SendSignInLinkEmailFailureInterface.md +++ /dev/null @@ -1,31 +0,0 @@ - - - -# SendSignInLinkEmailFailureInterface constructor - - - - - *[](https://dart.dev/null-safety)* - - - -SendSignInLinkEmailFailureInterface([String](https://api.flutter.dev/flutter/dart-core/String-class.html) code, [String](https://api.flutter.dev/flutter/dart-core/String-class.html) msg) - - -

Thrown during the sign in link process if a failure occurs.

- - - -## Implementation - -```dart -SendSignInLinkEmailFailureInterface(super.code, super.msg); -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/Session-class.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/Session-class.md deleted file mode 100644 index 29cc3040..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/Session-class.md +++ /dev/null @@ -1,144 +0,0 @@ - - - -# Session<Data> class - - - - - - - *[](https://dart.dev/null-safety)* - - - -

The Session object is used to transport and propagate -the connected user Account and personalized Data in the application.

- - - -**Inheritance** - -- [Object](https://api.flutter.dev/flutter/dart-core/Object-class.html) -- [Equatable](https://pub.dev/documentation/equatable/2.0.5/equatable/Equatable-class.html) -- Session - - - - - - - - -## Constructors - -[Session](../wyatt_authentication_bloc/Session/Session.md) ({required [Account](../wyatt_authentication_bloc/Account-class.md) account, Data? data}) - - _const_ - - -## Properties - -##### [account](../wyatt_authentication_bloc/Session/account.md) → [Account](../wyatt_authentication_bloc/Account-class.md) - - - - -_final_ - - - -##### [data](../wyatt_authentication_bloc/Session/data.md) → Data? - - - - -_final_ - - - -##### [hashCode](https://pub.dev/documentation/equatable/2.0.5/equatable/Equatable/hashCode.html) → [int](https://api.flutter.dev/flutter/dart-core/int-class.html) - - - -The hash code for this object. -_read-onlyinherited_ - - - -##### [props](../wyatt_authentication_bloc/Session/props.md) → [List](https://api.flutter.dev/flutter/dart-core/List-class.html)<[Object](https://api.flutter.dev/flutter/dart-core/Object-class.html)?> - - - -The list of properties that will be used to determine whether -two instances are equal. -_read-onlyoverride_ - - - -##### [runtimeType](https://api.flutter.dev/flutter/dart-core/Object/runtimeType.html) → [Type](https://api.flutter.dev/flutter/dart-core/Type-class.html) - - - -A representation of the runtime type of the object. -_read-onlyinherited_ - - - -##### [stringify](../wyatt_authentication_bloc/Session/stringify.md) → [bool](https://api.flutter.dev/flutter/dart-core/bool-class.html)? - - - -If set to true, the toString method will be overridden to output -this instance's props. -_read-onlyoverride_ - - - - - -## Methods - -##### [noSuchMethod](https://api.flutter.dev/flutter/dart-core/Object/noSuchMethod.html)([Invocation](https://api.flutter.dev/flutter/dart-core/Invocation-class.html) invocation) dynamic - - - -Invoked when a non-existent method or property is accessed. -_inherited_ - - - -##### [toString](https://pub.dev/documentation/equatable/2.0.5/equatable/Equatable/toString.html)() [String](https://api.flutter.dev/flutter/dart-core/String-class.html) - - - -A string representation of this object. -_inherited_ - - - - - -## Operators - -##### [operator ==](https://pub.dev/documentation/equatable/2.0.5/equatable/Equatable/operator_equals.html)([Object](https://api.flutter.dev/flutter/dart-core/Object-class.html) other) [bool](https://api.flutter.dev/flutter/dart-core/bool-class.html) - - - -The equality operator. -_inherited_ - - - - - - - - - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/Session/Session.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/Session/Session.md deleted file mode 100644 index f8c9a635..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/Session/Session.md +++ /dev/null @@ -1,33 +0,0 @@ - - - -# Session<Data> constructor - - - - - *[](https://dart.dev/null-safety)* - - -const -Session<Data>({required [Account](../../wyatt_authentication_bloc/Account-class.md) account, Data? data}) - - - - - -## Implementation - -```dart -const Session({ - required this.account, - this.data, -}); -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/Session/account.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/Session/account.md deleted file mode 100644 index 671e197e..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/Session/account.md +++ /dev/null @@ -1,33 +0,0 @@ - - - -# account property - - - - - *[](https://dart.dev/null-safety)* - - - -[Account](../../wyatt_authentication_bloc/Account-class.md) account - -_final_ - - - - - - -## Implementation - -```dart -final Account account; -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/Session/data.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/Session/data.md deleted file mode 100644 index b95c07e1..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/Session/data.md +++ /dev/null @@ -1,33 +0,0 @@ - - - -# data property - - - - - *[](https://dart.dev/null-safety)* - - - -Data? data - -_final_ - - - - - - -## Implementation - -```dart -final Data? data; -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/Session/props.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/Session/props.md deleted file mode 100644 index 5246eb8f..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/Session/props.md +++ /dev/null @@ -1,42 +0,0 @@ - - - -# props property - - - - - *[](https://dart.dev/null-safety)* - - - - - -**Annotations** - -- @[override](https://api.flutter.dev/flutter/dart-core/override-constant.html) -[List](https://api.flutter.dev/flutter/dart-core/List-class.html)<[Object](https://api.flutter.dev/flutter/dart-core/Object-class.html)?> props - -_override_ - - - -

The list of properties that will be used to determine whether -two instances are equal.

- - - -## Implementation - -```dart -@override -List get props => [account, data]; -``` - - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/Session/stringify.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/Session/stringify.md deleted file mode 100644 index c2fc4fca..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/Session/stringify.md +++ /dev/null @@ -1,47 +0,0 @@ - - - -# stringify property - - - - - *[](https://dart.dev/null-safety)* - - - - - -**Annotations** - -- @[override](https://api.flutter.dev/flutter/dart-core/override-constant.html) -[bool](https://api.flutter.dev/flutter/dart-core/bool-class.html)? stringify - -_override_ - - - -

If set to true, the toString method will be overridden to output -this instance's props.

-

A global default value for stringify can be set using -EquatableConfig.stringify.

-

If this instance's stringify is set to null, the value of -EquatableConfig.stringify will be used instead. This defaults to -false.

- - - -## Implementation - -```dart -@override -bool? get stringify => true; -``` - - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SessionWrapper-class.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SessionWrapper-class.md deleted file mode 100644 index dd0d4a9d..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SessionWrapper-class.md +++ /dev/null @@ -1,144 +0,0 @@ - - - -# SessionWrapper<Data> class - - - - - - - *[](https://dart.dev/null-safety)* - - - -

Contains the AuthenticationChangeEvent initiating the state -change and the current Session.

- - - -**Inheritance** - -- [Object](https://api.flutter.dev/flutter/dart-core/Object-class.html) -- [Equatable](https://pub.dev/documentation/equatable/2.0.5/equatable/Equatable-class.html) -- SessionWrapper - - - - - - - - -## Constructors - -[SessionWrapper](../wyatt_authentication_bloc/SessionWrapper/SessionWrapper.md) ({required [AuthenticationChangeEvent](../wyatt_authentication_bloc/AuthenticationChangeEvent-class.md) event, [Session](../wyatt_authentication_bloc/Session-class.md)<Data>? session}) - - _const_ - - -## Properties - -##### [event](../wyatt_authentication_bloc/SessionWrapper/event.md) → [AuthenticationChangeEvent](../wyatt_authentication_bloc/AuthenticationChangeEvent-class.md) - - - - -_final_ - - - -##### [hashCode](https://pub.dev/documentation/equatable/2.0.5/equatable/Equatable/hashCode.html) → [int](https://api.flutter.dev/flutter/dart-core/int-class.html) - - - -The hash code for this object. -_read-onlyinherited_ - - - -##### [props](../wyatt_authentication_bloc/SessionWrapper/props.md) → [List](https://api.flutter.dev/flutter/dart-core/List-class.html)<[Object](https://api.flutter.dev/flutter/dart-core/Object-class.html)?> - - - -The list of properties that will be used to determine whether -two instances are equal. -_read-onlyoverride_ - - - -##### [runtimeType](https://api.flutter.dev/flutter/dart-core/Object/runtimeType.html) → [Type](https://api.flutter.dev/flutter/dart-core/Type-class.html) - - - -A representation of the runtime type of the object. -_read-onlyinherited_ - - - -##### [session](../wyatt_authentication_bloc/SessionWrapper/session.md) → [Session](../wyatt_authentication_bloc/Session-class.md)<Data>? - - - - -_final_ - - - -##### [stringify](../wyatt_authentication_bloc/SessionWrapper/stringify.md) → [bool](https://api.flutter.dev/flutter/dart-core/bool-class.html) - - - -If set to true, the toString method will be overridden to output -this instance's props. -_read-onlyoverride_ - - - - - -## Methods - -##### [noSuchMethod](https://api.flutter.dev/flutter/dart-core/Object/noSuchMethod.html)([Invocation](https://api.flutter.dev/flutter/dart-core/Invocation-class.html) invocation) dynamic - - - -Invoked when a non-existent method or property is accessed. -_inherited_ - - - -##### [toString](https://pub.dev/documentation/equatable/2.0.5/equatable/Equatable/toString.html)() [String](https://api.flutter.dev/flutter/dart-core/String-class.html) - - - -A string representation of this object. -_inherited_ - - - - - -## Operators - -##### [operator ==](https://pub.dev/documentation/equatable/2.0.5/equatable/Equatable/operator_equals.html)([Object](https://api.flutter.dev/flutter/dart-core/Object-class.html) other) [bool](https://api.flutter.dev/flutter/dart-core/bool-class.html) - - - -The equality operator. -_inherited_ - - - - - - - - - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SessionWrapper/SessionWrapper.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SessionWrapper/SessionWrapper.md deleted file mode 100644 index d26a9969..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SessionWrapper/SessionWrapper.md +++ /dev/null @@ -1,33 +0,0 @@ - - - -# SessionWrapper<Data> constructor - - - - - *[](https://dart.dev/null-safety)* - - -const -SessionWrapper<Data>({required [AuthenticationChangeEvent](../../wyatt_authentication_bloc/AuthenticationChangeEvent-class.md) event, [Session](../../wyatt_authentication_bloc/Session-class.md)<Data>? session}) - - - - - -## Implementation - -```dart -const SessionWrapper({ - required this.event, - this.session, -}); -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SessionWrapper/event.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SessionWrapper/event.md deleted file mode 100644 index a1e5da09..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SessionWrapper/event.md +++ /dev/null @@ -1,33 +0,0 @@ - - - -# event property - - - - - *[](https://dart.dev/null-safety)* - - - -[AuthenticationChangeEvent](../../wyatt_authentication_bloc/AuthenticationChangeEvent-class.md) event - -_final_ - - - - - - -## Implementation - -```dart -final AuthenticationChangeEvent event; -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SessionWrapper/props.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SessionWrapper/props.md deleted file mode 100644 index 318648ca..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SessionWrapper/props.md +++ /dev/null @@ -1,42 +0,0 @@ - - - -# props property - - - - - *[](https://dart.dev/null-safety)* - - - - - -**Annotations** - -- @[override](https://api.flutter.dev/flutter/dart-core/override-constant.html) -[List](https://api.flutter.dev/flutter/dart-core/List-class.html)<[Object](https://api.flutter.dev/flutter/dart-core/Object-class.html)?> props - -_override_ - - - -

The list of properties that will be used to determine whether -two instances are equal.

- - - -## Implementation - -```dart -@override -List get props => [event, session]; -``` - - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SessionWrapper/session.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SessionWrapper/session.md deleted file mode 100644 index a713c2af..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SessionWrapper/session.md +++ /dev/null @@ -1,33 +0,0 @@ - - - -# session property - - - - - *[](https://dart.dev/null-safety)* - - - -[Session](../../wyatt_authentication_bloc/Session-class.md)<Data>? session - -_final_ - - - - - - -## Implementation - -```dart -final Session? session; -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SessionWrapper/stringify.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SessionWrapper/stringify.md deleted file mode 100644 index 4fe942de..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SessionWrapper/stringify.md +++ /dev/null @@ -1,47 +0,0 @@ - - - -# stringify property - - - - - *[](https://dart.dev/null-safety)* - - - - - -**Annotations** - -- @[override](https://api.flutter.dev/flutter/dart-core/override-constant.html) -[bool](https://api.flutter.dev/flutter/dart-core/bool-class.html) stringify - -_override_ - - - -

If set to true, the toString method will be overridden to output -this instance's props.

-

A global default value for stringify can be set using -EquatableConfig.stringify.

-

If this instance's stringify is set to null, the value of -EquatableConfig.stringify will be used instead. This defaults to -false.

- - - -## Implementation - -```dart -@override -bool get stringify => true; -``` - - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignInAnonymously-mixin.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignInAnonymously-mixin.md deleted file mode 100644 index 3dd086b7..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignInAnonymously-mixin.md +++ /dev/null @@ -1,269 +0,0 @@ - - - -# SignInAnonymously<Data> mixin - - - - - - - *[](https://dart.dev/null-safety)* - - - -

Sign in mixin.

-

Allows the user to sign in anonymously

-

Gives access to the signInAnonymously method and -onSignInAnonymously callback.

- - -**Superclass Constraints** - -- [BaseSignInCubit](../wyatt_authentication_bloc/BaseSignInCubit-class.md)<Data> - - - - -**Mixin Applications** - -- [SignInCubit](../wyatt_authentication_bloc/SignInCubit-class.md) - - - -## Properties - -##### [authenticationRepository](../wyatt_authentication_bloc/BaseSignInCubit/authenticationRepository.md) → [AuthenticationRepository](../wyatt_authentication_bloc/AuthenticationRepository-class.md)<Data> - - - - -_finalinherited_ - - - -##### [formName](../wyatt_authentication_bloc/BaseSignInCubit/formName.md) → [String](https://api.flutter.dev/flutter/dart-core/String-class.html) - - - - -_read-onlyinherited_ - - - -##### [formRepository](../wyatt_authentication_bloc/BaseSignInCubit/formRepository.md) → FormRepository - - - - -_read-onlyinherited_ - - - -##### [hashCode](https://api.flutter.dev/flutter/dart-core/Object/hashCode.html) → [int](https://api.flutter.dev/flutter/dart-core/int-class.html) - - - -The hash code for this object. -_read-onlyinherited_ - - - -##### [isClosed](https://pub.dev/documentation/bloc/8.1.0/bloc/BlocBase/isClosed.html) → [bool](https://api.flutter.dev/flutter/dart-core/bool-class.html) - - - -Whether the bloc is closed. -_read-onlyinherited_ - - - -##### [runtimeType](https://api.flutter.dev/flutter/dart-core/Object/runtimeType.html) → [Type](https://api.flutter.dev/flutter/dart-core/Type-class.html) - - - -A representation of the runtime type of the object. -_read-onlyinherited_ - - - -##### [state](https://pub.dev/documentation/bloc/8.1.0/bloc/BlocBase/state.html) → [SignInState](../wyatt_authentication_bloc/SignInState-class.md) - - - -The current state. -_read-onlyinherited_ - - - -##### [stream](https://pub.dev/documentation/bloc/8.1.0/bloc/BlocBase/stream.html) → [Stream](https://api.flutter.dev/flutter/dart-async/Stream-class.html)<[SignInState](../wyatt_authentication_bloc/SignInState-class.md)> - - - -The current stream of states. -_read-onlyinherited_ - - - - - -## Methods - -##### [addError](https://pub.dev/documentation/bloc/8.1.0/bloc/BlocBase/addError.html)([Object](https://api.flutter.dev/flutter/dart-core/Object-class.html) error, [[StackTrace](https://api.flutter.dev/flutter/dart-core/StackTrace-class.html)? stackTrace]) void - - - -Reports an error which triggers onError with an optional StackTrace. -_inherited_ - - - -##### [close](https://pub.dev/documentation/bloc/8.1.0/bloc/BlocBase/close.html)() [Future](https://api.flutter.dev/flutter/dart-async/Future-class.html)<void> - - - -Closes the instance. -This method should be called when the instance is no longer needed. -Once close is called, the instance can no longer be used. -_inherited_ - - - -##### [dataChanged](../wyatt_authentication_bloc/BaseSignInCubit/dataChanged.md)<Value>([String](https://api.flutter.dev/flutter/dart-core/String-class.html) key, FormInputValidator<Value, ValidationError> dirtyValue) [FutureOr](https://api.flutter.dev/flutter/dart-async/FutureOr-class.html)<void> - - - - -_inherited_ - - - -##### [emit](https://pub.dev/documentation/bloc/8.1.0/bloc/BlocBase/emit.html)([SignInState](../wyatt_authentication_bloc/SignInState-class.md) state) void - - - -Updates the state to the provided state. -emit does nothing if the state being emitted -is equal to the current state. -_inherited_ - - - -##### [noSuchMethod](https://api.flutter.dev/flutter/dart-core/Object/noSuchMethod.html)([Invocation](https://api.flutter.dev/flutter/dart-core/Invocation-class.html) invocation) dynamic - - - -Invoked when a non-existent method or property is accessed. -_inherited_ - - - -##### [onChange](https://pub.dev/documentation/bloc/8.1.0/bloc/BlocBase/onChange.html)([Change](https://pub.dev/documentation/bloc/8.1.0/bloc/Change-class.html)<[SignInState](../wyatt_authentication_bloc/SignInState-class.md)> change) void - - - -Called whenever a change occurs with the given change. -A change occurs when a new state is emitted. -onChange is called before the state of the cubit is updated. -onChange is a great spot to add logging/analytics for a specific cubit. -_inherited_ - - - -##### [onError](https://pub.dev/documentation/bloc/8.1.0/bloc/BlocBase/onError.html)([Object](https://api.flutter.dev/flutter/dart-core/Object-class.html) error, [StackTrace](https://api.flutter.dev/flutter/dart-core/StackTrace-class.html) stackTrace) void - - - -Called whenever an error occurs and notifies BlocObserver.onError. -_inherited_ - - - -##### [onSignInAnonymously](../wyatt_authentication_bloc/SignInAnonymously/onSignInAnonymously.md)(Result<[Account](../wyatt_authentication_bloc/Account-class.md), AppException> result, WyattForm form) FutureOrResult<Data?> - - - -This callback is triggered when a user signs in anonymously. - - - - -##### [reset](../wyatt_authentication_bloc/BaseSignInCubit/reset.md)() [FutureOr](https://api.flutter.dev/flutter/dart-async/FutureOr-class.html)<void> - - - - -_inherited_ - - - -##### [signInAnonymously](../wyatt_authentication_bloc/SignInAnonymously/signInAnonymously.md)() [FutureOr](https://api.flutter.dev/flutter/dart-async/FutureOr-class.html)<void> - - - -Sign in anonymously. - - - - -##### [submit](../wyatt_authentication_bloc/BaseSignInCubit/submit.md)() [FutureOr](https://api.flutter.dev/flutter/dart-async/FutureOr-class.html)<void> - - - - -_inherited_ - - - -##### [toString](https://api.flutter.dev/flutter/dart-core/Object/toString.html)() [String](https://api.flutter.dev/flutter/dart-core/String-class.html) - - - -A string representation of this object. -_inherited_ - - - -##### [update](../wyatt_authentication_bloc/BaseSignInCubit/update.md)(WyattForm form, {SetOperation operation = SetOperation.replace}) [FutureOr](https://api.flutter.dev/flutter/dart-async/FutureOr-class.html)<void> - - - - -_inherited_ - - - -##### [validate](../wyatt_authentication_bloc/BaseSignInCubit/validate.md)() [FutureOr](https://api.flutter.dev/flutter/dart-async/FutureOr-class.html)<void> - - - - -_inherited_ - - - - - -## Operators - -##### [operator ==](https://api.flutter.dev/flutter/dart-core/Object/operator_equals.html)([Object](https://api.flutter.dev/flutter/dart-core/Object-class.html) other) [bool](https://api.flutter.dev/flutter/dart-core/bool-class.html) - - - -The equality operator. -_inherited_ - - - - - - - - - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignInAnonymously/onSignInAnonymously.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignInAnonymously/onSignInAnonymously.md deleted file mode 100644 index fa83d0b9..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignInAnonymously/onSignInAnonymously.md +++ /dev/null @@ -1,39 +0,0 @@ - - - -# onSignInAnonymously method - - - - - *[](https://dart.dev/null-safety)* - - - - -FutureOrResult<Data?> onSignInAnonymously -(Result<[Account](../../wyatt_authentication_bloc/Account-class.md), AppException> result, WyattForm form) - - - - - -

This callback is triggered when a user signs in anonymously.

- - - -## Implementation - -```dart -FutureOrResult onSignInAnonymously( - Result result, - WyattForm form, -); -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignInAnonymously/signInAnonymously.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignInAnonymously/signInAnonymously.md deleted file mode 100644 index 0c21eeb5..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignInAnonymously/signInAnonymously.md +++ /dev/null @@ -1,79 +0,0 @@ - - - -# signInAnonymously method - - - - - *[](https://dart.dev/null-safety)* - - - - -[FutureOr](https://api.flutter.dev/flutter/dart-async/FutureOr-class.html)<void> signInAnonymously -() - - - - - -

Sign in anonymously.

-

Throws a SignInAnonymouslyFailureInterface if an exception occurs.

- - - -## Implementation - -```dart -FutureOr signInAnonymously() async { - if (state.status.isSubmissionInProgress) { - return; - } - - final form = formRepository.accessForm(formName); - emit(SignInState(form: form, status: FormStatus.submissionInProgress)); - - return CustomRoutine( - routine: authenticationRepository.signInAnonymously, - attachedLogic: (routineResult) => onSignInAnonymously( - routineResult, - form, - ), - onError: (error) { - emit( - SignInState( - form: form, - errorMessage: error.message, - status: FormStatus.submissionFailure, - ), - ); - addError(error); - }, - onSuccess: (account, data) { - authenticationRepository.addSession( - SessionWrapper( - event: SignedInEvent(account: account), - session: Session( - account: account, - data: data, - ), - ), - ); - emit( - SignInState( - form: form, - status: FormStatus.submissionSuccess, - ), - ); - }, - ).call(); -} -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignInAnonymouslyFailureFirebase-class.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignInAnonymouslyFailureFirebase-class.md deleted file mode 100644 index 23458a20..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignInAnonymouslyFailureFirebase-class.md +++ /dev/null @@ -1,137 +0,0 @@ - - - -# SignInAnonymouslyFailureFirebase class - - - - - - - *[](https://dart.dev/null-safety)* - - - -

Thrown during the sign in process if a failure occurs.

- - - -**Inheritance** - -- [Object](https://api.flutter.dev/flutter/dart-core/Object-class.html) -- [AuthenticationFailureInterface](../wyatt_authentication_bloc/AuthenticationFailureInterface-class.md) -- [SignInAnonymouslyFailureInterface](../wyatt_authentication_bloc/SignInAnonymouslyFailureInterface-class.md) -- SignInAnonymouslyFailureFirebase - - - - - - - - -## Constructors - -[SignInAnonymouslyFailureFirebase](../wyatt_authentication_bloc/SignInAnonymouslyFailureFirebase/SignInAnonymouslyFailureFirebase.md) ([[String](https://api.flutter.dev/flutter/dart-core/String-class.html)? code, [String](https://api.flutter.dev/flutter/dart-core/String-class.html)? msg]) - - - -[SignInAnonymouslyFailureFirebase.fromCode](../wyatt_authentication_bloc/SignInAnonymouslyFailureFirebase/SignInAnonymouslyFailureFirebase.fromCode.md) ([String](https://api.flutter.dev/flutter/dart-core/String-class.html) code) - - - - -## Properties - -##### [code](../wyatt_authentication_bloc/AuthenticationFailureInterface/code.md) ↔ [String](https://api.flutter.dev/flutter/dart-core/String-class.html) - - - - -_read / writeinherited_ - - - -##### [hashCode](https://api.flutter.dev/flutter/dart-core/Object/hashCode.html) → [int](https://api.flutter.dev/flutter/dart-core/int-class.html) - - - -The hash code for this object. -_read-onlyinherited_ - - - -##### [message](../wyatt_authentication_bloc/AuthenticationFailureInterface/message.md) → [String](https://api.flutter.dev/flutter/dart-core/String-class.html) - - - - -_read-onlyinherited_ - - - -##### [msg](../wyatt_authentication_bloc/AuthenticationFailureInterface/msg.md) ↔ [String](https://api.flutter.dev/flutter/dart-core/String-class.html) - - - - -_read / writeinherited_ - - - -##### [runtimeType](https://api.flutter.dev/flutter/dart-core/Object/runtimeType.html) → [Type](https://api.flutter.dev/flutter/dart-core/Type-class.html) - - - -A representation of the runtime type of the object. -_read-onlyinherited_ - - - - - -## Methods - -##### [noSuchMethod](https://api.flutter.dev/flutter/dart-core/Object/noSuchMethod.html)([Invocation](https://api.flutter.dev/flutter/dart-core/Invocation-class.html) invocation) dynamic - - - -Invoked when a non-existent method or property is accessed. -_inherited_ - - - -##### [toString](../wyatt_authentication_bloc/AuthenticationFailureInterface/toString.md)() [String](https://api.flutter.dev/flutter/dart-core/String-class.html) - - - -A string representation of this object. -_inherited_ - - - - - -## Operators - -##### [operator ==](https://api.flutter.dev/flutter/dart-core/Object/operator_equals.html)([Object](https://api.flutter.dev/flutter/dart-core/Object-class.html) other) [bool](https://api.flutter.dev/flutter/dart-core/bool-class.html) - - - -The equality operator. -_inherited_ - - - - - - - - - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignInAnonymouslyFailureFirebase/SignInAnonymouslyFailureFirebase.fromCode.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignInAnonymouslyFailureFirebase/SignInAnonymouslyFailureFirebase.fromCode.md deleted file mode 100644 index 7edb701d..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignInAnonymouslyFailureFirebase/SignInAnonymouslyFailureFirebase.fromCode.md +++ /dev/null @@ -1,40 +0,0 @@ - - - -# SignInAnonymouslyFailureFirebase.fromCode constructor - - - - - *[](https://dart.dev/null-safety)* - - - -SignInAnonymouslyFailureFirebase.fromCode([String](https://api.flutter.dev/flutter/dart-core/String-class.html) code) - - - - - -## Implementation - -```dart -SignInAnonymouslyFailureFirebase.fromCode(String code) - : super.fromCode(code) { - switch (code) { - case 'operation-not-allowed': - msg = 'Operation is not allowed. Please contact support.'; - break; - default: - this.code = 'unknown'; - msg = 'An unknown error occurred.'; - } -} -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignInAnonymouslyFailureFirebase/SignInAnonymouslyFailureFirebase.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignInAnonymouslyFailureFirebase/SignInAnonymouslyFailureFirebase.md deleted file mode 100644 index 3125f39a..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignInAnonymouslyFailureFirebase/SignInAnonymouslyFailureFirebase.md +++ /dev/null @@ -1,31 +0,0 @@ - - - -# SignInAnonymouslyFailureFirebase constructor - - - - - *[](https://dart.dev/null-safety)* - - - -SignInAnonymouslyFailureFirebase([[String](https://api.flutter.dev/flutter/dart-core/String-class.html)? code, [String](https://api.flutter.dev/flutter/dart-core/String-class.html)? msg]) - - - - - -## Implementation - -```dart -SignInAnonymouslyFailureFirebase([String? code, String? msg]) - : super(code ?? 'unknown', msg ?? 'An unknown error occurred.'); -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignInAnonymouslyFailureInterface-class.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignInAnonymouslyFailureInterface-class.md deleted file mode 100644 index df9dd187..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignInAnonymouslyFailureInterface-class.md +++ /dev/null @@ -1,139 +0,0 @@ - - - -# SignInAnonymouslyFailureInterface class - - - - - - - *[](https://dart.dev/null-safety)* - - - -

Thrown during the sign in process if a failure occurs.

- - - -**Inheritance** - -- [Object](https://api.flutter.dev/flutter/dart-core/Object-class.html) -- [AuthenticationFailureInterface](../wyatt_authentication_bloc/AuthenticationFailureInterface-class.md) -- SignInAnonymouslyFailureInterface - - - -**Implementers** - -- [SignInAnonymouslyFailureFirebase](../wyatt_authentication_bloc/SignInAnonymouslyFailureFirebase-class.md) - - - - - -## Constructors - -[SignInAnonymouslyFailureInterface](../wyatt_authentication_bloc/SignInAnonymouslyFailureInterface/SignInAnonymouslyFailureInterface.md) ([String](https://api.flutter.dev/flutter/dart-core/String-class.html) code, [String](https://api.flutter.dev/flutter/dart-core/String-class.html) msg) - -Thrown during the sign in process if a failure occurs. - -[SignInAnonymouslyFailureInterface.fromCode](../wyatt_authentication_bloc/SignInAnonymouslyFailureInterface/SignInAnonymouslyFailureInterface.fromCode.md) ([String](https://api.flutter.dev/flutter/dart-core/String-class.html) code) - -Thrown during the sign in process if a failure occurs. - - -## Properties - -##### [code](../wyatt_authentication_bloc/AuthenticationFailureInterface/code.md) ↔ [String](https://api.flutter.dev/flutter/dart-core/String-class.html) - - - - -_read / writeinherited_ - - - -##### [hashCode](https://api.flutter.dev/flutter/dart-core/Object/hashCode.html) → [int](https://api.flutter.dev/flutter/dart-core/int-class.html) - - - -The hash code for this object. -_read-onlyinherited_ - - - -##### [message](../wyatt_authentication_bloc/AuthenticationFailureInterface/message.md) → [String](https://api.flutter.dev/flutter/dart-core/String-class.html) - - - - -_read-onlyinherited_ - - - -##### [msg](../wyatt_authentication_bloc/AuthenticationFailureInterface/msg.md) ↔ [String](https://api.flutter.dev/flutter/dart-core/String-class.html) - - - - -_read / writeinherited_ - - - -##### [runtimeType](https://api.flutter.dev/flutter/dart-core/Object/runtimeType.html) → [Type](https://api.flutter.dev/flutter/dart-core/Type-class.html) - - - -A representation of the runtime type of the object. -_read-onlyinherited_ - - - - - -## Methods - -##### [noSuchMethod](https://api.flutter.dev/flutter/dart-core/Object/noSuchMethod.html)([Invocation](https://api.flutter.dev/flutter/dart-core/Invocation-class.html) invocation) dynamic - - - -Invoked when a non-existent method or property is accessed. -_inherited_ - - - -##### [toString](../wyatt_authentication_bloc/AuthenticationFailureInterface/toString.md)() [String](https://api.flutter.dev/flutter/dart-core/String-class.html) - - - -A string representation of this object. -_inherited_ - - - - - -## Operators - -##### [operator ==](https://api.flutter.dev/flutter/dart-core/Object/operator_equals.html)([Object](https://api.flutter.dev/flutter/dart-core/Object-class.html) other) [bool](https://api.flutter.dev/flutter/dart-core/bool-class.html) - - - -The equality operator. -_inherited_ - - - - - - - - - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignInAnonymouslyFailureInterface/SignInAnonymouslyFailureInterface.fromCode.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignInAnonymouslyFailureInterface/SignInAnonymouslyFailureInterface.fromCode.md deleted file mode 100644 index 13e4bd31..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignInAnonymouslyFailureInterface/SignInAnonymouslyFailureInterface.fromCode.md +++ /dev/null @@ -1,31 +0,0 @@ - - - -# SignInAnonymouslyFailureInterface.fromCode constructor - - - - - *[](https://dart.dev/null-safety)* - - - -SignInAnonymouslyFailureInterface.fromCode([String](https://api.flutter.dev/flutter/dart-core/String-class.html) code) - - -

Thrown during the sign in process if a failure occurs.

- - - -## Implementation - -```dart -SignInAnonymouslyFailureInterface.fromCode(super.code) : super.fromCode(); -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignInAnonymouslyFailureInterface/SignInAnonymouslyFailureInterface.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignInAnonymouslyFailureInterface/SignInAnonymouslyFailureInterface.md deleted file mode 100644 index 54eeaeb0..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignInAnonymouslyFailureInterface/SignInAnonymouslyFailureInterface.md +++ /dev/null @@ -1,31 +0,0 @@ - - - -# SignInAnonymouslyFailureInterface constructor - - - - - *[](https://dart.dev/null-safety)* - - - -SignInAnonymouslyFailureInterface([String](https://api.flutter.dev/flutter/dart-core/String-class.html) code, [String](https://api.flutter.dev/flutter/dart-core/String-class.html) msg) - - -

Thrown during the sign in process if a failure occurs.

- - - -## Implementation - -```dart -SignInAnonymouslyFailureInterface(super.code, super.msg); -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignInCubit-class.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignInCubit-class.md deleted file mode 100644 index 638a83a7..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignInCubit-class.md +++ /dev/null @@ -1,354 +0,0 @@ - - - -# SignInCubit<Data> class - - - - - - - *[](https://dart.dev/null-safety)* - - - -

Fully featured sign in cubit.

-

Sufficient in most cases. (Where fine granularity is not required.)

- - - -**Inheritance** - -- [Object](https://api.flutter.dev/flutter/dart-core/Object-class.html) -- [BlocBase](https://pub.dev/documentation/bloc/8.1.0/bloc/BlocBase-class.html)<[SignInState](../wyatt_authentication_bloc/SignInState-class.md)> -- [Cubit](https://pub.dev/documentation/bloc/8.1.0/bloc/Cubit-class.html)<[SignInState](../wyatt_authentication_bloc/SignInState-class.md)> -- [BaseSignInCubit](../wyatt_authentication_bloc/BaseSignInCubit-class.md)<Data> -- SignInCubit - - -**Mixed in types** - -- [SignInAnonymously](../wyatt_authentication_bloc/SignInAnonymously-mixin.md)<Data> -- [SignInWithEmailPassword](../wyatt_authentication_bloc/SignInWithEmailPassword-mixin.md)<Data> -- [SignInWithGoogle](../wyatt_authentication_bloc/SignInWithGoogle-mixin.md)<Data> - - - - - - -## Constructors - -[SignInCubit](../wyatt_authentication_bloc/SignInCubit/SignInCubit.md) ({required [AuthenticationRepository](../wyatt_authentication_bloc/AuthenticationRepository-class.md)<Data> authenticationRepository}) - - - - -## Properties - -##### [authenticationRepository](../wyatt_authentication_bloc/BaseSignInCubit/authenticationRepository.md) → [AuthenticationRepository](../wyatt_authentication_bloc/AuthenticationRepository-class.md)<Data> - - - - -_finalinherited_ - - - -##### [formName](../wyatt_authentication_bloc/BaseSignInCubit/formName.md) → [String](https://api.flutter.dev/flutter/dart-core/String-class.html) - - - - -_read-onlyinherited_ - - - -##### [formRepository](../wyatt_authentication_bloc/BaseSignInCubit/formRepository.md) → FormRepository - - - - -_read-onlyinherited_ - - - -##### [hashCode](https://api.flutter.dev/flutter/dart-core/Object/hashCode.html) → [int](https://api.flutter.dev/flutter/dart-core/int-class.html) - - - -The hash code for this object. -_read-onlyinherited_ - - - -##### [isClosed](https://pub.dev/documentation/bloc/8.1.0/bloc/BlocBase/isClosed.html) → [bool](https://api.flutter.dev/flutter/dart-core/bool-class.html) - - - -Whether the bloc is closed. -_read-onlyinherited_ - - - -##### [runtimeType](https://api.flutter.dev/flutter/dart-core/Object/runtimeType.html) → [Type](https://api.flutter.dev/flutter/dart-core/Type-class.html) - - - -A representation of the runtime type of the object. -_read-onlyinherited_ - - - -##### [state](https://pub.dev/documentation/bloc/8.1.0/bloc/BlocBase/state.html) → [SignInState](../wyatt_authentication_bloc/SignInState-class.md) - - - -The current state. -_read-onlyinherited_ - - - -##### [stream](https://pub.dev/documentation/bloc/8.1.0/bloc/BlocBase/stream.html) → [Stream](https://api.flutter.dev/flutter/dart-async/Stream-class.html)<[SignInState](../wyatt_authentication_bloc/SignInState-class.md)> - - - -The current stream of states. -_read-onlyinherited_ - - - - - -## Methods - -##### [addError](https://pub.dev/documentation/bloc/8.1.0/bloc/BlocBase/addError.html)([Object](https://api.flutter.dev/flutter/dart-core/Object-class.html) error, [[StackTrace](https://api.flutter.dev/flutter/dart-core/StackTrace-class.html)? stackTrace]) void - - - -Reports an error which triggers onError with an optional StackTrace. -_inherited_ - - - -##### [close](https://pub.dev/documentation/bloc/8.1.0/bloc/BlocBase/close.html)() [Future](https://api.flutter.dev/flutter/dart-async/Future-class.html)<void> - - - -Closes the instance. -This method should be called when the instance is no longer needed. -Once close is called, the instance can no longer be used. -_inherited_ - - - -##### [dataChanged](../wyatt_authentication_bloc/BaseSignInCubit/dataChanged.md)<Value>([String](https://api.flutter.dev/flutter/dart-core/String-class.html) key, FormInputValidator<Value, ValidationError> dirtyValue) [FutureOr](https://api.flutter.dev/flutter/dart-async/FutureOr-class.html)<void> - - - - -_inherited_ - - - -##### [emailChanged](../wyatt_authentication_bloc/SignInWithEmailPassword/emailChanged.md)([String](https://api.flutter.dev/flutter/dart-core/String-class.html) value) void - - - - -_inherited_ - - - -##### [emailCustomChanged](../wyatt_authentication_bloc/SignInWithEmailPassword/emailCustomChanged.md)<Validator extends FormInputValidator<[String](https://api.flutter.dev/flutter/dart-core/String-class.html)?, ValidationError>>(Validator validator) void - - - -Same as emailChanged but with a custom Validator. -_inherited_ - - - -##### [emit](https://pub.dev/documentation/bloc/8.1.0/bloc/BlocBase/emit.html)([SignInState](../wyatt_authentication_bloc/SignInState-class.md) state) void - - - -Updates the state to the provided state. -emit does nothing if the state being emitted -is equal to the current state. -_inherited_ - - - -##### [noSuchMethod](https://api.flutter.dev/flutter/dart-core/Object/noSuchMethod.html)([Invocation](https://api.flutter.dev/flutter/dart-core/Invocation-class.html) invocation) dynamic - - - -Invoked when a non-existent method or property is accessed. -_inherited_ - - - -##### [onChange](https://pub.dev/documentation/bloc/8.1.0/bloc/BlocBase/onChange.html)([Change](https://pub.dev/documentation/bloc/8.1.0/bloc/Change-class.html)<[SignInState](../wyatt_authentication_bloc/SignInState-class.md)> change) void - - - -Called whenever a change occurs with the given change. -A change occurs when a new state is emitted. -onChange is called before the state of the cubit is updated. -onChange is a great spot to add logging/analytics for a specific cubit. -_inherited_ - - - -##### [onError](https://pub.dev/documentation/bloc/8.1.0/bloc/BlocBase/onError.html)([Object](https://api.flutter.dev/flutter/dart-core/Object-class.html) error, [StackTrace](https://api.flutter.dev/flutter/dart-core/StackTrace-class.html) stackTrace) void - - - -Called whenever an error occurs and notifies BlocObserver.onError. -_inherited_ - - - -##### [onSignInAnonymously](../wyatt_authentication_bloc/SignInCubit/onSignInAnonymously.md)(Result<[Account](../wyatt_authentication_bloc/Account-class.md), AppException> result, WyattForm form) FutureOrResult<Data?> - - - -This callback is triggered when a user signs in anonymously. -_override_ - - - -##### [onSignInWithEmailAndPassword](../wyatt_authentication_bloc/SignInCubit/onSignInWithEmailAndPassword.md)(Result<[Account](../wyatt_authentication_bloc/Account-class.md), AppException> result, WyattForm form) FutureOrResult<Data?> - - - -This callback is triggered when a user signs in with email and password. -_override_ - - - -##### [onSignInWithGoogle](../wyatt_authentication_bloc/SignInCubit/onSignInWithGoogle.md)(Result<[Account](../wyatt_authentication_bloc/Account-class.md), AppException> result, WyattForm form) FutureOrResult<Data?> - - - -This callback is triggered when a user signs in with google. -_override_ - - - -##### [passwordChanged](../wyatt_authentication_bloc/SignInWithEmailPassword/passwordChanged.md)([String](https://api.flutter.dev/flutter/dart-core/String-class.html) value) void - - - - -_inherited_ - - - -##### [passwordCustomChanged](../wyatt_authentication_bloc/SignInWithEmailPassword/passwordCustomChanged.md)<Validator extends FormInputValidator<[String](https://api.flutter.dev/flutter/dart-core/String-class.html)?, ValidationError>>(Validator validator) void - - - -Same as passwordChanged but with a custom Validator. -_inherited_ - - - -##### [reset](../wyatt_authentication_bloc/BaseSignInCubit/reset.md)() [FutureOr](https://api.flutter.dev/flutter/dart-async/FutureOr-class.html)<void> - - - - -_inherited_ - - - -##### [signInAnonymously](../wyatt_authentication_bloc/SignInAnonymously/signInAnonymously.md)() [FutureOr](https://api.flutter.dev/flutter/dart-async/FutureOr-class.html)<void> - - - -Sign in anonymously. -_inherited_ - - - -##### [signInWithEmailAndPassword](../wyatt_authentication_bloc/SignInWithEmailPassword/signInWithEmailAndPassword.md)() [FutureOr](https://api.flutter.dev/flutter/dart-async/FutureOr-class.html)<void> - - - -Signs in with the provided email and password. -_inherited_ - - - -##### [signInWithGoogle](../wyatt_authentication_bloc/SignInWithGoogle/signInWithGoogle.md)() [FutureOr](https://api.flutter.dev/flutter/dart-async/FutureOr-class.html)<void> - - - -Starts the Sign In with Google Flow. -_inherited_ - - - -##### [submit](../wyatt_authentication_bloc/BaseSignInCubit/submit.md)() [FutureOr](https://api.flutter.dev/flutter/dart-async/FutureOr-class.html)<void> - - - - -_inherited_ - - - -##### [toString](https://api.flutter.dev/flutter/dart-core/Object/toString.html)() [String](https://api.flutter.dev/flutter/dart-core/String-class.html) - - - -A string representation of this object. -_inherited_ - - - -##### [update](../wyatt_authentication_bloc/BaseSignInCubit/update.md)(WyattForm form, {SetOperation operation = SetOperation.replace}) [FutureOr](https://api.flutter.dev/flutter/dart-async/FutureOr-class.html)<void> - - - - -_inherited_ - - - -##### [validate](../wyatt_authentication_bloc/BaseSignInCubit/validate.md)() [FutureOr](https://api.flutter.dev/flutter/dart-async/FutureOr-class.html)<void> - - - - -_inherited_ - - - - - -## Operators - -##### [operator ==](https://api.flutter.dev/flutter/dart-core/Object/operator_equals.html)([Object](https://api.flutter.dev/flutter/dart-core/Object-class.html) other) [bool](https://api.flutter.dev/flutter/dart-core/bool-class.html) - - - -The equality operator. -_inherited_ - - - - - - - - - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignInCubit/SignInCubit.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignInCubit/SignInCubit.md deleted file mode 100644 index f2a52155..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignInCubit/SignInCubit.md +++ /dev/null @@ -1,30 +0,0 @@ - - - -# SignInCubit<Data> constructor - - - - - *[](https://dart.dev/null-safety)* - - - -SignInCubit<Data>({required [AuthenticationRepository](../../wyatt_authentication_bloc/AuthenticationRepository-class.md)<Data> authenticationRepository}) - - - - - -## Implementation - -```dart -SignInCubit({required super.authenticationRepository}); -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignInCubit/onSignInAnonymously.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignInCubit/onSignInAnonymously.md deleted file mode 100644 index 034b1e38..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignInCubit/onSignInAnonymously.md +++ /dev/null @@ -1,42 +0,0 @@ - - - -# onSignInAnonymously method - - - - - *[](https://dart.dev/null-safety)* - - - -- @[override](https://api.flutter.dev/flutter/dart-core/override-constant.html) - -FutureOrResult<Data?> onSignInAnonymously -(Result<[Account](../../wyatt_authentication_bloc/Account-class.md), AppException> result, WyattForm form) - -_override_ - - - -

This callback is triggered when a user signs in anonymously.

- - - -## Implementation - -```dart -@override -FutureOrResult onSignInAnonymously( - Result result, - WyattForm form, -) => - const Ok(null); -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignInCubit/onSignInWithEmailAndPassword.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignInCubit/onSignInWithEmailAndPassword.md deleted file mode 100644 index 53132dae..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignInCubit/onSignInWithEmailAndPassword.md +++ /dev/null @@ -1,42 +0,0 @@ - - - -# onSignInWithEmailAndPassword method - - - - - *[](https://dart.dev/null-safety)* - - - -- @[override](https://api.flutter.dev/flutter/dart-core/override-constant.html) - -FutureOrResult<Data?> onSignInWithEmailAndPassword -(Result<[Account](../../wyatt_authentication_bloc/Account-class.md), AppException> result, WyattForm form) - -_override_ - - - -

This callback is triggered when a user signs in with email and password.

- - - -## Implementation - -```dart -@override -FutureOrResult onSignInWithEmailAndPassword( - Result result, - WyattForm form, -) => - const Ok(null); -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignInCubit/onSignInWithGoogle.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignInCubit/onSignInWithGoogle.md deleted file mode 100644 index 19904a99..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignInCubit/onSignInWithGoogle.md +++ /dev/null @@ -1,42 +0,0 @@ - - - -# onSignInWithGoogle method - - - - - *[](https://dart.dev/null-safety)* - - - -- @[override](https://api.flutter.dev/flutter/dart-core/override-constant.html) - -FutureOrResult<Data?> onSignInWithGoogle -(Result<[Account](../../wyatt_authentication_bloc/Account-class.md), AppException> result, WyattForm form) - -_override_ - - - -

This callback is triggered when a user signs in with google.

- - - -## Implementation - -```dart -@override -FutureOrResult onSignInWithGoogle( - Result result, - WyattForm form, -) => - const Ok(null); -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignInListener-class.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignInListener-class.md deleted file mode 100644 index f048a063..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignInListener-class.md +++ /dev/null @@ -1,236 +0,0 @@ - - - -# SignInListener<Data> class - - - - - - - *[](https://dart.dev/null-safety)* - - - -

Widget that listens and builds a child based on the state of -the sign in cubit

- - - -**Inheritance** - -- [Object](https://api.flutter.dev/flutter/dart-core/Object-class.html) -- [DiagnosticableTree](https://api.flutter.dev/flutter/foundation/DiagnosticableTree-class.html) -- [Widget](https://api.flutter.dev/flutter/widgets/Widget-class.html) -- [StatelessWidget](https://api.flutter.dev/flutter/widgets/StatelessWidget-class.html) -- SignInListener - - - - - - - - -## Constructors - -[SignInListener](../wyatt_authentication_bloc/SignInListener/SignInListener.md) ({required [Widget](https://api.flutter.dev/flutter/widgets/Widget-class.html) child, void onProgress([BuildContext](https://api.flutter.dev/flutter/widgets/BuildContext-class.html) context)?, void onSuccess([BuildContext](https://api.flutter.dev/flutter/widgets/BuildContext-class.html) context)?, void onError([BuildContext](https://api.flutter.dev/flutter/widgets/BuildContext-class.html) context, FormStatus status, [String](https://api.flutter.dev/flutter/dart-core/String-class.html)? errorMessage)?, void customBuilder([BuildContext](https://api.flutter.dev/flutter/widgets/BuildContext-class.html) context, [SignInState](../wyatt_authentication_bloc/SignInState-class.md) state)?, [Key](https://api.flutter.dev/flutter/foundation/Key-class.html)? key}) - - _const_ - - -## Properties - -##### [child](../wyatt_authentication_bloc/SignInListener/child.md) → [Widget](https://api.flutter.dev/flutter/widgets/Widget-class.html) - - - - -_final_ - - - -##### [customBuilder](../wyatt_authentication_bloc/SignInListener/customBuilder.md) → (void Function([BuildContext](https://api.flutter.dev/flutter/widgets/BuildContext-class.html) context, [SignInState](../wyatt_authentication_bloc/SignInState-class.md) state)?) - - - - -_final_ - - - -##### [hashCode](https://api.flutter.dev/flutter/widgets/Widget/hashCode.html) → [int](https://api.flutter.dev/flutter/dart-core/int-class.html) - - - -The hash code for this object. -_read-onlyinherited_ - - - -##### [key](https://api.flutter.dev/flutter/widgets/Widget/key.html) → [Key](https://api.flutter.dev/flutter/foundation/Key-class.html)? - - - -Controls how one widget replaces another widget in the tree. -_finalinherited_ - - - -##### [onError](../wyatt_authentication_bloc/SignInListener/onError.md) → (void Function([BuildContext](https://api.flutter.dev/flutter/widgets/BuildContext-class.html) context, FormStatus status, [String](https://api.flutter.dev/flutter/dart-core/String-class.html)? errorMessage)?) - - - - -_final_ - - - -##### [onProgress](../wyatt_authentication_bloc/SignInListener/onProgress.md) → (void Function([BuildContext](https://api.flutter.dev/flutter/widgets/BuildContext-class.html) context)?) - - - - -_final_ - - - -##### [onSuccess](../wyatt_authentication_bloc/SignInListener/onSuccess.md) → (void Function([BuildContext](https://api.flutter.dev/flutter/widgets/BuildContext-class.html) context)?) - - - - -_final_ - - - -##### [runtimeType](https://api.flutter.dev/flutter/dart-core/Object/runtimeType.html) → [Type](https://api.flutter.dev/flutter/dart-core/Type-class.html) - - - -A representation of the runtime type of the object. -_read-onlyinherited_ - - - - - -## Methods - -##### [build](../wyatt_authentication_bloc/SignInListener/build.md)([BuildContext](https://api.flutter.dev/flutter/widgets/BuildContext-class.html) context) [Widget](https://api.flutter.dev/flutter/widgets/Widget-class.html) - - - -Describes the part of the user interface represented by this widget. -_override_ - - - -##### [createElement](https://api.flutter.dev/flutter/widgets/StatelessWidget/createElement.html)() [StatelessElement](https://api.flutter.dev/flutter/widgets/StatelessElement-class.html) - - - -Creates a StatelessElement to manage this widget's location in the tree. -_inherited_ - - - -##### [debugDescribeChildren](https://api.flutter.dev/flutter/foundation/DiagnosticableTree/debugDescribeChildren.html)() [List](https://api.flutter.dev/flutter/dart-core/List-class.html)<[DiagnosticsNode](https://api.flutter.dev/flutter/foundation/DiagnosticsNode-class.html)> - - - -Returns a list of DiagnosticsNode objects describing this node's -children. -_inherited_ - - - -##### [debugFillProperties](https://api.flutter.dev/flutter/widgets/Widget/debugFillProperties.html)([DiagnosticPropertiesBuilder](https://api.flutter.dev/flutter/foundation/DiagnosticPropertiesBuilder-class.html) properties) void - - - -Add additional properties associated with the node. -_inherited_ - - - -##### [noSuchMethod](https://api.flutter.dev/flutter/dart-core/Object/noSuchMethod.html)([Invocation](https://api.flutter.dev/flutter/dart-core/Invocation-class.html) invocation) dynamic - - - -Invoked when a non-existent method or property is accessed. -_inherited_ - - - -##### [toDiagnosticsNode](https://api.flutter.dev/flutter/foundation/DiagnosticableTree/toDiagnosticsNode.html)({[String](https://api.flutter.dev/flutter/dart-core/String-class.html)? name, [DiagnosticsTreeStyle](https://api.flutter.dev/flutter/foundation/DiagnosticsTreeStyle.html)? style}) [DiagnosticsNode](https://api.flutter.dev/flutter/foundation/DiagnosticsNode-class.html) - - - -Returns a debug representation of the object that is used by debugging -tools and by DiagnosticsNode.toStringDeep. -_inherited_ - - - -##### [toString](https://api.flutter.dev/flutter/foundation/Diagnosticable/toString.html)({[DiagnosticLevel](https://api.flutter.dev/flutter/foundation/DiagnosticLevel.html) minLevel = DiagnosticLevel.info}) [String](https://api.flutter.dev/flutter/dart-core/String-class.html) - - - -A string representation of this object. -_inherited_ - - - -##### [toStringDeep](https://api.flutter.dev/flutter/foundation/DiagnosticableTree/toStringDeep.html)({[String](https://api.flutter.dev/flutter/dart-core/String-class.html) prefixLineOne = '', [String](https://api.flutter.dev/flutter/dart-core/String-class.html)? prefixOtherLines, [DiagnosticLevel](https://api.flutter.dev/flutter/foundation/DiagnosticLevel.html) minLevel = DiagnosticLevel.debug}) [String](https://api.flutter.dev/flutter/dart-core/String-class.html) - - - -Returns a string representation of this node and its descendants. -_inherited_ - - - -##### [toStringShallow](https://api.flutter.dev/flutter/foundation/DiagnosticableTree/toStringShallow.html)({[String](https://api.flutter.dev/flutter/dart-core/String-class.html) joiner = ', ', [DiagnosticLevel](https://api.flutter.dev/flutter/foundation/DiagnosticLevel.html) minLevel = DiagnosticLevel.debug}) [String](https://api.flutter.dev/flutter/dart-core/String-class.html) - - - -Returns a one-line detailed description of the object. -_inherited_ - - - -##### [toStringShort](https://api.flutter.dev/flutter/widgets/Widget/toStringShort.html)() [String](https://api.flutter.dev/flutter/dart-core/String-class.html) - - - -A short, textual description of this widget. -_inherited_ - - - - - -## Operators - -##### [operator ==](https://api.flutter.dev/flutter/widgets/Widget/operator_equals.html)([Object](https://api.flutter.dev/flutter/dart-core/Object-class.html) other) [bool](https://api.flutter.dev/flutter/dart-core/bool-class.html) - - - -The equality operator. -_inherited_ - - - - - - - - - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignInListener/SignInListener.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignInListener/SignInListener.md deleted file mode 100644 index a9cfeea1..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignInListener/SignInListener.md +++ /dev/null @@ -1,37 +0,0 @@ - - - -# SignInListener<Data> constructor - - - - - *[](https://dart.dev/null-safety)* - - -const -SignInListener<Data>({required [Widget](https://api.flutter.dev/flutter/widgets/Widget-class.html) child, void onProgress([BuildContext](https://api.flutter.dev/flutter/widgets/BuildContext-class.html) context)?, void onSuccess([BuildContext](https://api.flutter.dev/flutter/widgets/BuildContext-class.html) context)?, void onError([BuildContext](https://api.flutter.dev/flutter/widgets/BuildContext-class.html) context, FormStatus status, [String](https://api.flutter.dev/flutter/dart-core/String-class.html)? errorMessage)?, void customBuilder([BuildContext](https://api.flutter.dev/flutter/widgets/BuildContext-class.html) context, [SignInState](../../wyatt_authentication_bloc/SignInState-class.md) state)?, [Key](https://api.flutter.dev/flutter/foundation/Key-class.html)? key}) - - - - - -## Implementation - -```dart -const SignInListener({ - required this.child, - this.onProgress, - this.onSuccess, - this.onError, - this.customBuilder, - super.key, -}); -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignInListener/build.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignInListener/build.md deleted file mode 100644 index d6783753..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignInListener/build.md +++ /dev/null @@ -1,92 +0,0 @@ - - - -# build method - - - - - *[](https://dart.dev/null-safety)* - - - -- @[override](https://api.flutter.dev/flutter/dart-core/override-constant.html) - -[Widget](https://api.flutter.dev/flutter/widgets/Widget-class.html) build -([BuildContext](https://api.flutter.dev/flutter/widgets/BuildContext-class.html) context) - -_override_ - - - -

Describes the part of the user interface represented by this widget.

-

The framework calls this method when this widget is inserted into the tree -in a given BuildContext and when the dependencies of this widget change -(e.g., an InheritedWidget referenced by this widget changes). This -method can potentially be called in every frame and should not have any side -effects beyond building a widget.

-

The framework replaces the subtree below this widget with the widget -returned by this method, either by updating the existing subtree or by -removing the subtree and inflating a new subtree, depending on whether the -widget returned by this method can update the root of the existing -subtree, as determined by calling Widget.canUpdate.

-

Typically implementations return a newly created constellation of widgets -that are configured with information from this widget's constructor and -from the given BuildContext.

-

The given BuildContext contains information about the location in the -tree at which this widget is being built. For example, the context -provides the set of inherited widgets for this location in the tree. A -given widget might be built with multiple different BuildContext -arguments over time if the widget is moved around the tree or if the -widget is inserted into the tree in multiple places at once.

-

The implementation of this method must only depend on:

- -

If a widget's build method is to depend on anything else, use a -StatefulWidget instead.

-

See also:

-
    -
  • StatelessWidget, which contains the discussion on performance considerations.
  • -
- - - -## Implementation - -```dart -@override -Widget build(BuildContext context) => - BlocListener, SignInState>( - listener: (context, state) { - if (customBuilder != null) { - return customBuilder!(context, state); - } - - if (onSuccess != null && - state.status == FormStatus.submissionSuccess) { - return onSuccess!(context); - } - if (onProgress != null && - state.status == FormStatus.submissionInProgress) { - return onProgress!(context); - } - if (onError != null && - (state.status == FormStatus.submissionCanceled || - state.status == FormStatus.submissionFailure)) { - return onError!(context, state.status, state.errorMessage); - } - }, - child: child, - ); -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignInListener/child.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignInListener/child.md deleted file mode 100644 index 53bc3682..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignInListener/child.md +++ /dev/null @@ -1,33 +0,0 @@ - - - -# child property - - - - - *[](https://dart.dev/null-safety)* - - - -[Widget](https://api.flutter.dev/flutter/widgets/Widget-class.html) child - -_final_ - - - - - - -## Implementation - -```dart -final Widget child; -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignInListener/customBuilder.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignInListener/customBuilder.md deleted file mode 100644 index 132cb4c3..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignInListener/customBuilder.md +++ /dev/null @@ -1,33 +0,0 @@ - - - -# customBuilder property - - - - - *[](https://dart.dev/null-safety)* - - - -(void Function([BuildContext](https://api.flutter.dev/flutter/widgets/BuildContext-class.html) context, [SignInState](../../wyatt_authentication_bloc/SignInState-class.md) state)?) customBuilder - -_final_ - - - - - - -## Implementation - -```dart -final void Function(BuildContext context, SignInState state)? customBuilder; -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignInListener/onError.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignInListener/onError.md deleted file mode 100644 index ed94a98f..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignInListener/onError.md +++ /dev/null @@ -1,37 +0,0 @@ - - - -# onError property - - - - - *[](https://dart.dev/null-safety)* - - - -(void Function([BuildContext](https://api.flutter.dev/flutter/widgets/BuildContext-class.html) context, FormStatus status, [String](https://api.flutter.dev/flutter/dart-core/String-class.html)? errorMessage)?) onError - -_final_ - - - - - - -## Implementation - -```dart -final void Function( - BuildContext context, - FormStatus status, - String? errorMessage, -)? onError; -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignInListener/onProgress.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignInListener/onProgress.md deleted file mode 100644 index 4a30ed71..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignInListener/onProgress.md +++ /dev/null @@ -1,33 +0,0 @@ - - - -# onProgress property - - - - - *[](https://dart.dev/null-safety)* - - - -(void Function([BuildContext](https://api.flutter.dev/flutter/widgets/BuildContext-class.html) context)?) onProgress - -_final_ - - - - - - -## Implementation - -```dart -final void Function(BuildContext context)? onProgress; -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignInListener/onSuccess.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignInListener/onSuccess.md deleted file mode 100644 index 4d942f63..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignInListener/onSuccess.md +++ /dev/null @@ -1,33 +0,0 @@ - - - -# onSuccess property - - - - - *[](https://dart.dev/null-safety)* - - - -(void Function([BuildContext](https://api.flutter.dev/flutter/widgets/BuildContext-class.html) context)?) onSuccess - -_final_ - - - - - - -## Implementation - -```dart -final void Function(BuildContext context)? onSuccess; -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignInState-class.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignInState-class.md deleted file mode 100644 index efb514c4..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignInState-class.md +++ /dev/null @@ -1,179 +0,0 @@ - - - -# SignInState class - - - - - - - *[](https://dart.dev/null-safety)* - - - -

Sign in cubit state to manage the form.

- - - -**Inheritance** - -- [Object](https://api.flutter.dev/flutter/dart-core/Object-class.html) -- [Equatable](https://pub.dev/documentation/equatable/2.0.5/equatable/Equatable-class.html) -- SignInState - - - - - - - - -## Constructors - -[SignInState](../wyatt_authentication_bloc/SignInState/SignInState.md) ({required WyattForm form, FormStatus status = FormStatus.pure, [String](https://api.flutter.dev/flutter/dart-core/String-class.html)? errorMessage}) - - _const_ - - -## Properties - -##### [email](../wyatt_authentication_bloc/SignInState/email.md) → FormInputValidator<[String](https://api.flutter.dev/flutter/dart-core/String-class.html)?, ValidationError> - - - - -_read-only_ - - - -##### [errorMessage](../wyatt_authentication_bloc/SignInState/errorMessage.md) → [String](https://api.flutter.dev/flutter/dart-core/String-class.html)? - - - -Optional error message. -_finalinherited_ - - - -##### [form](../wyatt_authentication_bloc/SignInState/form.md) → WyattForm - - - -FormData with all inputs, and associated metadata. -_finalinherited_ - - - -##### [hashCode](https://pub.dev/documentation/equatable/2.0.5/equatable/Equatable/hashCode.html) → [int](https://api.flutter.dev/flutter/dart-core/int-class.html) - - - -The hash code for this object. -_read-onlyinherited_ - - - -##### [password](../wyatt_authentication_bloc/SignInState/password.md) → FormInputValidator<[String](https://api.flutter.dev/flutter/dart-core/String-class.html)?, ValidationError> - - - - -_read-only_ - - - -##### [props](../wyatt_authentication_bloc/SignInState/props.md) → [List](https://api.flutter.dev/flutter/dart-core/List-class.html)<[Object](https://api.flutter.dev/flutter/dart-core/Object-class.html)> - - - -The list of properties that will be used to determine whether -two instances are equal. -_read-only_ - - - -##### [runtimeType](https://api.flutter.dev/flutter/dart-core/Object/runtimeType.html) → [Type](https://api.flutter.dev/flutter/dart-core/Type-class.html) - - - -A representation of the runtime type of the object. -_read-onlyinherited_ - - - -##### [status](../wyatt_authentication_bloc/SignInState/status.md) → FormStatus - - - -Global status of a form. -_finalinherited_ - - - -##### [stringify](https://pub.dev/documentation/equatable/2.0.5/equatable/Equatable/stringify.html) → [bool](https://api.flutter.dev/flutter/dart-core/bool-class.html)? - - - -If set to true, the toString method will be overridden to output -this instance's props. -_read-onlyinherited_ - - - - - -## Methods - -##### [copyWith](../wyatt_authentication_bloc/SignInState/copyWith.md)({WyattForm? form, FormStatus? status, [String](https://api.flutter.dev/flutter/dart-core/String-class.html)? errorMessage}) [SignInState](../wyatt_authentication_bloc/SignInState-class.md) - - - - - - - - -##### [noSuchMethod](https://api.flutter.dev/flutter/dart-core/Object/noSuchMethod.html)([Invocation](https://api.flutter.dev/flutter/dart-core/Invocation-class.html) invocation) dynamic - - - -Invoked when a non-existent method or property is accessed. -_inherited_ - - - -##### [toString](../wyatt_authentication_bloc/SignInState/toString.md)() [String](https://api.flutter.dev/flutter/dart-core/String-class.html) - - - -A string representation of this object. -_override_ - - - - - -## Operators - -##### [operator ==](https://pub.dev/documentation/equatable/2.0.5/equatable/Equatable/operator_equals.html)([Object](https://api.flutter.dev/flutter/dart-core/Object-class.html) other) [bool](https://api.flutter.dev/flutter/dart-core/bool-class.html) - - - -The equality operator. -_inherited_ - - - - - - - - - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignInState/SignInState.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignInState/SignInState.md deleted file mode 100644 index 648fe926..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignInState/SignInState.md +++ /dev/null @@ -1,34 +0,0 @@ - - - -# SignInState constructor - - - - - *[](https://dart.dev/null-safety)* - - -const -SignInState({required WyattForm form, FormStatus status = FormStatus.pure, [String](https://api.flutter.dev/flutter/dart-core/String-class.html)? errorMessage}) - - - - - -## Implementation - -```dart -const SignInState({ - required super.form, - super.status = FormStatus.pure, - super.errorMessage, -}); -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignInState/copyWith.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignInState/copyWith.md deleted file mode 100644 index e6b06fe5..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignInState/copyWith.md +++ /dev/null @@ -1,44 +0,0 @@ - - - -# copyWith method - - - - - *[](https://dart.dev/null-safety)* - - - - -[SignInState](../../wyatt_authentication_bloc/SignInState-class.md) copyWith -({WyattForm? form, FormStatus? status, [String](https://api.flutter.dev/flutter/dart-core/String-class.html)? errorMessage}) - - - - - - - - -## Implementation - -```dart -SignInState copyWith({ - WyattForm? form, - FormStatus? status, - String? errorMessage, -}) => - SignInState( - form: form ?? this.form, - status: status ?? this.status, - errorMessage: errorMessage ?? this.errorMessage, - ); -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignInState/email.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignInState/email.md deleted file mode 100644 index 1ded8043..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignInState/email.md +++ /dev/null @@ -1,37 +0,0 @@ - - - -# email property - - - - - *[](https://dart.dev/null-safety)* - - - - - -FormInputValidator<[String](https://api.flutter.dev/flutter/dart-core/String-class.html)?, ValidationError> email - - - - - - - - -## Implementation - -```dart -FormInputValidator get email => - form.validatorOf(AuthFormField.email); -``` - - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignInState/errorMessage.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignInState/errorMessage.md deleted file mode 100644 index d0856deb..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignInState/errorMessage.md +++ /dev/null @@ -1,34 +0,0 @@ - - - -# errorMessage property - - - - - *[](https://dart.dev/null-safety)* - - - -[String](https://api.flutter.dev/flutter/dart-core/String-class.html)? errorMessage - -_finalinherited_ - - - -

Optional error message.

- - - -## Implementation - -```dart -final String? errorMessage; -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignInState/form.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignInState/form.md deleted file mode 100644 index d3f2da76..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignInState/form.md +++ /dev/null @@ -1,34 +0,0 @@ - - - -# form property - - - - - *[](https://dart.dev/null-safety)* - - - -WyattForm form - -_finalinherited_ - - - -

FormData with all inputs, and associated metadata.

- - - -## Implementation - -```dart -final WyattForm form; -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignInState/password.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignInState/password.md deleted file mode 100644 index 77938106..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignInState/password.md +++ /dev/null @@ -1,37 +0,0 @@ - - - -# password property - - - - - *[](https://dart.dev/null-safety)* - - - - - -FormInputValidator<[String](https://api.flutter.dev/flutter/dart-core/String-class.html)?, ValidationError> password - - - - - - - - -## Implementation - -```dart -FormInputValidator get password => - form.validatorOf(AuthFormField.password); -``` - - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignInState/props.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignInState/props.md deleted file mode 100644 index eab8d26c..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignInState/props.md +++ /dev/null @@ -1,42 +0,0 @@ - - - -# props property - - - - - *[](https://dart.dev/null-safety)* - - - - - -**Annotations** - -- @[override](https://api.flutter.dev/flutter/dart-core/override-constant.html) -[List](https://api.flutter.dev/flutter/dart-core/List-class.html)<[Object](https://api.flutter.dev/flutter/dart-core/Object-class.html)> props - - - - - -

The list of properties that will be used to determine whether -two instances are equal.

- - - -## Implementation - -```dart -@override -List get props => [email, password, status]; -``` - - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignInState/status.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignInState/status.md deleted file mode 100644 index 644a9f10..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignInState/status.md +++ /dev/null @@ -1,34 +0,0 @@ - - - -# status property - - - - - *[](https://dart.dev/null-safety)* - - - -FormStatus status - -_finalinherited_ - - - -

Global status of a form.

- - - -## Implementation - -```dart -final FormStatus status; -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignInState/toString.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignInState/toString.md deleted file mode 100644 index 01225d4e..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignInState/toString.md +++ /dev/null @@ -1,48 +0,0 @@ - - - -# toString method - - - - - *[](https://dart.dev/null-safety)* - - - -- @[override](https://api.flutter.dev/flutter/dart-core/override-constant.html) - -[String](https://api.flutter.dev/flutter/dart-core/String-class.html) toString -() - -_override_ - - - -

A string representation of this object.

-

Some classes have a default textual representation, -often paired with a static parse function (like int.parse). -These classes will provide the textual representation as -their string representation.

-

Other classes have no meaningful textual representation -that a program will care about. -Such classes will typically override toString to provide -useful information when inspecting the object, -mainly for debugging or logging.

- - - -## Implementation - -```dart -@override -String toString() => 'SignInState(status: ${status.name} ' - '${(errorMessage != null) ? " [$errorMessage]" : ""}, $form)'; -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignInWithAppleFailureFirebase-class.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignInWithAppleFailureFirebase-class.md deleted file mode 100644 index a188c284..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignInWithAppleFailureFirebase-class.md +++ /dev/null @@ -1,141 +0,0 @@ - - - -# SignInWithAppleFailureFirebase class - - - - - - - *[](https://dart.dev/null-safety)* - - - -

Thrown during the sign in process if a failure occurs.

- - - -**Inheritance** - -- [Object](https://api.flutter.dev/flutter/dart-core/Object-class.html) -- [AuthenticationFailureInterface](../wyatt_authentication_bloc/AuthenticationFailureInterface-class.md) -- [SignInWithCredentialFailureInterface](../wyatt_authentication_bloc/SignInWithCredentialFailureInterface-class.md) -- [SignInWithCredentialFailureFirebase](../wyatt_authentication_bloc/SignInWithCredentialFailureFirebase-class.md) -- SignInWithAppleFailureFirebase - -**Implemented types** - -- [SignInWithAppleFailureInterface](../wyatt_authentication_bloc/SignInWithAppleFailureInterface-class.md) - - - - - - - -## Constructors - -[SignInWithAppleFailureFirebase](../wyatt_authentication_bloc/SignInWithAppleFailureFirebase/SignInWithAppleFailureFirebase.md) ([[String](https://api.flutter.dev/flutter/dart-core/String-class.html)? code, [String](https://api.flutter.dev/flutter/dart-core/String-class.html)? msg]) - - - -[SignInWithAppleFailureFirebase.fromCode](../wyatt_authentication_bloc/SignInWithAppleFailureFirebase/SignInWithAppleFailureFirebase.fromCode.md) ([String](https://api.flutter.dev/flutter/dart-core/String-class.html) code) - - - - -## Properties - -##### [code](../wyatt_authentication_bloc/AuthenticationFailureInterface/code.md) ↔ [String](https://api.flutter.dev/flutter/dart-core/String-class.html) - - - - -_read / writeinherited_ - - - -##### [hashCode](https://api.flutter.dev/flutter/dart-core/Object/hashCode.html) → [int](https://api.flutter.dev/flutter/dart-core/int-class.html) - - - -The hash code for this object. -_read-onlyinherited_ - - - -##### [message](../wyatt_authentication_bloc/AuthenticationFailureInterface/message.md) → [String](https://api.flutter.dev/flutter/dart-core/String-class.html) - - - - -_read-onlyinherited_ - - - -##### [msg](../wyatt_authentication_bloc/AuthenticationFailureInterface/msg.md) ↔ [String](https://api.flutter.dev/flutter/dart-core/String-class.html) - - - - -_read / writeinherited_ - - - -##### [runtimeType](https://api.flutter.dev/flutter/dart-core/Object/runtimeType.html) → [Type](https://api.flutter.dev/flutter/dart-core/Type-class.html) - - - -A representation of the runtime type of the object. -_read-onlyinherited_ - - - - - -## Methods - -##### [noSuchMethod](https://api.flutter.dev/flutter/dart-core/Object/noSuchMethod.html)([Invocation](https://api.flutter.dev/flutter/dart-core/Invocation-class.html) invocation) dynamic - - - -Invoked when a non-existent method or property is accessed. -_inherited_ - - - -##### [toString](../wyatt_authentication_bloc/AuthenticationFailureInterface/toString.md)() [String](https://api.flutter.dev/flutter/dart-core/String-class.html) - - - -A string representation of this object. -_inherited_ - - - - - -## Operators - -##### [operator ==](https://api.flutter.dev/flutter/dart-core/Object/operator_equals.html)([Object](https://api.flutter.dev/flutter/dart-core/Object-class.html) other) [bool](https://api.flutter.dev/flutter/dart-core/bool-class.html) - - - -The equality operator. -_inherited_ - - - - - - - - - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignInWithAppleFailureFirebase/SignInWithAppleFailureFirebase.fromCode.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignInWithAppleFailureFirebase/SignInWithAppleFailureFirebase.fromCode.md deleted file mode 100644 index c07fe58b..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignInWithAppleFailureFirebase/SignInWithAppleFailureFirebase.fromCode.md +++ /dev/null @@ -1,30 +0,0 @@ - - - -# SignInWithAppleFailureFirebase.fromCode constructor - - - - - *[](https://dart.dev/null-safety)* - - - -SignInWithAppleFailureFirebase.fromCode([String](https://api.flutter.dev/flutter/dart-core/String-class.html) code) - - - - - -## Implementation - -```dart -SignInWithAppleFailureFirebase.fromCode(super.code) : super.fromCode(); -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignInWithAppleFailureFirebase/SignInWithAppleFailureFirebase.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignInWithAppleFailureFirebase/SignInWithAppleFailureFirebase.md deleted file mode 100644 index 4aa51024..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignInWithAppleFailureFirebase/SignInWithAppleFailureFirebase.md +++ /dev/null @@ -1,30 +0,0 @@ - - - -# SignInWithAppleFailureFirebase constructor - - - - - *[](https://dart.dev/null-safety)* - - - -SignInWithAppleFailureFirebase([[String](https://api.flutter.dev/flutter/dart-core/String-class.html)? code, [String](https://api.flutter.dev/flutter/dart-core/String-class.html)? msg]) - - - - - -## Implementation - -```dart -SignInWithAppleFailureFirebase([super.code, super.msg]); -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignInWithAppleFailureInterface-class.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignInWithAppleFailureInterface-class.md deleted file mode 100644 index 7b1837ba..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignInWithAppleFailureInterface-class.md +++ /dev/null @@ -1,140 +0,0 @@ - - - -# SignInWithAppleFailureInterface class - - - - - - - *[](https://dart.dev/null-safety)* - - - -

Thrown during the sign in process if a failure occurs.

- - - -**Inheritance** - -- [Object](https://api.flutter.dev/flutter/dart-core/Object-class.html) -- [AuthenticationFailureInterface](../wyatt_authentication_bloc/AuthenticationFailureInterface-class.md) -- SignInWithAppleFailureInterface - - - -**Implementers** - -- [SignInWithAppleFailureFirebase](../wyatt_authentication_bloc/SignInWithAppleFailureFirebase-class.md) -- [SignInWithTwitterFailureFirebase](../wyatt_authentication_bloc/SignInWithTwitterFailureFirebase-class.md) - - - - - -## Constructors - -[SignInWithAppleFailureInterface](../wyatt_authentication_bloc/SignInWithAppleFailureInterface/SignInWithAppleFailureInterface.md) ([String](https://api.flutter.dev/flutter/dart-core/String-class.html) code, [String](https://api.flutter.dev/flutter/dart-core/String-class.html) msg) - -Thrown during the sign in process if a failure occurs. - -[SignInWithAppleFailureInterface.fromCode](../wyatt_authentication_bloc/SignInWithAppleFailureInterface/SignInWithAppleFailureInterface.fromCode.md) ([String](https://api.flutter.dev/flutter/dart-core/String-class.html) code) - -Thrown during the sign in process if a failure occurs. - - -## Properties - -##### [code](../wyatt_authentication_bloc/AuthenticationFailureInterface/code.md) ↔ [String](https://api.flutter.dev/flutter/dart-core/String-class.html) - - - - -_read / writeinherited_ - - - -##### [hashCode](https://api.flutter.dev/flutter/dart-core/Object/hashCode.html) → [int](https://api.flutter.dev/flutter/dart-core/int-class.html) - - - -The hash code for this object. -_read-onlyinherited_ - - - -##### [message](../wyatt_authentication_bloc/AuthenticationFailureInterface/message.md) → [String](https://api.flutter.dev/flutter/dart-core/String-class.html) - - - - -_read-onlyinherited_ - - - -##### [msg](../wyatt_authentication_bloc/AuthenticationFailureInterface/msg.md) ↔ [String](https://api.flutter.dev/flutter/dart-core/String-class.html) - - - - -_read / writeinherited_ - - - -##### [runtimeType](https://api.flutter.dev/flutter/dart-core/Object/runtimeType.html) → [Type](https://api.flutter.dev/flutter/dart-core/Type-class.html) - - - -A representation of the runtime type of the object. -_read-onlyinherited_ - - - - - -## Methods - -##### [noSuchMethod](https://api.flutter.dev/flutter/dart-core/Object/noSuchMethod.html)([Invocation](https://api.flutter.dev/flutter/dart-core/Invocation-class.html) invocation) dynamic - - - -Invoked when a non-existent method or property is accessed. -_inherited_ - - - -##### [toString](../wyatt_authentication_bloc/AuthenticationFailureInterface/toString.md)() [String](https://api.flutter.dev/flutter/dart-core/String-class.html) - - - -A string representation of this object. -_inherited_ - - - - - -## Operators - -##### [operator ==](https://api.flutter.dev/flutter/dart-core/Object/operator_equals.html)([Object](https://api.flutter.dev/flutter/dart-core/Object-class.html) other) [bool](https://api.flutter.dev/flutter/dart-core/bool-class.html) - - - -The equality operator. -_inherited_ - - - - - - - - - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignInWithAppleFailureInterface/SignInWithAppleFailureInterface.fromCode.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignInWithAppleFailureInterface/SignInWithAppleFailureInterface.fromCode.md deleted file mode 100644 index 6786f6d9..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignInWithAppleFailureInterface/SignInWithAppleFailureInterface.fromCode.md +++ /dev/null @@ -1,31 +0,0 @@ - - - -# SignInWithAppleFailureInterface.fromCode constructor - - - - - *[](https://dart.dev/null-safety)* - - - -SignInWithAppleFailureInterface.fromCode([String](https://api.flutter.dev/flutter/dart-core/String-class.html) code) - - -

Thrown during the sign in process if a failure occurs.

- - - -## Implementation - -```dart -SignInWithAppleFailureInterface.fromCode(super.code) : super.fromCode(); -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignInWithAppleFailureInterface/SignInWithAppleFailureInterface.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignInWithAppleFailureInterface/SignInWithAppleFailureInterface.md deleted file mode 100644 index 6994d8b8..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignInWithAppleFailureInterface/SignInWithAppleFailureInterface.md +++ /dev/null @@ -1,31 +0,0 @@ - - - -# SignInWithAppleFailureInterface constructor - - - - - *[](https://dart.dev/null-safety)* - - - -SignInWithAppleFailureInterface([String](https://api.flutter.dev/flutter/dart-core/String-class.html) code, [String](https://api.flutter.dev/flutter/dart-core/String-class.html) msg) - - -

Thrown during the sign in process if a failure occurs.

- - - -## Implementation - -```dart -SignInWithAppleFailureInterface(super.code, super.msg); -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignInWithCredentialFailureFirebase-class.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignInWithCredentialFailureFirebase-class.md deleted file mode 100644 index f9e120f8..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignInWithCredentialFailureFirebase-class.md +++ /dev/null @@ -1,143 +0,0 @@ - - - -# SignInWithCredentialFailureFirebase class - - - - - - - *[](https://dart.dev/null-safety)* - - - -

Thrown during the sign in process if a failure occurs.

- - - -**Inheritance** - -- [Object](https://api.flutter.dev/flutter/dart-core/Object-class.html) -- [AuthenticationFailureInterface](../wyatt_authentication_bloc/AuthenticationFailureInterface-class.md) -- [SignInWithCredentialFailureInterface](../wyatt_authentication_bloc/SignInWithCredentialFailureInterface-class.md) -- SignInWithCredentialFailureFirebase - - - -**Implementers** - -- [SignInWithAppleFailureFirebase](../wyatt_authentication_bloc/SignInWithAppleFailureFirebase-class.md) -- [SignInWithFacebookFailureFirebase](../wyatt_authentication_bloc/SignInWithFacebookFailureFirebase-class.md) -- [SignInWithGoogleFailureFirebase](../wyatt_authentication_bloc/SignInWithGoogleFailureFirebase-class.md) -- [SignInWithTwitterFailureFirebase](../wyatt_authentication_bloc/SignInWithTwitterFailureFirebase-class.md) - - - - - -## Constructors - -[SignInWithCredentialFailureFirebase](../wyatt_authentication_bloc/SignInWithCredentialFailureFirebase/SignInWithCredentialFailureFirebase.md) ([[String](https://api.flutter.dev/flutter/dart-core/String-class.html)? code, [String](https://api.flutter.dev/flutter/dart-core/String-class.html)? msg]) - - - -[SignInWithCredentialFailureFirebase.fromCode](../wyatt_authentication_bloc/SignInWithCredentialFailureFirebase/SignInWithCredentialFailureFirebase.fromCode.md) ([String](https://api.flutter.dev/flutter/dart-core/String-class.html) code) - - - - -## Properties - -##### [code](../wyatt_authentication_bloc/AuthenticationFailureInterface/code.md) ↔ [String](https://api.flutter.dev/flutter/dart-core/String-class.html) - - - - -_read / writeinherited_ - - - -##### [hashCode](https://api.flutter.dev/flutter/dart-core/Object/hashCode.html) → [int](https://api.flutter.dev/flutter/dart-core/int-class.html) - - - -The hash code for this object. -_read-onlyinherited_ - - - -##### [message](../wyatt_authentication_bloc/AuthenticationFailureInterface/message.md) → [String](https://api.flutter.dev/flutter/dart-core/String-class.html) - - - - -_read-onlyinherited_ - - - -##### [msg](../wyatt_authentication_bloc/AuthenticationFailureInterface/msg.md) ↔ [String](https://api.flutter.dev/flutter/dart-core/String-class.html) - - - - -_read / writeinherited_ - - - -##### [runtimeType](https://api.flutter.dev/flutter/dart-core/Object/runtimeType.html) → [Type](https://api.flutter.dev/flutter/dart-core/Type-class.html) - - - -A representation of the runtime type of the object. -_read-onlyinherited_ - - - - - -## Methods - -##### [noSuchMethod](https://api.flutter.dev/flutter/dart-core/Object/noSuchMethod.html)([Invocation](https://api.flutter.dev/flutter/dart-core/Invocation-class.html) invocation) dynamic - - - -Invoked when a non-existent method or property is accessed. -_inherited_ - - - -##### [toString](../wyatt_authentication_bloc/AuthenticationFailureInterface/toString.md)() [String](https://api.flutter.dev/flutter/dart-core/String-class.html) - - - -A string representation of this object. -_inherited_ - - - - - -## Operators - -##### [operator ==](https://api.flutter.dev/flutter/dart-core/Object/operator_equals.html)([Object](https://api.flutter.dev/flutter/dart-core/Object-class.html) other) [bool](https://api.flutter.dev/flutter/dart-core/bool-class.html) - - - -The equality operator. -_inherited_ - - - - - - - - - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignInWithCredentialFailureFirebase/SignInWithCredentialFailureFirebase.fromCode.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignInWithCredentialFailureFirebase/SignInWithCredentialFailureFirebase.fromCode.md deleted file mode 100644 index d2b1deb1..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignInWithCredentialFailureFirebase/SignInWithCredentialFailureFirebase.fromCode.md +++ /dev/null @@ -1,61 +0,0 @@ - - - -# SignInWithCredentialFailureFirebase.fromCode constructor - - - - - *[](https://dart.dev/null-safety)* - - - -SignInWithCredentialFailureFirebase.fromCode([String](https://api.flutter.dev/flutter/dart-core/String-class.html) code) - - - - - -## Implementation - -```dart -SignInWithCredentialFailureFirebase.fromCode(String code) - : super.fromCode(code) { - switch (code) { - case 'account-exists-with-different-credential': - msg = 'Account exists with different credentials.'; - break; - case 'invalid-credential': - msg = 'The credential received is malformed or has expired.'; - break; - case 'operation-not-allowed': - msg = 'Operation is not allowed. Please contact support.'; - break; - case 'user-disabled': - msg = 'This user has been disabled. Please contact support for help.'; - break; - case 'user-not-found': - msg = 'Email is not found, please create an account.'; - break; - case 'wrong-password': - msg = 'Incorrect password, please try again.'; - break; - case 'invalid-verification-code': - msg = 'The credential verification code received is invalid.'; - break; - case 'invalid-verification-id': - msg = 'The credential verification ID received is invalid.'; - break; - default: - this.code = 'unknown'; - msg = 'An unknown error occurred.'; - } -} -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignInWithCredentialFailureFirebase/SignInWithCredentialFailureFirebase.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignInWithCredentialFailureFirebase/SignInWithCredentialFailureFirebase.md deleted file mode 100644 index 66f66bb9..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignInWithCredentialFailureFirebase/SignInWithCredentialFailureFirebase.md +++ /dev/null @@ -1,31 +0,0 @@ - - - -# SignInWithCredentialFailureFirebase constructor - - - - - *[](https://dart.dev/null-safety)* - - - -SignInWithCredentialFailureFirebase([[String](https://api.flutter.dev/flutter/dart-core/String-class.html)? code, [String](https://api.flutter.dev/flutter/dart-core/String-class.html)? msg]) - - - - - -## Implementation - -```dart -SignInWithCredentialFailureFirebase([String? code, String? msg]) - : super(code ?? 'unknown', msg ?? 'An unknown error occurred.'); -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignInWithCredentialFailureInterface-class.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignInWithCredentialFailureInterface-class.md deleted file mode 100644 index 08473e12..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignInWithCredentialFailureInterface-class.md +++ /dev/null @@ -1,139 +0,0 @@ - - - -# SignInWithCredentialFailureInterface class - - - - - - - *[](https://dart.dev/null-safety)* - - - -

Thrown during the sign in process if a failure occurs.

- - - -**Inheritance** - -- [Object](https://api.flutter.dev/flutter/dart-core/Object-class.html) -- [AuthenticationFailureInterface](../wyatt_authentication_bloc/AuthenticationFailureInterface-class.md) -- SignInWithCredentialFailureInterface - - - -**Implementers** - -- [SignInWithCredentialFailureFirebase](../wyatt_authentication_bloc/SignInWithCredentialFailureFirebase-class.md) - - - - - -## Constructors - -[SignInWithCredentialFailureInterface](../wyatt_authentication_bloc/SignInWithCredentialFailureInterface/SignInWithCredentialFailureInterface.md) ([String](https://api.flutter.dev/flutter/dart-core/String-class.html) code, [String](https://api.flutter.dev/flutter/dart-core/String-class.html) msg) - -Thrown during the sign in process if a failure occurs. - -[SignInWithCredentialFailureInterface.fromCode](../wyatt_authentication_bloc/SignInWithCredentialFailureInterface/SignInWithCredentialFailureInterface.fromCode.md) ([String](https://api.flutter.dev/flutter/dart-core/String-class.html) code) - -Thrown during the sign in process if a failure occurs. - - -## Properties - -##### [code](../wyatt_authentication_bloc/AuthenticationFailureInterface/code.md) ↔ [String](https://api.flutter.dev/flutter/dart-core/String-class.html) - - - - -_read / writeinherited_ - - - -##### [hashCode](https://api.flutter.dev/flutter/dart-core/Object/hashCode.html) → [int](https://api.flutter.dev/flutter/dart-core/int-class.html) - - - -The hash code for this object. -_read-onlyinherited_ - - - -##### [message](../wyatt_authentication_bloc/AuthenticationFailureInterface/message.md) → [String](https://api.flutter.dev/flutter/dart-core/String-class.html) - - - - -_read-onlyinherited_ - - - -##### [msg](../wyatt_authentication_bloc/AuthenticationFailureInterface/msg.md) ↔ [String](https://api.flutter.dev/flutter/dart-core/String-class.html) - - - - -_read / writeinherited_ - - - -##### [runtimeType](https://api.flutter.dev/flutter/dart-core/Object/runtimeType.html) → [Type](https://api.flutter.dev/flutter/dart-core/Type-class.html) - - - -A representation of the runtime type of the object. -_read-onlyinherited_ - - - - - -## Methods - -##### [noSuchMethod](https://api.flutter.dev/flutter/dart-core/Object/noSuchMethod.html)([Invocation](https://api.flutter.dev/flutter/dart-core/Invocation-class.html) invocation) dynamic - - - -Invoked when a non-existent method or property is accessed. -_inherited_ - - - -##### [toString](../wyatt_authentication_bloc/AuthenticationFailureInterface/toString.md)() [String](https://api.flutter.dev/flutter/dart-core/String-class.html) - - - -A string representation of this object. -_inherited_ - - - - - -## Operators - -##### [operator ==](https://api.flutter.dev/flutter/dart-core/Object/operator_equals.html)([Object](https://api.flutter.dev/flutter/dart-core/Object-class.html) other) [bool](https://api.flutter.dev/flutter/dart-core/bool-class.html) - - - -The equality operator. -_inherited_ - - - - - - - - - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignInWithCredentialFailureInterface/SignInWithCredentialFailureInterface.fromCode.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignInWithCredentialFailureInterface/SignInWithCredentialFailureInterface.fromCode.md deleted file mode 100644 index 14c794db..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignInWithCredentialFailureInterface/SignInWithCredentialFailureInterface.fromCode.md +++ /dev/null @@ -1,31 +0,0 @@ - - - -# SignInWithCredentialFailureInterface.fromCode constructor - - - - - *[](https://dart.dev/null-safety)* - - - -SignInWithCredentialFailureInterface.fromCode([String](https://api.flutter.dev/flutter/dart-core/String-class.html) code) - - -

Thrown during the sign in process if a failure occurs.

- - - -## Implementation - -```dart -SignInWithCredentialFailureInterface.fromCode(super.code) : super.fromCode(); -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignInWithCredentialFailureInterface/SignInWithCredentialFailureInterface.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignInWithCredentialFailureInterface/SignInWithCredentialFailureInterface.md deleted file mode 100644 index 4030c6cd..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignInWithCredentialFailureInterface/SignInWithCredentialFailureInterface.md +++ /dev/null @@ -1,31 +0,0 @@ - - - -# SignInWithCredentialFailureInterface constructor - - - - - *[](https://dart.dev/null-safety)* - - - -SignInWithCredentialFailureInterface([String](https://api.flutter.dev/flutter/dart-core/String-class.html) code, [String](https://api.flutter.dev/flutter/dart-core/String-class.html) msg) - - -

Thrown during the sign in process if a failure occurs.

- - - -## Implementation - -```dart -SignInWithCredentialFailureInterface(super.code, super.msg); -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignInWithEmailAndPasswordFailureFirebase-class.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignInWithEmailAndPasswordFailureFirebase-class.md deleted file mode 100644 index 5a28b107..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignInWithEmailAndPasswordFailureFirebase-class.md +++ /dev/null @@ -1,137 +0,0 @@ - - - -# SignInWithEmailAndPasswordFailureFirebase class - - - - - - - *[](https://dart.dev/null-safety)* - - - -

Thrown during the sign in process if a failure occurs.

- - - -**Inheritance** - -- [Object](https://api.flutter.dev/flutter/dart-core/Object-class.html) -- [AuthenticationFailureInterface](../wyatt_authentication_bloc/AuthenticationFailureInterface-class.md) -- [SignInWithEmailAndPasswordFailureInterface](../wyatt_authentication_bloc/SignInWithEmailAndPasswordFailureInterface-class.md) -- SignInWithEmailAndPasswordFailureFirebase - - - - - - - - -## Constructors - -[SignInWithEmailAndPasswordFailureFirebase](../wyatt_authentication_bloc/SignInWithEmailAndPasswordFailureFirebase/SignInWithEmailAndPasswordFailureFirebase.md) ([[String](https://api.flutter.dev/flutter/dart-core/String-class.html)? code, [String](https://api.flutter.dev/flutter/dart-core/String-class.html)? msg]) - - - -[SignInWithEmailAndPasswordFailureFirebase.fromCode](../wyatt_authentication_bloc/SignInWithEmailAndPasswordFailureFirebase/SignInWithEmailAndPasswordFailureFirebase.fromCode.md) ([String](https://api.flutter.dev/flutter/dart-core/String-class.html) code) - - - - -## Properties - -##### [code](../wyatt_authentication_bloc/AuthenticationFailureInterface/code.md) ↔ [String](https://api.flutter.dev/flutter/dart-core/String-class.html) - - - - -_read / writeinherited_ - - - -##### [hashCode](https://api.flutter.dev/flutter/dart-core/Object/hashCode.html) → [int](https://api.flutter.dev/flutter/dart-core/int-class.html) - - - -The hash code for this object. -_read-onlyinherited_ - - - -##### [message](../wyatt_authentication_bloc/AuthenticationFailureInterface/message.md) → [String](https://api.flutter.dev/flutter/dart-core/String-class.html) - - - - -_read-onlyinherited_ - - - -##### [msg](../wyatt_authentication_bloc/AuthenticationFailureInterface/msg.md) ↔ [String](https://api.flutter.dev/flutter/dart-core/String-class.html) - - - - -_read / writeinherited_ - - - -##### [runtimeType](https://api.flutter.dev/flutter/dart-core/Object/runtimeType.html) → [Type](https://api.flutter.dev/flutter/dart-core/Type-class.html) - - - -A representation of the runtime type of the object. -_read-onlyinherited_ - - - - - -## Methods - -##### [noSuchMethod](https://api.flutter.dev/flutter/dart-core/Object/noSuchMethod.html)([Invocation](https://api.flutter.dev/flutter/dart-core/Invocation-class.html) invocation) dynamic - - - -Invoked when a non-existent method or property is accessed. -_inherited_ - - - -##### [toString](../wyatt_authentication_bloc/AuthenticationFailureInterface/toString.md)() [String](https://api.flutter.dev/flutter/dart-core/String-class.html) - - - -A string representation of this object. -_inherited_ - - - - - -## Operators - -##### [operator ==](https://api.flutter.dev/flutter/dart-core/Object/operator_equals.html)([Object](https://api.flutter.dev/flutter/dart-core/Object-class.html) other) [bool](https://api.flutter.dev/flutter/dart-core/bool-class.html) - - - -The equality operator. -_inherited_ - - - - - - - - - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignInWithEmailAndPasswordFailureFirebase/SignInWithEmailAndPasswordFailureFirebase.fromCode.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignInWithEmailAndPasswordFailureFirebase/SignInWithEmailAndPasswordFailureFirebase.fromCode.md deleted file mode 100644 index 5b9663d4..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignInWithEmailAndPasswordFailureFirebase/SignInWithEmailAndPasswordFailureFirebase.fromCode.md +++ /dev/null @@ -1,49 +0,0 @@ - - - -# SignInWithEmailAndPasswordFailureFirebase.fromCode constructor - - - - - *[](https://dart.dev/null-safety)* - - - -SignInWithEmailAndPasswordFailureFirebase.fromCode([String](https://api.flutter.dev/flutter/dart-core/String-class.html) code) - - - - - -## Implementation - -```dart -SignInWithEmailAndPasswordFailureFirebase.fromCode(String code) - : super.fromCode(code) { - switch (code) { - case 'invalid-email': - msg = 'Email is not valid or badly formatted.'; - break; - case 'user-disabled': - msg = 'This user has been disabled. Please contact support for help.'; - break; - case 'user-not-found': - msg = 'Email is not found, please create an account.'; - break; - case 'wrong-password': - msg = 'Incorrect password, please try again.'; - break; - default: - this.code = 'unknown'; - msg = 'An unknown error occurred.'; - } -} -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignInWithEmailAndPasswordFailureFirebase/SignInWithEmailAndPasswordFailureFirebase.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignInWithEmailAndPasswordFailureFirebase/SignInWithEmailAndPasswordFailureFirebase.md deleted file mode 100644 index 42ec7079..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignInWithEmailAndPasswordFailureFirebase/SignInWithEmailAndPasswordFailureFirebase.md +++ /dev/null @@ -1,31 +0,0 @@ - - - -# SignInWithEmailAndPasswordFailureFirebase constructor - - - - - *[](https://dart.dev/null-safety)* - - - -SignInWithEmailAndPasswordFailureFirebase([[String](https://api.flutter.dev/flutter/dart-core/String-class.html)? code, [String](https://api.flutter.dev/flutter/dart-core/String-class.html)? msg]) - - - - - -## Implementation - -```dart -SignInWithEmailAndPasswordFailureFirebase([String? code, String? msg]) - : super(code ?? 'unknown', msg ?? 'An unknown error occurred.'); -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignInWithEmailAndPasswordFailureInterface-class.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignInWithEmailAndPasswordFailureInterface-class.md deleted file mode 100644 index acdf3cf0..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignInWithEmailAndPasswordFailureInterface-class.md +++ /dev/null @@ -1,139 +0,0 @@ - - - -# SignInWithEmailAndPasswordFailureInterface class - - - - - - - *[](https://dart.dev/null-safety)* - - - -

Thrown during the sign in process if a failure occurs.

- - - -**Inheritance** - -- [Object](https://api.flutter.dev/flutter/dart-core/Object-class.html) -- [AuthenticationFailureInterface](../wyatt_authentication_bloc/AuthenticationFailureInterface-class.md) -- SignInWithEmailAndPasswordFailureInterface - - - -**Implementers** - -- [SignInWithEmailAndPasswordFailureFirebase](../wyatt_authentication_bloc/SignInWithEmailAndPasswordFailureFirebase-class.md) - - - - - -## Constructors - -[SignInWithEmailAndPasswordFailureInterface](../wyatt_authentication_bloc/SignInWithEmailAndPasswordFailureInterface/SignInWithEmailAndPasswordFailureInterface.md) ([String](https://api.flutter.dev/flutter/dart-core/String-class.html) code, [String](https://api.flutter.dev/flutter/dart-core/String-class.html) msg) - -Thrown during the sign in process if a failure occurs. - -[SignInWithEmailAndPasswordFailureInterface.fromCode](../wyatt_authentication_bloc/SignInWithEmailAndPasswordFailureInterface/SignInWithEmailAndPasswordFailureInterface.fromCode.md) ([String](https://api.flutter.dev/flutter/dart-core/String-class.html) code) - -Thrown during the sign in process if a failure occurs. - - -## Properties - -##### [code](../wyatt_authentication_bloc/AuthenticationFailureInterface/code.md) ↔ [String](https://api.flutter.dev/flutter/dart-core/String-class.html) - - - - -_read / writeinherited_ - - - -##### [hashCode](https://api.flutter.dev/flutter/dart-core/Object/hashCode.html) → [int](https://api.flutter.dev/flutter/dart-core/int-class.html) - - - -The hash code for this object. -_read-onlyinherited_ - - - -##### [message](../wyatt_authentication_bloc/AuthenticationFailureInterface/message.md) → [String](https://api.flutter.dev/flutter/dart-core/String-class.html) - - - - -_read-onlyinherited_ - - - -##### [msg](../wyatt_authentication_bloc/AuthenticationFailureInterface/msg.md) ↔ [String](https://api.flutter.dev/flutter/dart-core/String-class.html) - - - - -_read / writeinherited_ - - - -##### [runtimeType](https://api.flutter.dev/flutter/dart-core/Object/runtimeType.html) → [Type](https://api.flutter.dev/flutter/dart-core/Type-class.html) - - - -A representation of the runtime type of the object. -_read-onlyinherited_ - - - - - -## Methods - -##### [noSuchMethod](https://api.flutter.dev/flutter/dart-core/Object/noSuchMethod.html)([Invocation](https://api.flutter.dev/flutter/dart-core/Invocation-class.html) invocation) dynamic - - - -Invoked when a non-existent method or property is accessed. -_inherited_ - - - -##### [toString](../wyatt_authentication_bloc/AuthenticationFailureInterface/toString.md)() [String](https://api.flutter.dev/flutter/dart-core/String-class.html) - - - -A string representation of this object. -_inherited_ - - - - - -## Operators - -##### [operator ==](https://api.flutter.dev/flutter/dart-core/Object/operator_equals.html)([Object](https://api.flutter.dev/flutter/dart-core/Object-class.html) other) [bool](https://api.flutter.dev/flutter/dart-core/bool-class.html) - - - -The equality operator. -_inherited_ - - - - - - - - - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignInWithEmailAndPasswordFailureInterface/SignInWithEmailAndPasswordFailureInterface.fromCode.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignInWithEmailAndPasswordFailureInterface/SignInWithEmailAndPasswordFailureInterface.fromCode.md deleted file mode 100644 index 735df785..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignInWithEmailAndPasswordFailureInterface/SignInWithEmailAndPasswordFailureInterface.fromCode.md +++ /dev/null @@ -1,32 +0,0 @@ - - - -# SignInWithEmailAndPasswordFailureInterface.fromCode constructor - - - - - *[](https://dart.dev/null-safety)* - - - -SignInWithEmailAndPasswordFailureInterface.fromCode([String](https://api.flutter.dev/flutter/dart-core/String-class.html) code) - - -

Thrown during the sign in process if a failure occurs.

- - - -## Implementation - -```dart -SignInWithEmailAndPasswordFailureInterface.fromCode(super.code) - : super.fromCode(); -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignInWithEmailAndPasswordFailureInterface/SignInWithEmailAndPasswordFailureInterface.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignInWithEmailAndPasswordFailureInterface/SignInWithEmailAndPasswordFailureInterface.md deleted file mode 100644 index fff1afd8..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignInWithEmailAndPasswordFailureInterface/SignInWithEmailAndPasswordFailureInterface.md +++ /dev/null @@ -1,31 +0,0 @@ - - - -# SignInWithEmailAndPasswordFailureInterface constructor - - - - - *[](https://dart.dev/null-safety)* - - - -SignInWithEmailAndPasswordFailureInterface([String](https://api.flutter.dev/flutter/dart-core/String-class.html) code, [String](https://api.flutter.dev/flutter/dart-core/String-class.html) msg) - - -

Thrown during the sign in process if a failure occurs.

- - - -## Implementation - -```dart -SignInWithEmailAndPasswordFailureInterface(super.code, super.msg); -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignInWithEmailLinkFailureFirebase-class.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignInWithEmailLinkFailureFirebase-class.md deleted file mode 100644 index e2360fe9..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignInWithEmailLinkFailureFirebase-class.md +++ /dev/null @@ -1,137 +0,0 @@ - - - -# SignInWithEmailLinkFailureFirebase class - - - - - - - *[](https://dart.dev/null-safety)* - - - -

Thrown during the sign in process if a failure occurs.

- - - -**Inheritance** - -- [Object](https://api.flutter.dev/flutter/dart-core/Object-class.html) -- [AuthenticationFailureInterface](../wyatt_authentication_bloc/AuthenticationFailureInterface-class.md) -- [SignInWithEmailLinkFailureInterface](../wyatt_authentication_bloc/SignInWithEmailLinkFailureInterface-class.md) -- SignInWithEmailLinkFailureFirebase - - - - - - - - -## Constructors - -[SignInWithEmailLinkFailureFirebase](../wyatt_authentication_bloc/SignInWithEmailLinkFailureFirebase/SignInWithEmailLinkFailureFirebase.md) ([[String](https://api.flutter.dev/flutter/dart-core/String-class.html)? code, [String](https://api.flutter.dev/flutter/dart-core/String-class.html)? msg]) - - - -[SignInWithEmailLinkFailureFirebase.fromCode](../wyatt_authentication_bloc/SignInWithEmailLinkFailureFirebase/SignInWithEmailLinkFailureFirebase.fromCode.md) ([String](https://api.flutter.dev/flutter/dart-core/String-class.html) code) - - - - -## Properties - -##### [code](../wyatt_authentication_bloc/AuthenticationFailureInterface/code.md) ↔ [String](https://api.flutter.dev/flutter/dart-core/String-class.html) - - - - -_read / writeinherited_ - - - -##### [hashCode](https://api.flutter.dev/flutter/dart-core/Object/hashCode.html) → [int](https://api.flutter.dev/flutter/dart-core/int-class.html) - - - -The hash code for this object. -_read-onlyinherited_ - - - -##### [message](../wyatt_authentication_bloc/AuthenticationFailureInterface/message.md) → [String](https://api.flutter.dev/flutter/dart-core/String-class.html) - - - - -_read-onlyinherited_ - - - -##### [msg](../wyatt_authentication_bloc/AuthenticationFailureInterface/msg.md) ↔ [String](https://api.flutter.dev/flutter/dart-core/String-class.html) - - - - -_read / writeinherited_ - - - -##### [runtimeType](https://api.flutter.dev/flutter/dart-core/Object/runtimeType.html) → [Type](https://api.flutter.dev/flutter/dart-core/Type-class.html) - - - -A representation of the runtime type of the object. -_read-onlyinherited_ - - - - - -## Methods - -##### [noSuchMethod](https://api.flutter.dev/flutter/dart-core/Object/noSuchMethod.html)([Invocation](https://api.flutter.dev/flutter/dart-core/Invocation-class.html) invocation) dynamic - - - -Invoked when a non-existent method or property is accessed. -_inherited_ - - - -##### [toString](../wyatt_authentication_bloc/AuthenticationFailureInterface/toString.md)() [String](https://api.flutter.dev/flutter/dart-core/String-class.html) - - - -A string representation of this object. -_inherited_ - - - - - -## Operators - -##### [operator ==](https://api.flutter.dev/flutter/dart-core/Object/operator_equals.html)([Object](https://api.flutter.dev/flutter/dart-core/Object-class.html) other) [bool](https://api.flutter.dev/flutter/dart-core/bool-class.html) - - - -The equality operator. -_inherited_ - - - - - - - - - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignInWithEmailLinkFailureFirebase/SignInWithEmailLinkFailureFirebase.fromCode.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignInWithEmailLinkFailureFirebase/SignInWithEmailLinkFailureFirebase.fromCode.md deleted file mode 100644 index a8ccdec9..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignInWithEmailLinkFailureFirebase/SignInWithEmailLinkFailureFirebase.fromCode.md +++ /dev/null @@ -1,46 +0,0 @@ - - - -# SignInWithEmailLinkFailureFirebase.fromCode constructor - - - - - *[](https://dart.dev/null-safety)* - - - -SignInWithEmailLinkFailureFirebase.fromCode([String](https://api.flutter.dev/flutter/dart-core/String-class.html) code) - - - - - -## Implementation - -```dart -SignInWithEmailLinkFailureFirebase.fromCode(String code) - : super.fromCode(code) { - switch (code) { - case 'expired-action-code': - msg = 'Action code has expired.'; - break; - case 'invalid-email': - msg = 'Email is not valid or badly formatted.'; - break; - case 'user-disabled': - msg = 'This user has been disabled. Please contact support for help.'; - break; - default: - this.code = 'unknown'; - msg = 'An unknown error occurred.'; - } -} -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignInWithEmailLinkFailureFirebase/SignInWithEmailLinkFailureFirebase.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignInWithEmailLinkFailureFirebase/SignInWithEmailLinkFailureFirebase.md deleted file mode 100644 index 456995ec..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignInWithEmailLinkFailureFirebase/SignInWithEmailLinkFailureFirebase.md +++ /dev/null @@ -1,31 +0,0 @@ - - - -# SignInWithEmailLinkFailureFirebase constructor - - - - - *[](https://dart.dev/null-safety)* - - - -SignInWithEmailLinkFailureFirebase([[String](https://api.flutter.dev/flutter/dart-core/String-class.html)? code, [String](https://api.flutter.dev/flutter/dart-core/String-class.html)? msg]) - - - - - -## Implementation - -```dart -SignInWithEmailLinkFailureFirebase([String? code, String? msg]) - : super(code ?? 'unknown', msg ?? 'An unknown error occurred.'); -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignInWithEmailLinkFailureInterface-class.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignInWithEmailLinkFailureInterface-class.md deleted file mode 100644 index e087037b..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignInWithEmailLinkFailureInterface-class.md +++ /dev/null @@ -1,139 +0,0 @@ - - - -# SignInWithEmailLinkFailureInterface class - - - - - - - *[](https://dart.dev/null-safety)* - - - -

Thrown during the sign in process if a failure occurs.

- - - -**Inheritance** - -- [Object](https://api.flutter.dev/flutter/dart-core/Object-class.html) -- [AuthenticationFailureInterface](../wyatt_authentication_bloc/AuthenticationFailureInterface-class.md) -- SignInWithEmailLinkFailureInterface - - - -**Implementers** - -- [SignInWithEmailLinkFailureFirebase](../wyatt_authentication_bloc/SignInWithEmailLinkFailureFirebase-class.md) - - - - - -## Constructors - -[SignInWithEmailLinkFailureInterface](../wyatt_authentication_bloc/SignInWithEmailLinkFailureInterface/SignInWithEmailLinkFailureInterface.md) ([String](https://api.flutter.dev/flutter/dart-core/String-class.html) code, [String](https://api.flutter.dev/flutter/dart-core/String-class.html) msg) - -Thrown during the sign in process if a failure occurs. - -[SignInWithEmailLinkFailureInterface.fromCode](../wyatt_authentication_bloc/SignInWithEmailLinkFailureInterface/SignInWithEmailLinkFailureInterface.fromCode.md) ([String](https://api.flutter.dev/flutter/dart-core/String-class.html) code) - -Thrown during the sign in process if a failure occurs. - - -## Properties - -##### [code](../wyatt_authentication_bloc/AuthenticationFailureInterface/code.md) ↔ [String](https://api.flutter.dev/flutter/dart-core/String-class.html) - - - - -_read / writeinherited_ - - - -##### [hashCode](https://api.flutter.dev/flutter/dart-core/Object/hashCode.html) → [int](https://api.flutter.dev/flutter/dart-core/int-class.html) - - - -The hash code for this object. -_read-onlyinherited_ - - - -##### [message](../wyatt_authentication_bloc/AuthenticationFailureInterface/message.md) → [String](https://api.flutter.dev/flutter/dart-core/String-class.html) - - - - -_read-onlyinherited_ - - - -##### [msg](../wyatt_authentication_bloc/AuthenticationFailureInterface/msg.md) ↔ [String](https://api.flutter.dev/flutter/dart-core/String-class.html) - - - - -_read / writeinherited_ - - - -##### [runtimeType](https://api.flutter.dev/flutter/dart-core/Object/runtimeType.html) → [Type](https://api.flutter.dev/flutter/dart-core/Type-class.html) - - - -A representation of the runtime type of the object. -_read-onlyinherited_ - - - - - -## Methods - -##### [noSuchMethod](https://api.flutter.dev/flutter/dart-core/Object/noSuchMethod.html)([Invocation](https://api.flutter.dev/flutter/dart-core/Invocation-class.html) invocation) dynamic - - - -Invoked when a non-existent method or property is accessed. -_inherited_ - - - -##### [toString](../wyatt_authentication_bloc/AuthenticationFailureInterface/toString.md)() [String](https://api.flutter.dev/flutter/dart-core/String-class.html) - - - -A string representation of this object. -_inherited_ - - - - - -## Operators - -##### [operator ==](https://api.flutter.dev/flutter/dart-core/Object/operator_equals.html)([Object](https://api.flutter.dev/flutter/dart-core/Object-class.html) other) [bool](https://api.flutter.dev/flutter/dart-core/bool-class.html) - - - -The equality operator. -_inherited_ - - - - - - - - - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignInWithEmailLinkFailureInterface/SignInWithEmailLinkFailureInterface.fromCode.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignInWithEmailLinkFailureInterface/SignInWithEmailLinkFailureInterface.fromCode.md deleted file mode 100644 index 3d4531a9..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignInWithEmailLinkFailureInterface/SignInWithEmailLinkFailureInterface.fromCode.md +++ /dev/null @@ -1,31 +0,0 @@ - - - -# SignInWithEmailLinkFailureInterface.fromCode constructor - - - - - *[](https://dart.dev/null-safety)* - - - -SignInWithEmailLinkFailureInterface.fromCode([String](https://api.flutter.dev/flutter/dart-core/String-class.html) code) - - -

Thrown during the sign in process if a failure occurs.

- - - -## Implementation - -```dart -SignInWithEmailLinkFailureInterface.fromCode(super.code) : super.fromCode(); -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignInWithEmailLinkFailureInterface/SignInWithEmailLinkFailureInterface.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignInWithEmailLinkFailureInterface/SignInWithEmailLinkFailureInterface.md deleted file mode 100644 index 73f298cb..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignInWithEmailLinkFailureInterface/SignInWithEmailLinkFailureInterface.md +++ /dev/null @@ -1,31 +0,0 @@ - - - -# SignInWithEmailLinkFailureInterface constructor - - - - - *[](https://dart.dev/null-safety)* - - - -SignInWithEmailLinkFailureInterface([String](https://api.flutter.dev/flutter/dart-core/String-class.html) code, [String](https://api.flutter.dev/flutter/dart-core/String-class.html) msg) - - -

Thrown during the sign in process if a failure occurs.

- - - -## Implementation - -```dart -SignInWithEmailLinkFailureInterface(super.code, super.msg); -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignInWithEmailPassword-mixin.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignInWithEmailPassword-mixin.md deleted file mode 100644 index 78cf1a73..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignInWithEmailPassword-mixin.md +++ /dev/null @@ -1,305 +0,0 @@ - - - -# SignInWithEmailPassword<Data> mixin - - - - - - - *[](https://dart.dev/null-safety)* - - - -

Sign in mixin.

-

Allows the user to sign in with email and password

-

Gives access to the signInWithEmailAndPassword method and -onSignInWithEmailAndPassword callback.

- - -**Superclass Constraints** - -- [BaseSignInCubit](../wyatt_authentication_bloc/BaseSignInCubit-class.md)<Data> - - - - -**Mixin Applications** - -- [SignInCubit](../wyatt_authentication_bloc/SignInCubit-class.md) - - - -## Properties - -##### [authenticationRepository](../wyatt_authentication_bloc/BaseSignInCubit/authenticationRepository.md) → [AuthenticationRepository](../wyatt_authentication_bloc/AuthenticationRepository-class.md)<Data> - - - - -_finalinherited_ - - - -##### [formName](../wyatt_authentication_bloc/BaseSignInCubit/formName.md) → [String](https://api.flutter.dev/flutter/dart-core/String-class.html) - - - - -_read-onlyinherited_ - - - -##### [formRepository](../wyatt_authentication_bloc/BaseSignInCubit/formRepository.md) → FormRepository - - - - -_read-onlyinherited_ - - - -##### [hashCode](https://api.flutter.dev/flutter/dart-core/Object/hashCode.html) → [int](https://api.flutter.dev/flutter/dart-core/int-class.html) - - - -The hash code for this object. -_read-onlyinherited_ - - - -##### [isClosed](https://pub.dev/documentation/bloc/8.1.0/bloc/BlocBase/isClosed.html) → [bool](https://api.flutter.dev/flutter/dart-core/bool-class.html) - - - -Whether the bloc is closed. -_read-onlyinherited_ - - - -##### [runtimeType](https://api.flutter.dev/flutter/dart-core/Object/runtimeType.html) → [Type](https://api.flutter.dev/flutter/dart-core/Type-class.html) - - - -A representation of the runtime type of the object. -_read-onlyinherited_ - - - -##### [state](https://pub.dev/documentation/bloc/8.1.0/bloc/BlocBase/state.html) → [SignInState](../wyatt_authentication_bloc/SignInState-class.md) - - - -The current state. -_read-onlyinherited_ - - - -##### [stream](https://pub.dev/documentation/bloc/8.1.0/bloc/BlocBase/stream.html) → [Stream](https://api.flutter.dev/flutter/dart-async/Stream-class.html)<[SignInState](../wyatt_authentication_bloc/SignInState-class.md)> - - - -The current stream of states. -_read-onlyinherited_ - - - - - -## Methods - -##### [addError](https://pub.dev/documentation/bloc/8.1.0/bloc/BlocBase/addError.html)([Object](https://api.flutter.dev/flutter/dart-core/Object-class.html) error, [[StackTrace](https://api.flutter.dev/flutter/dart-core/StackTrace-class.html)? stackTrace]) void - - - -Reports an error which triggers onError with an optional StackTrace. -_inherited_ - - - -##### [close](https://pub.dev/documentation/bloc/8.1.0/bloc/BlocBase/close.html)() [Future](https://api.flutter.dev/flutter/dart-async/Future-class.html)<void> - - - -Closes the instance. -This method should be called when the instance is no longer needed. -Once close is called, the instance can no longer be used. -_inherited_ - - - -##### [dataChanged](../wyatt_authentication_bloc/BaseSignInCubit/dataChanged.md)<Value>([String](https://api.flutter.dev/flutter/dart-core/String-class.html) key, FormInputValidator<Value, ValidationError> dirtyValue) [FutureOr](https://api.flutter.dev/flutter/dart-async/FutureOr-class.html)<void> - - - - -_inherited_ - - - -##### [emailChanged](../wyatt_authentication_bloc/SignInWithEmailPassword/emailChanged.md)([String](https://api.flutter.dev/flutter/dart-core/String-class.html) value) void - - - - - - - - -##### [emailCustomChanged](../wyatt_authentication_bloc/SignInWithEmailPassword/emailCustomChanged.md)<Validator extends FormInputValidator<[String](https://api.flutter.dev/flutter/dart-core/String-class.html)?, ValidationError>>(Validator validator) void - - - -Same as emailChanged but with a custom Validator. - - - - -##### [emit](https://pub.dev/documentation/bloc/8.1.0/bloc/BlocBase/emit.html)([SignInState](../wyatt_authentication_bloc/SignInState-class.md) state) void - - - -Updates the state to the provided state. -emit does nothing if the state being emitted -is equal to the current state. -_inherited_ - - - -##### [noSuchMethod](https://api.flutter.dev/flutter/dart-core/Object/noSuchMethod.html)([Invocation](https://api.flutter.dev/flutter/dart-core/Invocation-class.html) invocation) dynamic - - - -Invoked when a non-existent method or property is accessed. -_inherited_ - - - -##### [onChange](https://pub.dev/documentation/bloc/8.1.0/bloc/BlocBase/onChange.html)([Change](https://pub.dev/documentation/bloc/8.1.0/bloc/Change-class.html)<[SignInState](../wyatt_authentication_bloc/SignInState-class.md)> change) void - - - -Called whenever a change occurs with the given change. -A change occurs when a new state is emitted. -onChange is called before the state of the cubit is updated. -onChange is a great spot to add logging/analytics for a specific cubit. -_inherited_ - - - -##### [onError](https://pub.dev/documentation/bloc/8.1.0/bloc/BlocBase/onError.html)([Object](https://api.flutter.dev/flutter/dart-core/Object-class.html) error, [StackTrace](https://api.flutter.dev/flutter/dart-core/StackTrace-class.html) stackTrace) void - - - -Called whenever an error occurs and notifies BlocObserver.onError. -_inherited_ - - - -##### [onSignInWithEmailAndPassword](../wyatt_authentication_bloc/SignInWithEmailPassword/onSignInWithEmailAndPassword.md)(Result<[Account](../wyatt_authentication_bloc/Account-class.md), AppException> result, WyattForm form) FutureOrResult<Data?> - - - -This callback is triggered when a user signs in with email and password. - - - - -##### [passwordChanged](../wyatt_authentication_bloc/SignInWithEmailPassword/passwordChanged.md)([String](https://api.flutter.dev/flutter/dart-core/String-class.html) value) void - - - - - - - - -##### [passwordCustomChanged](../wyatt_authentication_bloc/SignInWithEmailPassword/passwordCustomChanged.md)<Validator extends FormInputValidator<[String](https://api.flutter.dev/flutter/dart-core/String-class.html)?, ValidationError>>(Validator validator) void - - - -Same as passwordChanged but with a custom Validator. - - - - -##### [reset](../wyatt_authentication_bloc/BaseSignInCubit/reset.md)() [FutureOr](https://api.flutter.dev/flutter/dart-async/FutureOr-class.html)<void> - - - - -_inherited_ - - - -##### [signInWithEmailAndPassword](../wyatt_authentication_bloc/SignInWithEmailPassword/signInWithEmailAndPassword.md)() [FutureOr](https://api.flutter.dev/flutter/dart-async/FutureOr-class.html)<void> - - - -Signs in with the provided email and password. - - - - -##### [submit](../wyatt_authentication_bloc/BaseSignInCubit/submit.md)() [FutureOr](https://api.flutter.dev/flutter/dart-async/FutureOr-class.html)<void> - - - - -_inherited_ - - - -##### [toString](https://api.flutter.dev/flutter/dart-core/Object/toString.html)() [String](https://api.flutter.dev/flutter/dart-core/String-class.html) - - - -A string representation of this object. -_inherited_ - - - -##### [update](../wyatt_authentication_bloc/BaseSignInCubit/update.md)(WyattForm form, {SetOperation operation = SetOperation.replace}) [FutureOr](https://api.flutter.dev/flutter/dart-async/FutureOr-class.html)<void> - - - - -_inherited_ - - - -##### [validate](../wyatt_authentication_bloc/BaseSignInCubit/validate.md)() [FutureOr](https://api.flutter.dev/flutter/dart-async/FutureOr-class.html)<void> - - - - -_inherited_ - - - - - -## Operators - -##### [operator ==](https://api.flutter.dev/flutter/dart-core/Object/operator_equals.html)([Object](https://api.flutter.dev/flutter/dart-core/Object-class.html) other) [bool](https://api.flutter.dev/flutter/dart-core/bool-class.html) - - - -The equality operator. -_inherited_ - - - - - - - - - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignInWithEmailPassword/emailChanged.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignInWithEmailPassword/emailChanged.md deleted file mode 100644 index 85e7cc16..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignInWithEmailPassword/emailChanged.md +++ /dev/null @@ -1,47 +0,0 @@ - - - -# emailChanged method - - - - - *[](https://dart.dev/null-safety)* - - - - -void emailChanged -([String](https://api.flutter.dev/flutter/dart-core/String-class.html) value) - - - - - - - - -## Implementation - -```dart -void emailChanged(String value) { - final emailValidatorType = formRepository - .accessForm(formName) - .validatorOf(AuthFormField.email) - .runtimeType; - assert( - emailValidatorType == Email, - 'Use emailCustomChanged(...) with validator $emailValidatorType', - ); - - final Email email = Email.dirty(value); - dataChanged(AuthFormField.email, email); -} -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignInWithEmailPassword/emailCustomChanged.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignInWithEmailPassword/emailCustomChanged.md deleted file mode 100644 index fcb48b24..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignInWithEmailPassword/emailCustomChanged.md +++ /dev/null @@ -1,42 +0,0 @@ - - - -# emailCustomChanged<Validator extends FormInputValidator<String?, ValidationError>> method - - - - - *[](https://dart.dev/null-safety)* - - - - -void emailCustomChanged -<Validator extends FormInputValidator<String?, ValidationError>>(Validator validator) - - - - - -

Same as emailChanged but with a custom Validator.

-

Sort of short hand for dataChanged.

- - - -## Implementation - -```dart -void emailCustomChanged< - Validator extends FormInputValidator>( - Validator validator, -) { - dataChanged(AuthFormField.email, validator); -} -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignInWithEmailPassword/onSignInWithEmailAndPassword.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignInWithEmailPassword/onSignInWithEmailAndPassword.md deleted file mode 100644 index 0a35342a..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignInWithEmailPassword/onSignInWithEmailAndPassword.md +++ /dev/null @@ -1,39 +0,0 @@ - - - -# onSignInWithEmailAndPassword method - - - - - *[](https://dart.dev/null-safety)* - - - - -FutureOrResult<Data?> onSignInWithEmailAndPassword -(Result<[Account](../../wyatt_authentication_bloc/Account-class.md), AppException> result, WyattForm form) - - - - - -

This callback is triggered when a user signs in with email and password.

- - - -## Implementation - -```dart -FutureOrResult onSignInWithEmailAndPassword( - Result result, - WyattForm form, -); -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignInWithEmailPassword/passwordChanged.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignInWithEmailPassword/passwordChanged.md deleted file mode 100644 index 8db9fda0..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignInWithEmailPassword/passwordChanged.md +++ /dev/null @@ -1,46 +0,0 @@ - - - -# passwordChanged method - - - - - *[](https://dart.dev/null-safety)* - - - - -void passwordChanged -([String](https://api.flutter.dev/flutter/dart-core/String-class.html) value) - - - - - - - - -## Implementation - -```dart -void passwordChanged(String value) { - final passwordValidatorType = formRepository - .accessForm(formName) - .validatorOf(AuthFormField.password) - .runtimeType; - assert( - passwordValidatorType == Password, - 'Use passwordCustomChanged(...) with validator $passwordValidatorType', - ); - final Password password = Password.dirty(value); - dataChanged(AuthFormField.password, password); -} -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignInWithEmailPassword/passwordCustomChanged.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignInWithEmailPassword/passwordCustomChanged.md deleted file mode 100644 index cca9b5ad..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignInWithEmailPassword/passwordCustomChanged.md +++ /dev/null @@ -1,42 +0,0 @@ - - - -# passwordCustomChanged<Validator extends FormInputValidator<String?, ValidationError>> method - - - - - *[](https://dart.dev/null-safety)* - - - - -void passwordCustomChanged -<Validator extends FormInputValidator<String?, ValidationError>>(Validator validator) - - - - - -

Same as passwordChanged but with a custom Validator.

-

Sort of short hand for dataChanged.

- - - -## Implementation - -```dart -void passwordCustomChanged< - Validator extends FormInputValidator>( - Validator validator, -) { - dataChanged(AuthFormField.password, validator); -} -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignInWithEmailPassword/signInWithEmailAndPassword.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignInWithEmailPassword/signInWithEmailAndPassword.md deleted file mode 100644 index 808606f8..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignInWithEmailPassword/signInWithEmailAndPassword.md +++ /dev/null @@ -1,105 +0,0 @@ - - - -# signInWithEmailAndPassword method - - - - - *[](https://dart.dev/null-safety)* - - - - -[FutureOr](https://api.flutter.dev/flutter/dart-async/FutureOr-class.html)<void> signInWithEmailAndPassword -() - - - - - -

Signs in with the provided email and password.

-

Throws a SignInWithEmailAndPasswordFailureInterface if -an exception occurs.

- - - -## Implementation - -```dart -FutureOr signInWithEmailAndPassword() async { - if (state.status.isSubmissionInProgress) { - return; - } - - if (!state.status.isValidated) { - return; - } - - final form = formRepository.accessForm(formName); - emit( - SignInState( - form: form, - status: FormStatus.submissionInProgress, - ), - ); - - final email = form.valueOf(AuthFormField.email); - final password = form.valueOf(AuthFormField.password); - - if (email.isNullOrEmpty || password.isNullOrEmpty) { - emit( - SignInState( - form: form, - errorMessage: 'An error occured while retrieving data from the form.', - status: FormStatus.submissionFailure, - ), - ); - } - - return CustomRoutine( - routine: () => authenticationRepository.signInWithEmailAndPassword( - email: email!, - password: password!, - ), - attachedLogic: (routineResult) => onSignInWithEmailAndPassword( - routineResult, - form, - ), - onError: (error) { - emit( - SignInState( - form: form, - errorMessage: error.message, - status: FormStatus.submissionFailure, - ), - ); - addError(error); - }, - onSuccess: (account, data) { - authenticationRepository.addSession( - SessionWrapper( - event: SignedInEvent(account: account), - session: Session( - account: account, - data: data, - ), - ), - ); - emit( - SignInState( - form: form, - status: FormStatus.submissionSuccess, - ), - ); - }, - ).call(); -} -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignInWithFacebookFailureFirebase-class.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignInWithFacebookFailureFirebase-class.md deleted file mode 100644 index f1e15f55..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignInWithFacebookFailureFirebase-class.md +++ /dev/null @@ -1,141 +0,0 @@ - - - -# SignInWithFacebookFailureFirebase class - - - - - - - *[](https://dart.dev/null-safety)* - - - -

Thrown during the sign in process if a failure occurs.

- - - -**Inheritance** - -- [Object](https://api.flutter.dev/flutter/dart-core/Object-class.html) -- [AuthenticationFailureInterface](../wyatt_authentication_bloc/AuthenticationFailureInterface-class.md) -- [SignInWithCredentialFailureInterface](../wyatt_authentication_bloc/SignInWithCredentialFailureInterface-class.md) -- [SignInWithCredentialFailureFirebase](../wyatt_authentication_bloc/SignInWithCredentialFailureFirebase-class.md) -- SignInWithFacebookFailureFirebase - -**Implemented types** - -- [SignInWithFacebookFailureInterface](../wyatt_authentication_bloc/SignInWithFacebookFailureInterface-class.md) - - - - - - - -## Constructors - -[SignInWithFacebookFailureFirebase](../wyatt_authentication_bloc/SignInWithFacebookFailureFirebase/SignInWithFacebookFailureFirebase.md) ([[String](https://api.flutter.dev/flutter/dart-core/String-class.html)? code, [String](https://api.flutter.dev/flutter/dart-core/String-class.html)? msg]) - - - -[SignInWithFacebookFailureFirebase.fromCode](../wyatt_authentication_bloc/SignInWithFacebookFailureFirebase/SignInWithFacebookFailureFirebase.fromCode.md) ([String](https://api.flutter.dev/flutter/dart-core/String-class.html) code) - - - - -## Properties - -##### [code](../wyatt_authentication_bloc/AuthenticationFailureInterface/code.md) ↔ [String](https://api.flutter.dev/flutter/dart-core/String-class.html) - - - - -_read / writeinherited_ - - - -##### [hashCode](https://api.flutter.dev/flutter/dart-core/Object/hashCode.html) → [int](https://api.flutter.dev/flutter/dart-core/int-class.html) - - - -The hash code for this object. -_read-onlyinherited_ - - - -##### [message](../wyatt_authentication_bloc/AuthenticationFailureInterface/message.md) → [String](https://api.flutter.dev/flutter/dart-core/String-class.html) - - - - -_read-onlyinherited_ - - - -##### [msg](../wyatt_authentication_bloc/AuthenticationFailureInterface/msg.md) ↔ [String](https://api.flutter.dev/flutter/dart-core/String-class.html) - - - - -_read / writeinherited_ - - - -##### [runtimeType](https://api.flutter.dev/flutter/dart-core/Object/runtimeType.html) → [Type](https://api.flutter.dev/flutter/dart-core/Type-class.html) - - - -A representation of the runtime type of the object. -_read-onlyinherited_ - - - - - -## Methods - -##### [noSuchMethod](https://api.flutter.dev/flutter/dart-core/Object/noSuchMethod.html)([Invocation](https://api.flutter.dev/flutter/dart-core/Invocation-class.html) invocation) dynamic - - - -Invoked when a non-existent method or property is accessed. -_inherited_ - - - -##### [toString](../wyatt_authentication_bloc/AuthenticationFailureInterface/toString.md)() [String](https://api.flutter.dev/flutter/dart-core/String-class.html) - - - -A string representation of this object. -_inherited_ - - - - - -## Operators - -##### [operator ==](https://api.flutter.dev/flutter/dart-core/Object/operator_equals.html)([Object](https://api.flutter.dev/flutter/dart-core/Object-class.html) other) [bool](https://api.flutter.dev/flutter/dart-core/bool-class.html) - - - -The equality operator. -_inherited_ - - - - - - - - - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignInWithFacebookFailureFirebase/SignInWithFacebookFailureFirebase.fromCode.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignInWithFacebookFailureFirebase/SignInWithFacebookFailureFirebase.fromCode.md deleted file mode 100644 index 10c11c0b..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignInWithFacebookFailureFirebase/SignInWithFacebookFailureFirebase.fromCode.md +++ /dev/null @@ -1,30 +0,0 @@ - - - -# SignInWithFacebookFailureFirebase.fromCode constructor - - - - - *[](https://dart.dev/null-safety)* - - - -SignInWithFacebookFailureFirebase.fromCode([String](https://api.flutter.dev/flutter/dart-core/String-class.html) code) - - - - - -## Implementation - -```dart -SignInWithFacebookFailureFirebase.fromCode(super.code) : super.fromCode(); -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignInWithFacebookFailureFirebase/SignInWithFacebookFailureFirebase.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignInWithFacebookFailureFirebase/SignInWithFacebookFailureFirebase.md deleted file mode 100644 index df7ed863..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignInWithFacebookFailureFirebase/SignInWithFacebookFailureFirebase.md +++ /dev/null @@ -1,30 +0,0 @@ - - - -# SignInWithFacebookFailureFirebase constructor - - - - - *[](https://dart.dev/null-safety)* - - - -SignInWithFacebookFailureFirebase([[String](https://api.flutter.dev/flutter/dart-core/String-class.html)? code, [String](https://api.flutter.dev/flutter/dart-core/String-class.html)? msg]) - - - - - -## Implementation - -```dart -SignInWithFacebookFailureFirebase([super.code, super.msg]); -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignInWithFacebookFailureInterface-class.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignInWithFacebookFailureInterface-class.md deleted file mode 100644 index c0ad332f..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignInWithFacebookFailureInterface-class.md +++ /dev/null @@ -1,139 +0,0 @@ - - - -# SignInWithFacebookFailureInterface class - - - - - - - *[](https://dart.dev/null-safety)* - - - -

Thrown during the sign in process if a failure occurs.

- - - -**Inheritance** - -- [Object](https://api.flutter.dev/flutter/dart-core/Object-class.html) -- [AuthenticationFailureInterface](../wyatt_authentication_bloc/AuthenticationFailureInterface-class.md) -- SignInWithFacebookFailureInterface - - - -**Implementers** - -- [SignInWithFacebookFailureFirebase](../wyatt_authentication_bloc/SignInWithFacebookFailureFirebase-class.md) - - - - - -## Constructors - -[SignInWithFacebookFailureInterface](../wyatt_authentication_bloc/SignInWithFacebookFailureInterface/SignInWithFacebookFailureInterface.md) ([String](https://api.flutter.dev/flutter/dart-core/String-class.html) code, [String](https://api.flutter.dev/flutter/dart-core/String-class.html) msg) - -Thrown during the sign in process if a failure occurs. - -[SignInWithFacebookFailureInterface.fromCode](../wyatt_authentication_bloc/SignInWithFacebookFailureInterface/SignInWithFacebookFailureInterface.fromCode.md) ([String](https://api.flutter.dev/flutter/dart-core/String-class.html) code) - -Thrown during the sign in process if a failure occurs. - - -## Properties - -##### [code](../wyatt_authentication_bloc/AuthenticationFailureInterface/code.md) ↔ [String](https://api.flutter.dev/flutter/dart-core/String-class.html) - - - - -_read / writeinherited_ - - - -##### [hashCode](https://api.flutter.dev/flutter/dart-core/Object/hashCode.html) → [int](https://api.flutter.dev/flutter/dart-core/int-class.html) - - - -The hash code for this object. -_read-onlyinherited_ - - - -##### [message](../wyatt_authentication_bloc/AuthenticationFailureInterface/message.md) → [String](https://api.flutter.dev/flutter/dart-core/String-class.html) - - - - -_read-onlyinherited_ - - - -##### [msg](../wyatt_authentication_bloc/AuthenticationFailureInterface/msg.md) ↔ [String](https://api.flutter.dev/flutter/dart-core/String-class.html) - - - - -_read / writeinherited_ - - - -##### [runtimeType](https://api.flutter.dev/flutter/dart-core/Object/runtimeType.html) → [Type](https://api.flutter.dev/flutter/dart-core/Type-class.html) - - - -A representation of the runtime type of the object. -_read-onlyinherited_ - - - - - -## Methods - -##### [noSuchMethod](https://api.flutter.dev/flutter/dart-core/Object/noSuchMethod.html)([Invocation](https://api.flutter.dev/flutter/dart-core/Invocation-class.html) invocation) dynamic - - - -Invoked when a non-existent method or property is accessed. -_inherited_ - - - -##### [toString](../wyatt_authentication_bloc/AuthenticationFailureInterface/toString.md)() [String](https://api.flutter.dev/flutter/dart-core/String-class.html) - - - -A string representation of this object. -_inherited_ - - - - - -## Operators - -##### [operator ==](https://api.flutter.dev/flutter/dart-core/Object/operator_equals.html)([Object](https://api.flutter.dev/flutter/dart-core/Object-class.html) other) [bool](https://api.flutter.dev/flutter/dart-core/bool-class.html) - - - -The equality operator. -_inherited_ - - - - - - - - - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignInWithFacebookFailureInterface/SignInWithFacebookFailureInterface.fromCode.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignInWithFacebookFailureInterface/SignInWithFacebookFailureInterface.fromCode.md deleted file mode 100644 index 539c8a5a..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignInWithFacebookFailureInterface/SignInWithFacebookFailureInterface.fromCode.md +++ /dev/null @@ -1,31 +0,0 @@ - - - -# SignInWithFacebookFailureInterface.fromCode constructor - - - - - *[](https://dart.dev/null-safety)* - - - -SignInWithFacebookFailureInterface.fromCode([String](https://api.flutter.dev/flutter/dart-core/String-class.html) code) - - -

Thrown during the sign in process if a failure occurs.

- - - -## Implementation - -```dart -SignInWithFacebookFailureInterface.fromCode(super.code) : super.fromCode(); -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignInWithFacebookFailureInterface/SignInWithFacebookFailureInterface.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignInWithFacebookFailureInterface/SignInWithFacebookFailureInterface.md deleted file mode 100644 index abace647..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignInWithFacebookFailureInterface/SignInWithFacebookFailureInterface.md +++ /dev/null @@ -1,31 +0,0 @@ - - - -# SignInWithFacebookFailureInterface constructor - - - - - *[](https://dart.dev/null-safety)* - - - -SignInWithFacebookFailureInterface([String](https://api.flutter.dev/flutter/dart-core/String-class.html) code, [String](https://api.flutter.dev/flutter/dart-core/String-class.html) msg) - - -

Thrown during the sign in process if a failure occurs.

- - - -## Implementation - -```dart -SignInWithFacebookFailureInterface(super.code, super.msg); -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignInWithGoogle-mixin.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignInWithGoogle-mixin.md deleted file mode 100644 index ff62c2b5..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignInWithGoogle-mixin.md +++ /dev/null @@ -1,269 +0,0 @@ - - - -# SignInWithGoogle<Data> mixin - - - - - - - *[](https://dart.dev/null-safety)* - - - -

Sign in mixin.

-

Allows the user to sign in with google

-

Gives access to the signInWithGoogle method and -onSignInWithGoogle callback.

- - -**Superclass Constraints** - -- [BaseSignInCubit](../wyatt_authentication_bloc/BaseSignInCubit-class.md)<Data> - - - - -**Mixin Applications** - -- [SignInCubit](../wyatt_authentication_bloc/SignInCubit-class.md) - - - -## Properties - -##### [authenticationRepository](../wyatt_authentication_bloc/BaseSignInCubit/authenticationRepository.md) → [AuthenticationRepository](../wyatt_authentication_bloc/AuthenticationRepository-class.md)<Data> - - - - -_finalinherited_ - - - -##### [formName](../wyatt_authentication_bloc/BaseSignInCubit/formName.md) → [String](https://api.flutter.dev/flutter/dart-core/String-class.html) - - - - -_read-onlyinherited_ - - - -##### [formRepository](../wyatt_authentication_bloc/BaseSignInCubit/formRepository.md) → FormRepository - - - - -_read-onlyinherited_ - - - -##### [hashCode](https://api.flutter.dev/flutter/dart-core/Object/hashCode.html) → [int](https://api.flutter.dev/flutter/dart-core/int-class.html) - - - -The hash code for this object. -_read-onlyinherited_ - - - -##### [isClosed](https://pub.dev/documentation/bloc/8.1.0/bloc/BlocBase/isClosed.html) → [bool](https://api.flutter.dev/flutter/dart-core/bool-class.html) - - - -Whether the bloc is closed. -_read-onlyinherited_ - - - -##### [runtimeType](https://api.flutter.dev/flutter/dart-core/Object/runtimeType.html) → [Type](https://api.flutter.dev/flutter/dart-core/Type-class.html) - - - -A representation of the runtime type of the object. -_read-onlyinherited_ - - - -##### [state](https://pub.dev/documentation/bloc/8.1.0/bloc/BlocBase/state.html) → [SignInState](../wyatt_authentication_bloc/SignInState-class.md) - - - -The current state. -_read-onlyinherited_ - - - -##### [stream](https://pub.dev/documentation/bloc/8.1.0/bloc/BlocBase/stream.html) → [Stream](https://api.flutter.dev/flutter/dart-async/Stream-class.html)<[SignInState](../wyatt_authentication_bloc/SignInState-class.md)> - - - -The current stream of states. -_read-onlyinherited_ - - - - - -## Methods - -##### [addError](https://pub.dev/documentation/bloc/8.1.0/bloc/BlocBase/addError.html)([Object](https://api.flutter.dev/flutter/dart-core/Object-class.html) error, [[StackTrace](https://api.flutter.dev/flutter/dart-core/StackTrace-class.html)? stackTrace]) void - - - -Reports an error which triggers onError with an optional StackTrace. -_inherited_ - - - -##### [close](https://pub.dev/documentation/bloc/8.1.0/bloc/BlocBase/close.html)() [Future](https://api.flutter.dev/flutter/dart-async/Future-class.html)<void> - - - -Closes the instance. -This method should be called when the instance is no longer needed. -Once close is called, the instance can no longer be used. -_inherited_ - - - -##### [dataChanged](../wyatt_authentication_bloc/BaseSignInCubit/dataChanged.md)<Value>([String](https://api.flutter.dev/flutter/dart-core/String-class.html) key, FormInputValidator<Value, ValidationError> dirtyValue) [FutureOr](https://api.flutter.dev/flutter/dart-async/FutureOr-class.html)<void> - - - - -_inherited_ - - - -##### [emit](https://pub.dev/documentation/bloc/8.1.0/bloc/BlocBase/emit.html)([SignInState](../wyatt_authentication_bloc/SignInState-class.md) state) void - - - -Updates the state to the provided state. -emit does nothing if the state being emitted -is equal to the current state. -_inherited_ - - - -##### [noSuchMethod](https://api.flutter.dev/flutter/dart-core/Object/noSuchMethod.html)([Invocation](https://api.flutter.dev/flutter/dart-core/Invocation-class.html) invocation) dynamic - - - -Invoked when a non-existent method or property is accessed. -_inherited_ - - - -##### [onChange](https://pub.dev/documentation/bloc/8.1.0/bloc/BlocBase/onChange.html)([Change](https://pub.dev/documentation/bloc/8.1.0/bloc/Change-class.html)<[SignInState](../wyatt_authentication_bloc/SignInState-class.md)> change) void - - - -Called whenever a change occurs with the given change. -A change occurs when a new state is emitted. -onChange is called before the state of the cubit is updated. -onChange is a great spot to add logging/analytics for a specific cubit. -_inherited_ - - - -##### [onError](https://pub.dev/documentation/bloc/8.1.0/bloc/BlocBase/onError.html)([Object](https://api.flutter.dev/flutter/dart-core/Object-class.html) error, [StackTrace](https://api.flutter.dev/flutter/dart-core/StackTrace-class.html) stackTrace) void - - - -Called whenever an error occurs and notifies BlocObserver.onError. -_inherited_ - - - -##### [onSignInWithGoogle](../wyatt_authentication_bloc/SignInWithGoogle/onSignInWithGoogle.md)(Result<[Account](../wyatt_authentication_bloc/Account-class.md), AppException> result, WyattForm form) FutureOrResult<Data?> - - - -This callback is triggered when a user signs in with google. - - - - -##### [reset](../wyatt_authentication_bloc/BaseSignInCubit/reset.md)() [FutureOr](https://api.flutter.dev/flutter/dart-async/FutureOr-class.html)<void> - - - - -_inherited_ - - - -##### [signInWithGoogle](../wyatt_authentication_bloc/SignInWithGoogle/signInWithGoogle.md)() [FutureOr](https://api.flutter.dev/flutter/dart-async/FutureOr-class.html)<void> - - - -Starts the Sign In with Google Flow. - - - - -##### [submit](../wyatt_authentication_bloc/BaseSignInCubit/submit.md)() [FutureOr](https://api.flutter.dev/flutter/dart-async/FutureOr-class.html)<void> - - - - -_inherited_ - - - -##### [toString](https://api.flutter.dev/flutter/dart-core/Object/toString.html)() [String](https://api.flutter.dev/flutter/dart-core/String-class.html) - - - -A string representation of this object. -_inherited_ - - - -##### [update](../wyatt_authentication_bloc/BaseSignInCubit/update.md)(WyattForm form, {SetOperation operation = SetOperation.replace}) [FutureOr](https://api.flutter.dev/flutter/dart-async/FutureOr-class.html)<void> - - - - -_inherited_ - - - -##### [validate](../wyatt_authentication_bloc/BaseSignInCubit/validate.md)() [FutureOr](https://api.flutter.dev/flutter/dart-async/FutureOr-class.html)<void> - - - - -_inherited_ - - - - - -## Operators - -##### [operator ==](https://api.flutter.dev/flutter/dart-core/Object/operator_equals.html)([Object](https://api.flutter.dev/flutter/dart-core/Object-class.html) other) [bool](https://api.flutter.dev/flutter/dart-core/bool-class.html) - - - -The equality operator. -_inherited_ - - - - - - - - - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignInWithGoogle/onSignInWithGoogle.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignInWithGoogle/onSignInWithGoogle.md deleted file mode 100644 index 2f91ea65..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignInWithGoogle/onSignInWithGoogle.md +++ /dev/null @@ -1,39 +0,0 @@ - - - -# onSignInWithGoogle method - - - - - *[](https://dart.dev/null-safety)* - - - - -FutureOrResult<Data?> onSignInWithGoogle -(Result<[Account](../../wyatt_authentication_bloc/Account-class.md), AppException> result, WyattForm form) - - - - - -

This callback is triggered when a user signs in with google.

- - - -## Implementation - -```dart -FutureOrResult onSignInWithGoogle( - Result result, - WyattForm form, -); -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignInWithGoogle/signInWithGoogle.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignInWithGoogle/signInWithGoogle.md deleted file mode 100644 index 5f6d2741..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignInWithGoogle/signInWithGoogle.md +++ /dev/null @@ -1,78 +0,0 @@ - - - -# signInWithGoogle method - - - - - *[](https://dart.dev/null-safety)* - - - - -[FutureOr](https://api.flutter.dev/flutter/dart-async/FutureOr-class.html)<void> signInWithGoogle -() - - - - - -

Starts the Sign In with Google Flow.

-

Throws a SignInWithGoogleFailureInterface if an exception occurs.

- - - -## Implementation - -```dart -FutureOr signInWithGoogle() async { - if (state.status.isSubmissionInProgress) { - return; - } - final form = formRepository.accessForm(formName); - emit(SignInState(form: form, status: FormStatus.submissionInProgress)); - - return CustomRoutine( - routine: authenticationRepository.signInWithGoogle, - attachedLogic: (routineResult) => onSignInWithGoogle( - routineResult, - form, - ), - onError: (error) { - emit( - SignInState( - form: form, - errorMessage: error.message, - status: FormStatus.submissionFailure, - ), - ); - addError(error); - }, - onSuccess: (account, data) { - authenticationRepository.addSession( - SessionWrapper( - event: SignedInEvent(account: account), - session: Session( - account: account, - data: data, - ), - ), - ); - emit( - SignInState( - form: form, - status: FormStatus.submissionSuccess, - ), - ); - }, - ).call(); -} -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignInWithGoogleFailureFirebase-class.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignInWithGoogleFailureFirebase-class.md deleted file mode 100644 index 91cf6845..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignInWithGoogleFailureFirebase-class.md +++ /dev/null @@ -1,141 +0,0 @@ - - - -# SignInWithGoogleFailureFirebase class - - - - - - - *[](https://dart.dev/null-safety)* - - - -

Thrown during the sign in process if a failure occurs.

- - - -**Inheritance** - -- [Object](https://api.flutter.dev/flutter/dart-core/Object-class.html) -- [AuthenticationFailureInterface](../wyatt_authentication_bloc/AuthenticationFailureInterface-class.md) -- [SignInWithCredentialFailureInterface](../wyatt_authentication_bloc/SignInWithCredentialFailureInterface-class.md) -- [SignInWithCredentialFailureFirebase](../wyatt_authentication_bloc/SignInWithCredentialFailureFirebase-class.md) -- SignInWithGoogleFailureFirebase - -**Implemented types** - -- [SignInWithGoogleFailureInterface](../wyatt_authentication_bloc/SignInWithGoogleFailureInterface-class.md) - - - - - - - -## Constructors - -[SignInWithGoogleFailureFirebase](../wyatt_authentication_bloc/SignInWithGoogleFailureFirebase/SignInWithGoogleFailureFirebase.md) ([[String](https://api.flutter.dev/flutter/dart-core/String-class.html)? code, [String](https://api.flutter.dev/flutter/dart-core/String-class.html)? msg]) - - - -[SignInWithGoogleFailureFirebase.fromCode](../wyatt_authentication_bloc/SignInWithGoogleFailureFirebase/SignInWithGoogleFailureFirebase.fromCode.md) ([String](https://api.flutter.dev/flutter/dart-core/String-class.html) code) - - - - -## Properties - -##### [code](../wyatt_authentication_bloc/AuthenticationFailureInterface/code.md) ↔ [String](https://api.flutter.dev/flutter/dart-core/String-class.html) - - - - -_read / writeinherited_ - - - -##### [hashCode](https://api.flutter.dev/flutter/dart-core/Object/hashCode.html) → [int](https://api.flutter.dev/flutter/dart-core/int-class.html) - - - -The hash code for this object. -_read-onlyinherited_ - - - -##### [message](../wyatt_authentication_bloc/AuthenticationFailureInterface/message.md) → [String](https://api.flutter.dev/flutter/dart-core/String-class.html) - - - - -_read-onlyinherited_ - - - -##### [msg](../wyatt_authentication_bloc/AuthenticationFailureInterface/msg.md) ↔ [String](https://api.flutter.dev/flutter/dart-core/String-class.html) - - - - -_read / writeinherited_ - - - -##### [runtimeType](https://api.flutter.dev/flutter/dart-core/Object/runtimeType.html) → [Type](https://api.flutter.dev/flutter/dart-core/Type-class.html) - - - -A representation of the runtime type of the object. -_read-onlyinherited_ - - - - - -## Methods - -##### [noSuchMethod](https://api.flutter.dev/flutter/dart-core/Object/noSuchMethod.html)([Invocation](https://api.flutter.dev/flutter/dart-core/Invocation-class.html) invocation) dynamic - - - -Invoked when a non-existent method or property is accessed. -_inherited_ - - - -##### [toString](../wyatt_authentication_bloc/AuthenticationFailureInterface/toString.md)() [String](https://api.flutter.dev/flutter/dart-core/String-class.html) - - - -A string representation of this object. -_inherited_ - - - - - -## Operators - -##### [operator ==](https://api.flutter.dev/flutter/dart-core/Object/operator_equals.html)([Object](https://api.flutter.dev/flutter/dart-core/Object-class.html) other) [bool](https://api.flutter.dev/flutter/dart-core/bool-class.html) - - - -The equality operator. -_inherited_ - - - - - - - - - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignInWithGoogleFailureFirebase/SignInWithGoogleFailureFirebase.fromCode.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignInWithGoogleFailureFirebase/SignInWithGoogleFailureFirebase.fromCode.md deleted file mode 100644 index c189a40e..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignInWithGoogleFailureFirebase/SignInWithGoogleFailureFirebase.fromCode.md +++ /dev/null @@ -1,30 +0,0 @@ - - - -# SignInWithGoogleFailureFirebase.fromCode constructor - - - - - *[](https://dart.dev/null-safety)* - - - -SignInWithGoogleFailureFirebase.fromCode([String](https://api.flutter.dev/flutter/dart-core/String-class.html) code) - - - - - -## Implementation - -```dart -SignInWithGoogleFailureFirebase.fromCode(super.code) : super.fromCode(); -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignInWithGoogleFailureFirebase/SignInWithGoogleFailureFirebase.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignInWithGoogleFailureFirebase/SignInWithGoogleFailureFirebase.md deleted file mode 100644 index 2a67c09d..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignInWithGoogleFailureFirebase/SignInWithGoogleFailureFirebase.md +++ /dev/null @@ -1,30 +0,0 @@ - - - -# SignInWithGoogleFailureFirebase constructor - - - - - *[](https://dart.dev/null-safety)* - - - -SignInWithGoogleFailureFirebase([[String](https://api.flutter.dev/flutter/dart-core/String-class.html)? code, [String](https://api.flutter.dev/flutter/dart-core/String-class.html)? msg]) - - - - - -## Implementation - -```dart -SignInWithGoogleFailureFirebase([super.code, super.msg]); -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignInWithGoogleFailureInterface-class.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignInWithGoogleFailureInterface-class.md deleted file mode 100644 index 0712ff53..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignInWithGoogleFailureInterface-class.md +++ /dev/null @@ -1,139 +0,0 @@ - - - -# SignInWithGoogleFailureInterface class - - - - - - - *[](https://dart.dev/null-safety)* - - - -

Thrown during the sign in process if a failure occurs.

- - - -**Inheritance** - -- [Object](https://api.flutter.dev/flutter/dart-core/Object-class.html) -- [AuthenticationFailureInterface](../wyatt_authentication_bloc/AuthenticationFailureInterface-class.md) -- SignInWithGoogleFailureInterface - - - -**Implementers** - -- [SignInWithGoogleFailureFirebase](../wyatt_authentication_bloc/SignInWithGoogleFailureFirebase-class.md) - - - - - -## Constructors - -[SignInWithGoogleFailureInterface](../wyatt_authentication_bloc/SignInWithGoogleFailureInterface/SignInWithGoogleFailureInterface.md) ([String](https://api.flutter.dev/flutter/dart-core/String-class.html) code, [String](https://api.flutter.dev/flutter/dart-core/String-class.html) msg) - -Thrown during the sign in process if a failure occurs. - -[SignInWithGoogleFailureInterface.fromCode](../wyatt_authentication_bloc/SignInWithGoogleFailureInterface/SignInWithGoogleFailureInterface.fromCode.md) ([String](https://api.flutter.dev/flutter/dart-core/String-class.html) code) - -Thrown during the sign in process if a failure occurs. - - -## Properties - -##### [code](../wyatt_authentication_bloc/AuthenticationFailureInterface/code.md) ↔ [String](https://api.flutter.dev/flutter/dart-core/String-class.html) - - - - -_read / writeinherited_ - - - -##### [hashCode](https://api.flutter.dev/flutter/dart-core/Object/hashCode.html) → [int](https://api.flutter.dev/flutter/dart-core/int-class.html) - - - -The hash code for this object. -_read-onlyinherited_ - - - -##### [message](../wyatt_authentication_bloc/AuthenticationFailureInterface/message.md) → [String](https://api.flutter.dev/flutter/dart-core/String-class.html) - - - - -_read-onlyinherited_ - - - -##### [msg](../wyatt_authentication_bloc/AuthenticationFailureInterface/msg.md) ↔ [String](https://api.flutter.dev/flutter/dart-core/String-class.html) - - - - -_read / writeinherited_ - - - -##### [runtimeType](https://api.flutter.dev/flutter/dart-core/Object/runtimeType.html) → [Type](https://api.flutter.dev/flutter/dart-core/Type-class.html) - - - -A representation of the runtime type of the object. -_read-onlyinherited_ - - - - - -## Methods - -##### [noSuchMethod](https://api.flutter.dev/flutter/dart-core/Object/noSuchMethod.html)([Invocation](https://api.flutter.dev/flutter/dart-core/Invocation-class.html) invocation) dynamic - - - -Invoked when a non-existent method or property is accessed. -_inherited_ - - - -##### [toString](../wyatt_authentication_bloc/AuthenticationFailureInterface/toString.md)() [String](https://api.flutter.dev/flutter/dart-core/String-class.html) - - - -A string representation of this object. -_inherited_ - - - - - -## Operators - -##### [operator ==](https://api.flutter.dev/flutter/dart-core/Object/operator_equals.html)([Object](https://api.flutter.dev/flutter/dart-core/Object-class.html) other) [bool](https://api.flutter.dev/flutter/dart-core/bool-class.html) - - - -The equality operator. -_inherited_ - - - - - - - - - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignInWithGoogleFailureInterface/SignInWithGoogleFailureInterface.fromCode.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignInWithGoogleFailureInterface/SignInWithGoogleFailureInterface.fromCode.md deleted file mode 100644 index 16441dda..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignInWithGoogleFailureInterface/SignInWithGoogleFailureInterface.fromCode.md +++ /dev/null @@ -1,31 +0,0 @@ - - - -# SignInWithGoogleFailureInterface.fromCode constructor - - - - - *[](https://dart.dev/null-safety)* - - - -SignInWithGoogleFailureInterface.fromCode([String](https://api.flutter.dev/flutter/dart-core/String-class.html) code) - - -

Thrown during the sign in process if a failure occurs.

- - - -## Implementation - -```dart -SignInWithGoogleFailureInterface.fromCode(super.code) : super.fromCode(); -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignInWithGoogleFailureInterface/SignInWithGoogleFailureInterface.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignInWithGoogleFailureInterface/SignInWithGoogleFailureInterface.md deleted file mode 100644 index 9337f2db..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignInWithGoogleFailureInterface/SignInWithGoogleFailureInterface.md +++ /dev/null @@ -1,31 +0,0 @@ - - - -# SignInWithGoogleFailureInterface constructor - - - - - *[](https://dart.dev/null-safety)* - - - -SignInWithGoogleFailureInterface([String](https://api.flutter.dev/flutter/dart-core/String-class.html) code, [String](https://api.flutter.dev/flutter/dart-core/String-class.html) msg) - - -

Thrown during the sign in process if a failure occurs.

- - - -## Implementation - -```dart -SignInWithGoogleFailureInterface(super.code, super.msg); -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignInWithTwitterFailureFirebase-class.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignInWithTwitterFailureFirebase-class.md deleted file mode 100644 index 5aeb8957..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignInWithTwitterFailureFirebase-class.md +++ /dev/null @@ -1,141 +0,0 @@ - - - -# SignInWithTwitterFailureFirebase class - - - - - - - *[](https://dart.dev/null-safety)* - - - -

Thrown during the sign in process if a failure occurs.

- - - -**Inheritance** - -- [Object](https://api.flutter.dev/flutter/dart-core/Object-class.html) -- [AuthenticationFailureInterface](../wyatt_authentication_bloc/AuthenticationFailureInterface-class.md) -- [SignInWithCredentialFailureInterface](../wyatt_authentication_bloc/SignInWithCredentialFailureInterface-class.md) -- [SignInWithCredentialFailureFirebase](../wyatt_authentication_bloc/SignInWithCredentialFailureFirebase-class.md) -- SignInWithTwitterFailureFirebase - -**Implemented types** - -- [SignInWithAppleFailureInterface](../wyatt_authentication_bloc/SignInWithAppleFailureInterface-class.md) - - - - - - - -## Constructors - -[SignInWithTwitterFailureFirebase](../wyatt_authentication_bloc/SignInWithTwitterFailureFirebase/SignInWithTwitterFailureFirebase.md) ([[String](https://api.flutter.dev/flutter/dart-core/String-class.html)? code, [String](https://api.flutter.dev/flutter/dart-core/String-class.html)? msg]) - - - -[SignInWithTwitterFailureFirebase.fromCode](../wyatt_authentication_bloc/SignInWithTwitterFailureFirebase/SignInWithTwitterFailureFirebase.fromCode.md) ([String](https://api.flutter.dev/flutter/dart-core/String-class.html) code) - - - - -## Properties - -##### [code](../wyatt_authentication_bloc/AuthenticationFailureInterface/code.md) ↔ [String](https://api.flutter.dev/flutter/dart-core/String-class.html) - - - - -_read / writeinherited_ - - - -##### [hashCode](https://api.flutter.dev/flutter/dart-core/Object/hashCode.html) → [int](https://api.flutter.dev/flutter/dart-core/int-class.html) - - - -The hash code for this object. -_read-onlyinherited_ - - - -##### [message](../wyatt_authentication_bloc/AuthenticationFailureInterface/message.md) → [String](https://api.flutter.dev/flutter/dart-core/String-class.html) - - - - -_read-onlyinherited_ - - - -##### [msg](../wyatt_authentication_bloc/AuthenticationFailureInterface/msg.md) ↔ [String](https://api.flutter.dev/flutter/dart-core/String-class.html) - - - - -_read / writeinherited_ - - - -##### [runtimeType](https://api.flutter.dev/flutter/dart-core/Object/runtimeType.html) → [Type](https://api.flutter.dev/flutter/dart-core/Type-class.html) - - - -A representation of the runtime type of the object. -_read-onlyinherited_ - - - - - -## Methods - -##### [noSuchMethod](https://api.flutter.dev/flutter/dart-core/Object/noSuchMethod.html)([Invocation](https://api.flutter.dev/flutter/dart-core/Invocation-class.html) invocation) dynamic - - - -Invoked when a non-existent method or property is accessed. -_inherited_ - - - -##### [toString](../wyatt_authentication_bloc/AuthenticationFailureInterface/toString.md)() [String](https://api.flutter.dev/flutter/dart-core/String-class.html) - - - -A string representation of this object. -_inherited_ - - - - - -## Operators - -##### [operator ==](https://api.flutter.dev/flutter/dart-core/Object/operator_equals.html)([Object](https://api.flutter.dev/flutter/dart-core/Object-class.html) other) [bool](https://api.flutter.dev/flutter/dart-core/bool-class.html) - - - -The equality operator. -_inherited_ - - - - - - - - - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignInWithTwitterFailureFirebase/SignInWithTwitterFailureFirebase.fromCode.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignInWithTwitterFailureFirebase/SignInWithTwitterFailureFirebase.fromCode.md deleted file mode 100644 index ce958339..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignInWithTwitterFailureFirebase/SignInWithTwitterFailureFirebase.fromCode.md +++ /dev/null @@ -1,30 +0,0 @@ - - - -# SignInWithTwitterFailureFirebase.fromCode constructor - - - - - *[](https://dart.dev/null-safety)* - - - -SignInWithTwitterFailureFirebase.fromCode([String](https://api.flutter.dev/flutter/dart-core/String-class.html) code) - - - - - -## Implementation - -```dart -SignInWithTwitterFailureFirebase.fromCode(super.code) : super.fromCode(); -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignInWithTwitterFailureFirebase/SignInWithTwitterFailureFirebase.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignInWithTwitterFailureFirebase/SignInWithTwitterFailureFirebase.md deleted file mode 100644 index 8d824501..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignInWithTwitterFailureFirebase/SignInWithTwitterFailureFirebase.md +++ /dev/null @@ -1,30 +0,0 @@ - - - -# SignInWithTwitterFailureFirebase constructor - - - - - *[](https://dart.dev/null-safety)* - - - -SignInWithTwitterFailureFirebase([[String](https://api.flutter.dev/flutter/dart-core/String-class.html)? code, [String](https://api.flutter.dev/flutter/dart-core/String-class.html)? msg]) - - - - - -## Implementation - -```dart -SignInWithTwitterFailureFirebase([super.code, super.msg]); -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignInWithTwitterFailureInterface-class.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignInWithTwitterFailureInterface-class.md deleted file mode 100644 index 3fbd2788..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignInWithTwitterFailureInterface-class.md +++ /dev/null @@ -1,136 +0,0 @@ - - - -# SignInWithTwitterFailureInterface class - - - - - - - *[](https://dart.dev/null-safety)* - - - -

Thrown during the sign in process if a failure occurs.

- - - -**Inheritance** - -- [Object](https://api.flutter.dev/flutter/dart-core/Object-class.html) -- [AuthenticationFailureInterface](../wyatt_authentication_bloc/AuthenticationFailureInterface-class.md) -- SignInWithTwitterFailureInterface - - - - - - - - -## Constructors - -[SignInWithTwitterFailureInterface](../wyatt_authentication_bloc/SignInWithTwitterFailureInterface/SignInWithTwitterFailureInterface.md) ([String](https://api.flutter.dev/flutter/dart-core/String-class.html) code, [String](https://api.flutter.dev/flutter/dart-core/String-class.html) msg) - -Thrown during the sign in process if a failure occurs. - -[SignInWithTwitterFailureInterface.fromCode](../wyatt_authentication_bloc/SignInWithTwitterFailureInterface/SignInWithTwitterFailureInterface.fromCode.md) ([String](https://api.flutter.dev/flutter/dart-core/String-class.html) code) - -Thrown during the sign in process if a failure occurs. - - -## Properties - -##### [code](../wyatt_authentication_bloc/AuthenticationFailureInterface/code.md) ↔ [String](https://api.flutter.dev/flutter/dart-core/String-class.html) - - - - -_read / writeinherited_ - - - -##### [hashCode](https://api.flutter.dev/flutter/dart-core/Object/hashCode.html) → [int](https://api.flutter.dev/flutter/dart-core/int-class.html) - - - -The hash code for this object. -_read-onlyinherited_ - - - -##### [message](../wyatt_authentication_bloc/AuthenticationFailureInterface/message.md) → [String](https://api.flutter.dev/flutter/dart-core/String-class.html) - - - - -_read-onlyinherited_ - - - -##### [msg](../wyatt_authentication_bloc/AuthenticationFailureInterface/msg.md) ↔ [String](https://api.flutter.dev/flutter/dart-core/String-class.html) - - - - -_read / writeinherited_ - - - -##### [runtimeType](https://api.flutter.dev/flutter/dart-core/Object/runtimeType.html) → [Type](https://api.flutter.dev/flutter/dart-core/Type-class.html) - - - -A representation of the runtime type of the object. -_read-onlyinherited_ - - - - - -## Methods - -##### [noSuchMethod](https://api.flutter.dev/flutter/dart-core/Object/noSuchMethod.html)([Invocation](https://api.flutter.dev/flutter/dart-core/Invocation-class.html) invocation) dynamic - - - -Invoked when a non-existent method or property is accessed. -_inherited_ - - - -##### [toString](../wyatt_authentication_bloc/AuthenticationFailureInterface/toString.md)() [String](https://api.flutter.dev/flutter/dart-core/String-class.html) - - - -A string representation of this object. -_inherited_ - - - - - -## Operators - -##### [operator ==](https://api.flutter.dev/flutter/dart-core/Object/operator_equals.html)([Object](https://api.flutter.dev/flutter/dart-core/Object-class.html) other) [bool](https://api.flutter.dev/flutter/dart-core/bool-class.html) - - - -The equality operator. -_inherited_ - - - - - - - - - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignInWithTwitterFailureInterface/SignInWithTwitterFailureInterface.fromCode.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignInWithTwitterFailureInterface/SignInWithTwitterFailureInterface.fromCode.md deleted file mode 100644 index 9d541237..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignInWithTwitterFailureInterface/SignInWithTwitterFailureInterface.fromCode.md +++ /dev/null @@ -1,31 +0,0 @@ - - - -# SignInWithTwitterFailureInterface.fromCode constructor - - - - - *[](https://dart.dev/null-safety)* - - - -SignInWithTwitterFailureInterface.fromCode([String](https://api.flutter.dev/flutter/dart-core/String-class.html) code) - - -

Thrown during the sign in process if a failure occurs.

- - - -## Implementation - -```dart -SignInWithTwitterFailureInterface.fromCode(super.code) : super.fromCode(); -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignInWithTwitterFailureInterface/SignInWithTwitterFailureInterface.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignInWithTwitterFailureInterface/SignInWithTwitterFailureInterface.md deleted file mode 100644 index 14919bef..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignInWithTwitterFailureInterface/SignInWithTwitterFailureInterface.md +++ /dev/null @@ -1,31 +0,0 @@ - - - -# SignInWithTwitterFailureInterface constructor - - - - - *[](https://dart.dev/null-safety)* - - - -SignInWithTwitterFailureInterface([String](https://api.flutter.dev/flutter/dart-core/String-class.html) code, [String](https://api.flutter.dev/flutter/dart-core/String-class.html) msg) - - -

Thrown during the sign in process if a failure occurs.

- - - -## Implementation - -```dart -SignInWithTwitterFailureInterface(super.code, super.msg); -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignOutFailureFirebase-class.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignOutFailureFirebase-class.md deleted file mode 100644 index 3421331f..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignOutFailureFirebase-class.md +++ /dev/null @@ -1,137 +0,0 @@ - - - -# SignOutFailureFirebase class - - - - - - - *[](https://dart.dev/null-safety)* - - - -

Thrown during the sign out process if a failure occurs.

- - - -**Inheritance** - -- [Object](https://api.flutter.dev/flutter/dart-core/Object-class.html) -- [AuthenticationFailureInterface](../wyatt_authentication_bloc/AuthenticationFailureInterface-class.md) -- [SignOutFailureInterface](../wyatt_authentication_bloc/SignOutFailureInterface-class.md) -- SignOutFailureFirebase - - - - - - - - -## Constructors - -[SignOutFailureFirebase](../wyatt_authentication_bloc/SignOutFailureFirebase/SignOutFailureFirebase.md) ([[String](https://api.flutter.dev/flutter/dart-core/String-class.html)? code, [String](https://api.flutter.dev/flutter/dart-core/String-class.html)? msg]) - - - -[SignOutFailureFirebase.fromCode](../wyatt_authentication_bloc/SignOutFailureFirebase/SignOutFailureFirebase.fromCode.md) ([String](https://api.flutter.dev/flutter/dart-core/String-class.html) code) - - - - -## Properties - -##### [code](../wyatt_authentication_bloc/AuthenticationFailureInterface/code.md) ↔ [String](https://api.flutter.dev/flutter/dart-core/String-class.html) - - - - -_read / writeinherited_ - - - -##### [hashCode](https://api.flutter.dev/flutter/dart-core/Object/hashCode.html) → [int](https://api.flutter.dev/flutter/dart-core/int-class.html) - - - -The hash code for this object. -_read-onlyinherited_ - - - -##### [message](../wyatt_authentication_bloc/AuthenticationFailureInterface/message.md) → [String](https://api.flutter.dev/flutter/dart-core/String-class.html) - - - - -_read-onlyinherited_ - - - -##### [msg](../wyatt_authentication_bloc/AuthenticationFailureInterface/msg.md) ↔ [String](https://api.flutter.dev/flutter/dart-core/String-class.html) - - - - -_read / writeinherited_ - - - -##### [runtimeType](https://api.flutter.dev/flutter/dart-core/Object/runtimeType.html) → [Type](https://api.flutter.dev/flutter/dart-core/Type-class.html) - - - -A representation of the runtime type of the object. -_read-onlyinherited_ - - - - - -## Methods - -##### [noSuchMethod](https://api.flutter.dev/flutter/dart-core/Object/noSuchMethod.html)([Invocation](https://api.flutter.dev/flutter/dart-core/Invocation-class.html) invocation) dynamic - - - -Invoked when a non-existent method or property is accessed. -_inherited_ - - - -##### [toString](../wyatt_authentication_bloc/AuthenticationFailureInterface/toString.md)() [String](https://api.flutter.dev/flutter/dart-core/String-class.html) - - - -A string representation of this object. -_inherited_ - - - - - -## Operators - -##### [operator ==](https://api.flutter.dev/flutter/dart-core/Object/operator_equals.html)([Object](https://api.flutter.dev/flutter/dart-core/Object-class.html) other) [bool](https://api.flutter.dev/flutter/dart-core/bool-class.html) - - - -The equality operator. -_inherited_ - - - - - - - - - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignOutFailureFirebase/SignOutFailureFirebase.fromCode.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignOutFailureFirebase/SignOutFailureFirebase.fromCode.md deleted file mode 100644 index 6cf59631..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignOutFailureFirebase/SignOutFailureFirebase.fromCode.md +++ /dev/null @@ -1,30 +0,0 @@ - - - -# SignOutFailureFirebase.fromCode constructor - - - - - *[](https://dart.dev/null-safety)* - - - -SignOutFailureFirebase.fromCode([String](https://api.flutter.dev/flutter/dart-core/String-class.html) code) - - - - - -## Implementation - -```dart -SignOutFailureFirebase.fromCode(super.code) : super.fromCode(); -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignOutFailureFirebase/SignOutFailureFirebase.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignOutFailureFirebase/SignOutFailureFirebase.md deleted file mode 100644 index c6fc7d7a..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignOutFailureFirebase/SignOutFailureFirebase.md +++ /dev/null @@ -1,31 +0,0 @@ - - - -# SignOutFailureFirebase constructor - - - - - *[](https://dart.dev/null-safety)* - - - -SignOutFailureFirebase([[String](https://api.flutter.dev/flutter/dart-core/String-class.html)? code, [String](https://api.flutter.dev/flutter/dart-core/String-class.html)? msg]) - - - - - -## Implementation - -```dart -SignOutFailureFirebase([String? code, String? msg]) - : super(code ?? 'unknown', msg ?? 'An unknown error occurred.'); -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignOutFailureInterface-class.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignOutFailureInterface-class.md deleted file mode 100644 index cf527a70..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignOutFailureInterface-class.md +++ /dev/null @@ -1,139 +0,0 @@ - - - -# SignOutFailureInterface class - - - - - - - *[](https://dart.dev/null-safety)* - - - -

Thrown during the sign out process if a failure occurs.

- - - -**Inheritance** - -- [Object](https://api.flutter.dev/flutter/dart-core/Object-class.html) -- [AuthenticationFailureInterface](../wyatt_authentication_bloc/AuthenticationFailureInterface-class.md) -- SignOutFailureInterface - - - -**Implementers** - -- [SignOutFailureFirebase](../wyatt_authentication_bloc/SignOutFailureFirebase-class.md) - - - - - -## Constructors - -[SignOutFailureInterface](../wyatt_authentication_bloc/SignOutFailureInterface/SignOutFailureInterface.md) ([String](https://api.flutter.dev/flutter/dart-core/String-class.html) code, [String](https://api.flutter.dev/flutter/dart-core/String-class.html) msg) - -Thrown during the sign out process if a failure occurs. - -[SignOutFailureInterface.fromCode](../wyatt_authentication_bloc/SignOutFailureInterface/SignOutFailureInterface.fromCode.md) ([String](https://api.flutter.dev/flutter/dart-core/String-class.html) code) - -Thrown during the sign out process if a failure occurs. - - -## Properties - -##### [code](../wyatt_authentication_bloc/AuthenticationFailureInterface/code.md) ↔ [String](https://api.flutter.dev/flutter/dart-core/String-class.html) - - - - -_read / writeinherited_ - - - -##### [hashCode](https://api.flutter.dev/flutter/dart-core/Object/hashCode.html) → [int](https://api.flutter.dev/flutter/dart-core/int-class.html) - - - -The hash code for this object. -_read-onlyinherited_ - - - -##### [message](../wyatt_authentication_bloc/AuthenticationFailureInterface/message.md) → [String](https://api.flutter.dev/flutter/dart-core/String-class.html) - - - - -_read-onlyinherited_ - - - -##### [msg](../wyatt_authentication_bloc/AuthenticationFailureInterface/msg.md) ↔ [String](https://api.flutter.dev/flutter/dart-core/String-class.html) - - - - -_read / writeinherited_ - - - -##### [runtimeType](https://api.flutter.dev/flutter/dart-core/Object/runtimeType.html) → [Type](https://api.flutter.dev/flutter/dart-core/Type-class.html) - - - -A representation of the runtime type of the object. -_read-onlyinherited_ - - - - - -## Methods - -##### [noSuchMethod](https://api.flutter.dev/flutter/dart-core/Object/noSuchMethod.html)([Invocation](https://api.flutter.dev/flutter/dart-core/Invocation-class.html) invocation) dynamic - - - -Invoked when a non-existent method or property is accessed. -_inherited_ - - - -##### [toString](../wyatt_authentication_bloc/AuthenticationFailureInterface/toString.md)() [String](https://api.flutter.dev/flutter/dart-core/String-class.html) - - - -A string representation of this object. -_inherited_ - - - - - -## Operators - -##### [operator ==](https://api.flutter.dev/flutter/dart-core/Object/operator_equals.html)([Object](https://api.flutter.dev/flutter/dart-core/Object-class.html) other) [bool](https://api.flutter.dev/flutter/dart-core/bool-class.html) - - - -The equality operator. -_inherited_ - - - - - - - - - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignOutFailureInterface/SignOutFailureInterface.fromCode.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignOutFailureInterface/SignOutFailureInterface.fromCode.md deleted file mode 100644 index bde9935f..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignOutFailureInterface/SignOutFailureInterface.fromCode.md +++ /dev/null @@ -1,31 +0,0 @@ - - - -# SignOutFailureInterface.fromCode constructor - - - - - *[](https://dart.dev/null-safety)* - - - -SignOutFailureInterface.fromCode([String](https://api.flutter.dev/flutter/dart-core/String-class.html) code) - - -

Thrown during the sign out process if a failure occurs.

- - - -## Implementation - -```dart -SignOutFailureInterface.fromCode(super.code) : super.fromCode(); -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignOutFailureInterface/SignOutFailureInterface.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignOutFailureInterface/SignOutFailureInterface.md deleted file mode 100644 index a59596a0..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignOutFailureInterface/SignOutFailureInterface.md +++ /dev/null @@ -1,31 +0,0 @@ - - - -# SignOutFailureInterface constructor - - - - - *[](https://dart.dev/null-safety)* - - - -SignOutFailureInterface([String](https://api.flutter.dev/flutter/dart-core/String-class.html) code, [String](https://api.flutter.dev/flutter/dart-core/String-class.html) msg) - - -

Thrown during the sign out process if a failure occurs.

- - - -## Implementation - -```dart -SignOutFailureInterface(super.code, super.msg); -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignUpCubit-class.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignUpCubit-class.md deleted file mode 100644 index b8229ff4..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignUpCubit-class.md +++ /dev/null @@ -1,316 +0,0 @@ - - - -# SignUpCubit<Data> class - - - - - - - *[](https://dart.dev/null-safety)* - - - -

Fully featured sign up cubit.

-

Sufficient in most cases. (Where fine granularity is not required.)

- - - -**Inheritance** - -- [Object](https://api.flutter.dev/flutter/dart-core/Object-class.html) -- [BlocBase](https://pub.dev/documentation/bloc/8.1.0/bloc/BlocBase-class.html)<[SignUpState](../wyatt_authentication_bloc/SignUpState-class.md)> -- [Cubit](https://pub.dev/documentation/bloc/8.1.0/bloc/Cubit-class.html)<[SignUpState](../wyatt_authentication_bloc/SignUpState-class.md)> -- [BaseSignUpCubit](../wyatt_authentication_bloc/BaseSignUpCubit-class.md)<Data> -- SignUpCubit - - -**Mixed in types** - -- [SignUpWithEmailPassword](../wyatt_authentication_bloc/SignUpWithEmailPassword-mixin.md)<Data> - - - - - - -## Constructors - -[SignUpCubit](../wyatt_authentication_bloc/SignUpCubit/SignUpCubit.md) ({required [AuthenticationRepository](../wyatt_authentication_bloc/AuthenticationRepository-class.md)<Data> authenticationRepository}) - - - - -## Properties - -##### [authenticationRepository](../wyatt_authentication_bloc/BaseSignUpCubit/authenticationRepository.md) → [AuthenticationRepository](../wyatt_authentication_bloc/AuthenticationRepository-class.md)<Data> - - - - -_finalinherited_ - - - -##### [formName](../wyatt_authentication_bloc/BaseSignUpCubit/formName.md) → [String](https://api.flutter.dev/flutter/dart-core/String-class.html) - - - - -_read-onlyinherited_ - - - -##### [formRepository](../wyatt_authentication_bloc/BaseSignUpCubit/formRepository.md) → FormRepository - - - - -_read-onlyinherited_ - - - -##### [hashCode](https://api.flutter.dev/flutter/dart-core/Object/hashCode.html) → [int](https://api.flutter.dev/flutter/dart-core/int-class.html) - - - -The hash code for this object. -_read-onlyinherited_ - - - -##### [isClosed](https://pub.dev/documentation/bloc/8.1.0/bloc/BlocBase/isClosed.html) → [bool](https://api.flutter.dev/flutter/dart-core/bool-class.html) - - - -Whether the bloc is closed. -_read-onlyinherited_ - - - -##### [runtimeType](https://api.flutter.dev/flutter/dart-core/Object/runtimeType.html) → [Type](https://api.flutter.dev/flutter/dart-core/Type-class.html) - - - -A representation of the runtime type of the object. -_read-onlyinherited_ - - - -##### [state](https://pub.dev/documentation/bloc/8.1.0/bloc/BlocBase/state.html) → [SignUpState](../wyatt_authentication_bloc/SignUpState-class.md) - - - -The current state. -_read-onlyinherited_ - - - -##### [stream](https://pub.dev/documentation/bloc/8.1.0/bloc/BlocBase/stream.html) → [Stream](https://api.flutter.dev/flutter/dart-async/Stream-class.html)<[SignUpState](../wyatt_authentication_bloc/SignUpState-class.md)> - - - -The current stream of states. -_read-onlyinherited_ - - - - - -## Methods - -##### [addError](https://pub.dev/documentation/bloc/8.1.0/bloc/BlocBase/addError.html)([Object](https://api.flutter.dev/flutter/dart-core/Object-class.html) error, [[StackTrace](https://api.flutter.dev/flutter/dart-core/StackTrace-class.html)? stackTrace]) void - - - -Reports an error which triggers onError with an optional StackTrace. -_inherited_ - - - -##### [close](https://pub.dev/documentation/bloc/8.1.0/bloc/BlocBase/close.html)() [Future](https://api.flutter.dev/flutter/dart-async/Future-class.html)<void> - - - -Closes the instance. -This method should be called when the instance is no longer needed. -Once close is called, the instance can no longer be used. -_inherited_ - - - -##### [dataChanged](../wyatt_authentication_bloc/BaseSignUpCubit/dataChanged.md)<Value>([String](https://api.flutter.dev/flutter/dart-core/String-class.html) key, FormInputValidator<Value, ValidationError> dirtyValue) [FutureOr](https://api.flutter.dev/flutter/dart-async/FutureOr-class.html)<void> - - - - -_inherited_ - - - -##### [emailChanged](../wyatt_authentication_bloc/SignUpWithEmailPassword/emailChanged.md)([String](https://api.flutter.dev/flutter/dart-core/String-class.html) value) void - - - - -_inherited_ - - - -##### [emailCustomChanged](../wyatt_authentication_bloc/SignUpWithEmailPassword/emailCustomChanged.md)<Validator extends FormInputValidator<[String](https://api.flutter.dev/flutter/dart-core/String-class.html)?, ValidationError>>(Validator validator) void - - - -Same as emailChanged but with a custom Validator. -_inherited_ - - - -##### [emit](https://pub.dev/documentation/bloc/8.1.0/bloc/BlocBase/emit.html)([SignUpState](../wyatt_authentication_bloc/SignUpState-class.md) state) void - - - -Updates the state to the provided state. -emit does nothing if the state being emitted -is equal to the current state. -_inherited_ - - - -##### [noSuchMethod](https://api.flutter.dev/flutter/dart-core/Object/noSuchMethod.html)([Invocation](https://api.flutter.dev/flutter/dart-core/Invocation-class.html) invocation) dynamic - - - -Invoked when a non-existent method or property is accessed. -_inherited_ - - - -##### [onChange](https://pub.dev/documentation/bloc/8.1.0/bloc/BlocBase/onChange.html)([Change](https://pub.dev/documentation/bloc/8.1.0/bloc/Change-class.html)<[SignUpState](../wyatt_authentication_bloc/SignUpState-class.md)> change) void - - - -Called whenever a change occurs with the given change. -A change occurs when a new state is emitted. -onChange is called before the state of the cubit is updated. -onChange is a great spot to add logging/analytics for a specific cubit. -_inherited_ - - - -##### [onError](https://pub.dev/documentation/bloc/8.1.0/bloc/BlocBase/onError.html)([Object](https://api.flutter.dev/flutter/dart-core/Object-class.html) error, [StackTrace](https://api.flutter.dev/flutter/dart-core/StackTrace-class.html) stackTrace) void - - - -Called whenever an error occurs and notifies BlocObserver.onError. -_inherited_ - - - -##### [onSignUpWithEmailAndPassword](../wyatt_authentication_bloc/SignUpCubit/onSignUpWithEmailAndPassword.md)(Result<[Account](../wyatt_authentication_bloc/Account-class.md), AppException> result, WyattForm form) FutureOrResult<Data?> - - - -This callback is triggered when a user creates an account. -_override_ - - - -##### [passwordChanged](../wyatt_authentication_bloc/SignUpWithEmailPassword/passwordChanged.md)([String](https://api.flutter.dev/flutter/dart-core/String-class.html) value) void - - - - -_inherited_ - - - -##### [passwordCustomChanged](../wyatt_authentication_bloc/SignUpWithEmailPassword/passwordCustomChanged.md)<Validator extends FormInputValidator<[String](https://api.flutter.dev/flutter/dart-core/String-class.html)?, ValidationError>>(Validator validator) void - - - -Same as passwordChanged but with a custom Validator. -_inherited_ - - - -##### [reset](../wyatt_authentication_bloc/BaseSignUpCubit/reset.md)() [FutureOr](https://api.flutter.dev/flutter/dart-async/FutureOr-class.html)<void> - - - - -_inherited_ - - - -##### [signUpWithEmailPassword](../wyatt_authentication_bloc/SignUpWithEmailPassword/signUpWithEmailPassword.md)() [FutureOr](https://api.flutter.dev/flutter/dart-async/FutureOr-class.html)<void> - - - -Creates a new user with the provided email and password. -_inherited_ - - - -##### [submit](../wyatt_authentication_bloc/BaseSignUpCubit/submit.md)() [FutureOr](https://api.flutter.dev/flutter/dart-async/FutureOr-class.html)<void> - - - - -_inherited_ - - - -##### [toString](https://api.flutter.dev/flutter/dart-core/Object/toString.html)() [String](https://api.flutter.dev/flutter/dart-core/String-class.html) - - - -A string representation of this object. -_inherited_ - - - -##### [update](../wyatt_authentication_bloc/BaseSignUpCubit/update.md)(WyattForm form, {SetOperation operation = SetOperation.replace}) [FutureOr](https://api.flutter.dev/flutter/dart-async/FutureOr-class.html)<void> - - - - -_inherited_ - - - -##### [validate](../wyatt_authentication_bloc/BaseSignUpCubit/validate.md)() [FutureOr](https://api.flutter.dev/flutter/dart-async/FutureOr-class.html)<void> - - - - -_inherited_ - - - - - -## Operators - -##### [operator ==](https://api.flutter.dev/flutter/dart-core/Object/operator_equals.html)([Object](https://api.flutter.dev/flutter/dart-core/Object-class.html) other) [bool](https://api.flutter.dev/flutter/dart-core/bool-class.html) - - - -The equality operator. -_inherited_ - - - - - - - - - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignUpCubit/SignUpCubit.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignUpCubit/SignUpCubit.md deleted file mode 100644 index 0306f024..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignUpCubit/SignUpCubit.md +++ /dev/null @@ -1,30 +0,0 @@ - - - -# SignUpCubit<Data> constructor - - - - - *[](https://dart.dev/null-safety)* - - - -SignUpCubit<Data>({required [AuthenticationRepository](../../wyatt_authentication_bloc/AuthenticationRepository-class.md)<Data> authenticationRepository}) - - - - - -## Implementation - -```dart -SignUpCubit({required super.authenticationRepository}); -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignUpCubit/onSignUpWithEmailAndPassword.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignUpCubit/onSignUpWithEmailAndPassword.md deleted file mode 100644 index e70dfa91..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignUpCubit/onSignUpWithEmailAndPassword.md +++ /dev/null @@ -1,43 +0,0 @@ - - - -# onSignUpWithEmailAndPassword method - - - - - *[](https://dart.dev/null-safety)* - - - -- @[override](https://api.flutter.dev/flutter/dart-core/override-constant.html) - -FutureOrResult<Data?> onSignUpWithEmailAndPassword -(Result<[Account](../../wyatt_authentication_bloc/Account-class.md), AppException> result, WyattForm form) - -_override_ - - - -

This callback is triggered when a user creates an account.

-

For example: when a user sign up in firebase.

- - - -## Implementation - -```dart -@override -FutureOrResult onSignUpWithEmailAndPassword( - Result result, - WyattForm form, -) => - const Ok(null); -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignUpListener-class.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignUpListener-class.md deleted file mode 100644 index ea1477a1..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignUpListener-class.md +++ /dev/null @@ -1,236 +0,0 @@ - - - -# SignUpListener<Data> class - - - - - - - *[](https://dart.dev/null-safety)* - - - -

Widget that listens and builds a child based on the state of -the sign up cubit

- - - -**Inheritance** - -- [Object](https://api.flutter.dev/flutter/dart-core/Object-class.html) -- [DiagnosticableTree](https://api.flutter.dev/flutter/foundation/DiagnosticableTree-class.html) -- [Widget](https://api.flutter.dev/flutter/widgets/Widget-class.html) -- [StatelessWidget](https://api.flutter.dev/flutter/widgets/StatelessWidget-class.html) -- SignUpListener - - - - - - - - -## Constructors - -[SignUpListener](../wyatt_authentication_bloc/SignUpListener/SignUpListener.md) ({required [Widget](https://api.flutter.dev/flutter/widgets/Widget-class.html) child, void onProgress([BuildContext](https://api.flutter.dev/flutter/widgets/BuildContext-class.html) context)?, void onSuccess([BuildContext](https://api.flutter.dev/flutter/widgets/BuildContext-class.html) context)?, void onError([BuildContext](https://api.flutter.dev/flutter/widgets/BuildContext-class.html) context, FormStatus status, [String](https://api.flutter.dev/flutter/dart-core/String-class.html)? errorMessage)?, void customBuilder([BuildContext](https://api.flutter.dev/flutter/widgets/BuildContext-class.html) context, [SignUpState](../wyatt_authentication_bloc/SignUpState-class.md) state)?, [Key](https://api.flutter.dev/flutter/foundation/Key-class.html)? key}) - - _const_ - - -## Properties - -##### [child](../wyatt_authentication_bloc/SignUpListener/child.md) → [Widget](https://api.flutter.dev/flutter/widgets/Widget-class.html) - - - - -_final_ - - - -##### [customBuilder](../wyatt_authentication_bloc/SignUpListener/customBuilder.md) → (void Function([BuildContext](https://api.flutter.dev/flutter/widgets/BuildContext-class.html) context, [SignUpState](../wyatt_authentication_bloc/SignUpState-class.md) state)?) - - - - -_final_ - - - -##### [hashCode](https://api.flutter.dev/flutter/widgets/Widget/hashCode.html) → [int](https://api.flutter.dev/flutter/dart-core/int-class.html) - - - -The hash code for this object. -_read-onlyinherited_ - - - -##### [key](https://api.flutter.dev/flutter/widgets/Widget/key.html) → [Key](https://api.flutter.dev/flutter/foundation/Key-class.html)? - - - -Controls how one widget replaces another widget in the tree. -_finalinherited_ - - - -##### [onError](../wyatt_authentication_bloc/SignUpListener/onError.md) → (void Function([BuildContext](https://api.flutter.dev/flutter/widgets/BuildContext-class.html) context, FormStatus status, [String](https://api.flutter.dev/flutter/dart-core/String-class.html)? errorMessage)?) - - - - -_final_ - - - -##### [onProgress](../wyatt_authentication_bloc/SignUpListener/onProgress.md) → (void Function([BuildContext](https://api.flutter.dev/flutter/widgets/BuildContext-class.html) context)?) - - - - -_final_ - - - -##### [onSuccess](../wyatt_authentication_bloc/SignUpListener/onSuccess.md) → (void Function([BuildContext](https://api.flutter.dev/flutter/widgets/BuildContext-class.html) context)?) - - - - -_final_ - - - -##### [runtimeType](https://api.flutter.dev/flutter/dart-core/Object/runtimeType.html) → [Type](https://api.flutter.dev/flutter/dart-core/Type-class.html) - - - -A representation of the runtime type of the object. -_read-onlyinherited_ - - - - - -## Methods - -##### [build](../wyatt_authentication_bloc/SignUpListener/build.md)([BuildContext](https://api.flutter.dev/flutter/widgets/BuildContext-class.html) context) [Widget](https://api.flutter.dev/flutter/widgets/Widget-class.html) - - - -Describes the part of the user interface represented by this widget. -_override_ - - - -##### [createElement](https://api.flutter.dev/flutter/widgets/StatelessWidget/createElement.html)() [StatelessElement](https://api.flutter.dev/flutter/widgets/StatelessElement-class.html) - - - -Creates a StatelessElement to manage this widget's location in the tree. -_inherited_ - - - -##### [debugDescribeChildren](https://api.flutter.dev/flutter/foundation/DiagnosticableTree/debugDescribeChildren.html)() [List](https://api.flutter.dev/flutter/dart-core/List-class.html)<[DiagnosticsNode](https://api.flutter.dev/flutter/foundation/DiagnosticsNode-class.html)> - - - -Returns a list of DiagnosticsNode objects describing this node's -children. -_inherited_ - - - -##### [debugFillProperties](https://api.flutter.dev/flutter/widgets/Widget/debugFillProperties.html)([DiagnosticPropertiesBuilder](https://api.flutter.dev/flutter/foundation/DiagnosticPropertiesBuilder-class.html) properties) void - - - -Add additional properties associated with the node. -_inherited_ - - - -##### [noSuchMethod](https://api.flutter.dev/flutter/dart-core/Object/noSuchMethod.html)([Invocation](https://api.flutter.dev/flutter/dart-core/Invocation-class.html) invocation) dynamic - - - -Invoked when a non-existent method or property is accessed. -_inherited_ - - - -##### [toDiagnosticsNode](https://api.flutter.dev/flutter/foundation/DiagnosticableTree/toDiagnosticsNode.html)({[String](https://api.flutter.dev/flutter/dart-core/String-class.html)? name, [DiagnosticsTreeStyle](https://api.flutter.dev/flutter/foundation/DiagnosticsTreeStyle.html)? style}) [DiagnosticsNode](https://api.flutter.dev/flutter/foundation/DiagnosticsNode-class.html) - - - -Returns a debug representation of the object that is used by debugging -tools and by DiagnosticsNode.toStringDeep. -_inherited_ - - - -##### [toString](https://api.flutter.dev/flutter/foundation/Diagnosticable/toString.html)({[DiagnosticLevel](https://api.flutter.dev/flutter/foundation/DiagnosticLevel.html) minLevel = DiagnosticLevel.info}) [String](https://api.flutter.dev/flutter/dart-core/String-class.html) - - - -A string representation of this object. -_inherited_ - - - -##### [toStringDeep](https://api.flutter.dev/flutter/foundation/DiagnosticableTree/toStringDeep.html)({[String](https://api.flutter.dev/flutter/dart-core/String-class.html) prefixLineOne = '', [String](https://api.flutter.dev/flutter/dart-core/String-class.html)? prefixOtherLines, [DiagnosticLevel](https://api.flutter.dev/flutter/foundation/DiagnosticLevel.html) minLevel = DiagnosticLevel.debug}) [String](https://api.flutter.dev/flutter/dart-core/String-class.html) - - - -Returns a string representation of this node and its descendants. -_inherited_ - - - -##### [toStringShallow](https://api.flutter.dev/flutter/foundation/DiagnosticableTree/toStringShallow.html)({[String](https://api.flutter.dev/flutter/dart-core/String-class.html) joiner = ', ', [DiagnosticLevel](https://api.flutter.dev/flutter/foundation/DiagnosticLevel.html) minLevel = DiagnosticLevel.debug}) [String](https://api.flutter.dev/flutter/dart-core/String-class.html) - - - -Returns a one-line detailed description of the object. -_inherited_ - - - -##### [toStringShort](https://api.flutter.dev/flutter/widgets/Widget/toStringShort.html)() [String](https://api.flutter.dev/flutter/dart-core/String-class.html) - - - -A short, textual description of this widget. -_inherited_ - - - - - -## Operators - -##### [operator ==](https://api.flutter.dev/flutter/widgets/Widget/operator_equals.html)([Object](https://api.flutter.dev/flutter/dart-core/Object-class.html) other) [bool](https://api.flutter.dev/flutter/dart-core/bool-class.html) - - - -The equality operator. -_inherited_ - - - - - - - - - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignUpListener/SignUpListener.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignUpListener/SignUpListener.md deleted file mode 100644 index 8eb3409d..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignUpListener/SignUpListener.md +++ /dev/null @@ -1,37 +0,0 @@ - - - -# SignUpListener<Data> constructor - - - - - *[](https://dart.dev/null-safety)* - - -const -SignUpListener<Data>({required [Widget](https://api.flutter.dev/flutter/widgets/Widget-class.html) child, void onProgress([BuildContext](https://api.flutter.dev/flutter/widgets/BuildContext-class.html) context)?, void onSuccess([BuildContext](https://api.flutter.dev/flutter/widgets/BuildContext-class.html) context)?, void onError([BuildContext](https://api.flutter.dev/flutter/widgets/BuildContext-class.html) context, FormStatus status, [String](https://api.flutter.dev/flutter/dart-core/String-class.html)? errorMessage)?, void customBuilder([BuildContext](https://api.flutter.dev/flutter/widgets/BuildContext-class.html) context, [SignUpState](../../wyatt_authentication_bloc/SignUpState-class.md) state)?, [Key](https://api.flutter.dev/flutter/foundation/Key-class.html)? key}) - - - - - -## Implementation - -```dart -const SignUpListener({ - required this.child, - this.onProgress, - this.onSuccess, - this.onError, - this.customBuilder, - super.key, -}); -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignUpListener/build.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignUpListener/build.md deleted file mode 100644 index 8843765f..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignUpListener/build.md +++ /dev/null @@ -1,92 +0,0 @@ - - - -# build method - - - - - *[](https://dart.dev/null-safety)* - - - -- @[override](https://api.flutter.dev/flutter/dart-core/override-constant.html) - -[Widget](https://api.flutter.dev/flutter/widgets/Widget-class.html) build -([BuildContext](https://api.flutter.dev/flutter/widgets/BuildContext-class.html) context) - -_override_ - - - -

Describes the part of the user interface represented by this widget.

-

The framework calls this method when this widget is inserted into the tree -in a given BuildContext and when the dependencies of this widget change -(e.g., an InheritedWidget referenced by this widget changes). This -method can potentially be called in every frame and should not have any side -effects beyond building a widget.

-

The framework replaces the subtree below this widget with the widget -returned by this method, either by updating the existing subtree or by -removing the subtree and inflating a new subtree, depending on whether the -widget returned by this method can update the root of the existing -subtree, as determined by calling Widget.canUpdate.

-

Typically implementations return a newly created constellation of widgets -that are configured with information from this widget's constructor and -from the given BuildContext.

-

The given BuildContext contains information about the location in the -tree at which this widget is being built. For example, the context -provides the set of inherited widgets for this location in the tree. A -given widget might be built with multiple different BuildContext -arguments over time if the widget is moved around the tree or if the -widget is inserted into the tree in multiple places at once.

-

The implementation of this method must only depend on:

- -

If a widget's build method is to depend on anything else, use a -StatefulWidget instead.

-

See also:

-
    -
  • StatelessWidget, which contains the discussion on performance considerations.
  • -
- - - -## Implementation - -```dart -@override -Widget build(BuildContext context) => - BlocListener, SignUpState>( - listener: (context, state) { - if (customBuilder != null) { - return customBuilder!(context, state); - } - - if (onSuccess != null && - state.status == FormStatus.submissionSuccess) { - return onSuccess!(context); - } - if (onProgress != null && - state.status == FormStatus.submissionInProgress) { - return onProgress!(context); - } - if (onError != null && - (state.status == FormStatus.submissionCanceled || - state.status == FormStatus.submissionFailure)) { - return onError!(context, state.status, state.errorMessage); - } - }, - child: child, - ); -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignUpListener/child.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignUpListener/child.md deleted file mode 100644 index 53bc3682..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignUpListener/child.md +++ /dev/null @@ -1,33 +0,0 @@ - - - -# child property - - - - - *[](https://dart.dev/null-safety)* - - - -[Widget](https://api.flutter.dev/flutter/widgets/Widget-class.html) child - -_final_ - - - - - - -## Implementation - -```dart -final Widget child; -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignUpListener/customBuilder.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignUpListener/customBuilder.md deleted file mode 100644 index e59261e0..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignUpListener/customBuilder.md +++ /dev/null @@ -1,33 +0,0 @@ - - - -# customBuilder property - - - - - *[](https://dart.dev/null-safety)* - - - -(void Function([BuildContext](https://api.flutter.dev/flutter/widgets/BuildContext-class.html) context, [SignUpState](../../wyatt_authentication_bloc/SignUpState-class.md) state)?) customBuilder - -_final_ - - - - - - -## Implementation - -```dart -final void Function(BuildContext context, SignUpState state)? customBuilder; -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignUpListener/onError.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignUpListener/onError.md deleted file mode 100644 index ed94a98f..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignUpListener/onError.md +++ /dev/null @@ -1,37 +0,0 @@ - - - -# onError property - - - - - *[](https://dart.dev/null-safety)* - - - -(void Function([BuildContext](https://api.flutter.dev/flutter/widgets/BuildContext-class.html) context, FormStatus status, [String](https://api.flutter.dev/flutter/dart-core/String-class.html)? errorMessage)?) onError - -_final_ - - - - - - -## Implementation - -```dart -final void Function( - BuildContext context, - FormStatus status, - String? errorMessage, -)? onError; -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignUpListener/onProgress.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignUpListener/onProgress.md deleted file mode 100644 index 4a30ed71..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignUpListener/onProgress.md +++ /dev/null @@ -1,33 +0,0 @@ - - - -# onProgress property - - - - - *[](https://dart.dev/null-safety)* - - - -(void Function([BuildContext](https://api.flutter.dev/flutter/widgets/BuildContext-class.html) context)?) onProgress - -_final_ - - - - - - -## Implementation - -```dart -final void Function(BuildContext context)? onProgress; -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignUpListener/onSuccess.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignUpListener/onSuccess.md deleted file mode 100644 index 4d942f63..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignUpListener/onSuccess.md +++ /dev/null @@ -1,33 +0,0 @@ - - - -# onSuccess property - - - - - *[](https://dart.dev/null-safety)* - - - -(void Function([BuildContext](https://api.flutter.dev/flutter/widgets/BuildContext-class.html) context)?) onSuccess - -_final_ - - - - - - -## Implementation - -```dart -final void Function(BuildContext context)? onSuccess; -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignUpState-class.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignUpState-class.md deleted file mode 100644 index d1a945ac..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignUpState-class.md +++ /dev/null @@ -1,179 +0,0 @@ - - - -# SignUpState class - - - - - - - *[](https://dart.dev/null-safety)* - - - -

Sign up cubit state to manage the form.

- - - -**Inheritance** - -- [Object](https://api.flutter.dev/flutter/dart-core/Object-class.html) -- [Equatable](https://pub.dev/documentation/equatable/2.0.5/equatable/Equatable-class.html) -- SignUpState - - - - - - - - -## Constructors - -[SignUpState](../wyatt_authentication_bloc/SignUpState/SignUpState.md) ({required WyattForm form, FormStatus status = FormStatus.pure, [String](https://api.flutter.dev/flutter/dart-core/String-class.html)? errorMessage}) - - _const_ - - -## Properties - -##### [email](../wyatt_authentication_bloc/SignUpState/email.md) → FormInputValidator<[String](https://api.flutter.dev/flutter/dart-core/String-class.html)?, ValidationError> - - - - -_read-only_ - - - -##### [errorMessage](../wyatt_authentication_bloc/SignUpState/errorMessage.md) → [String](https://api.flutter.dev/flutter/dart-core/String-class.html)? - - - -Optional error message. -_finalinherited_ - - - -##### [form](../wyatt_authentication_bloc/SignUpState/form.md) → WyattForm - - - -FormData with all inputs, and associated metadata. -_finalinherited_ - - - -##### [hashCode](https://pub.dev/documentation/equatable/2.0.5/equatable/Equatable/hashCode.html) → [int](https://api.flutter.dev/flutter/dart-core/int-class.html) - - - -The hash code for this object. -_read-onlyinherited_ - - - -##### [password](../wyatt_authentication_bloc/SignUpState/password.md) → FormInputValidator<[String](https://api.flutter.dev/flutter/dart-core/String-class.html)?, ValidationError> - - - - -_read-only_ - - - -##### [props](../wyatt_authentication_bloc/SignUpState/props.md) → [List](https://api.flutter.dev/flutter/dart-core/List-class.html)<[Object](https://api.flutter.dev/flutter/dart-core/Object-class.html)?> - - - -The list of properties that will be used to determine whether -two instances are equal. -_read-only_ - - - -##### [runtimeType](https://api.flutter.dev/flutter/dart-core/Object/runtimeType.html) → [Type](https://api.flutter.dev/flutter/dart-core/Type-class.html) - - - -A representation of the runtime type of the object. -_read-onlyinherited_ - - - -##### [status](../wyatt_authentication_bloc/SignUpState/status.md) → FormStatus - - - -Global status of a form. -_finalinherited_ - - - -##### [stringify](https://pub.dev/documentation/equatable/2.0.5/equatable/Equatable/stringify.html) → [bool](https://api.flutter.dev/flutter/dart-core/bool-class.html)? - - - -If set to true, the toString method will be overridden to output -this instance's props. -_read-onlyinherited_ - - - - - -## Methods - -##### [copyWith](../wyatt_authentication_bloc/SignUpState/copyWith.md)({WyattForm? form, FormStatus? status, [String](https://api.flutter.dev/flutter/dart-core/String-class.html)? errorMessage}) [SignUpState](../wyatt_authentication_bloc/SignUpState-class.md) - - - - - - - - -##### [noSuchMethod](https://api.flutter.dev/flutter/dart-core/Object/noSuchMethod.html)([Invocation](https://api.flutter.dev/flutter/dart-core/Invocation-class.html) invocation) dynamic - - - -Invoked when a non-existent method or property is accessed. -_inherited_ - - - -##### [toString](../wyatt_authentication_bloc/SignUpState/toString.md)() [String](https://api.flutter.dev/flutter/dart-core/String-class.html) - - - -A string representation of this object. -_override_ - - - - - -## Operators - -##### [operator ==](https://pub.dev/documentation/equatable/2.0.5/equatable/Equatable/operator_equals.html)([Object](https://api.flutter.dev/flutter/dart-core/Object-class.html) other) [bool](https://api.flutter.dev/flutter/dart-core/bool-class.html) - - - -The equality operator. -_inherited_ - - - - - - - - - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignUpState/SignUpState.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignUpState/SignUpState.md deleted file mode 100644 index 2225e87b..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignUpState/SignUpState.md +++ /dev/null @@ -1,34 +0,0 @@ - - - -# SignUpState constructor - - - - - *[](https://dart.dev/null-safety)* - - -const -SignUpState({required WyattForm form, FormStatus status = FormStatus.pure, [String](https://api.flutter.dev/flutter/dart-core/String-class.html)? errorMessage}) - - - - - -## Implementation - -```dart -const SignUpState({ - required super.form, - super.status = FormStatus.pure, - super.errorMessage, -}); -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignUpState/copyWith.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignUpState/copyWith.md deleted file mode 100644 index 35561e0b..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignUpState/copyWith.md +++ /dev/null @@ -1,44 +0,0 @@ - - - -# copyWith method - - - - - *[](https://dart.dev/null-safety)* - - - - -[SignUpState](../../wyatt_authentication_bloc/SignUpState-class.md) copyWith -({WyattForm? form, FormStatus? status, [String](https://api.flutter.dev/flutter/dart-core/String-class.html)? errorMessage}) - - - - - - - - -## Implementation - -```dart -SignUpState copyWith({ - WyattForm? form, - FormStatus? status, - String? errorMessage, -}) => - SignUpState( - form: form ?? this.form, - status: status ?? this.status, - errorMessage: errorMessage ?? this.errorMessage, - ); -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignUpState/email.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignUpState/email.md deleted file mode 100644 index 1ded8043..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignUpState/email.md +++ /dev/null @@ -1,37 +0,0 @@ - - - -# email property - - - - - *[](https://dart.dev/null-safety)* - - - - - -FormInputValidator<[String](https://api.flutter.dev/flutter/dart-core/String-class.html)?, ValidationError> email - - - - - - - - -## Implementation - -```dart -FormInputValidator get email => - form.validatorOf(AuthFormField.email); -``` - - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignUpState/errorMessage.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignUpState/errorMessage.md deleted file mode 100644 index d0856deb..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignUpState/errorMessage.md +++ /dev/null @@ -1,34 +0,0 @@ - - - -# errorMessage property - - - - - *[](https://dart.dev/null-safety)* - - - -[String](https://api.flutter.dev/flutter/dart-core/String-class.html)? errorMessage - -_finalinherited_ - - - -

Optional error message.

- - - -## Implementation - -```dart -final String? errorMessage; -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignUpState/form.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignUpState/form.md deleted file mode 100644 index d3f2da76..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignUpState/form.md +++ /dev/null @@ -1,34 +0,0 @@ - - - -# form property - - - - - *[](https://dart.dev/null-safety)* - - - -WyattForm form - -_finalinherited_ - - - -

FormData with all inputs, and associated metadata.

- - - -## Implementation - -```dart -final WyattForm form; -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignUpState/password.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignUpState/password.md deleted file mode 100644 index 77938106..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignUpState/password.md +++ /dev/null @@ -1,37 +0,0 @@ - - - -# password property - - - - - *[](https://dart.dev/null-safety)* - - - - - -FormInputValidator<[String](https://api.flutter.dev/flutter/dart-core/String-class.html)?, ValidationError> password - - - - - - - - -## Implementation - -```dart -FormInputValidator get password => - form.validatorOf(AuthFormField.password); -``` - - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignUpState/props.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignUpState/props.md deleted file mode 100644 index 2b5a46b8..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignUpState/props.md +++ /dev/null @@ -1,42 +0,0 @@ - - - -# props property - - - - - *[](https://dart.dev/null-safety)* - - - - - -**Annotations** - -- @[override](https://api.flutter.dev/flutter/dart-core/override-constant.html) -[List](https://api.flutter.dev/flutter/dart-core/List-class.html)<[Object](https://api.flutter.dev/flutter/dart-core/Object-class.html)?> props - - - - - -

The list of properties that will be used to determine whether -two instances are equal.

- - - -## Implementation - -```dart -@override -List get props => [email, password, status, form]; -``` - - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignUpState/status.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignUpState/status.md deleted file mode 100644 index 644a9f10..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignUpState/status.md +++ /dev/null @@ -1,34 +0,0 @@ - - - -# status property - - - - - *[](https://dart.dev/null-safety)* - - - -FormStatus status - -_finalinherited_ - - - -

Global status of a form.

- - - -## Implementation - -```dart -final FormStatus status; -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignUpState/toString.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignUpState/toString.md deleted file mode 100644 index e53f76d6..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignUpState/toString.md +++ /dev/null @@ -1,50 +0,0 @@ - - - -# toString method - - - - - *[](https://dart.dev/null-safety)* - - - -- @[override](https://api.flutter.dev/flutter/dart-core/override-constant.html) -- @[override](https://api.flutter.dev/flutter/dart-core/override-constant.html) - -[String](https://api.flutter.dev/flutter/dart-core/String-class.html) toString -() - -_override_ - - - -

A string representation of this object.

-

Some classes have a default textual representation, -often paired with a static parse function (like int.parse). -These classes will provide the textual representation as -their string representation.

-

Other classes have no meaningful textual representation -that a program will care about. -Such classes will typically override toString to provide -useful information when inspecting the object, -mainly for debugging or logging.

- - - -## Implementation - -```dart -@override -@override -String toString() => 'SignUpState(status: ${status.name} ' - '${(errorMessage != null) ? " [$errorMessage]" : ""}, $form)'; -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignUpWithEmailAndPasswordFailureFirebase-class.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignUpWithEmailAndPasswordFailureFirebase-class.md deleted file mode 100644 index 0b725844..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignUpWithEmailAndPasswordFailureFirebase-class.md +++ /dev/null @@ -1,137 +0,0 @@ - - - -# SignUpWithEmailAndPasswordFailureFirebase class - - - - - - - *[](https://dart.dev/null-safety)* - - - -

Thrown if during the sign up process if a failure occurs.

- - - -**Inheritance** - -- [Object](https://api.flutter.dev/flutter/dart-core/Object-class.html) -- [AuthenticationFailureInterface](../wyatt_authentication_bloc/AuthenticationFailureInterface-class.md) -- [SignUpWithEmailAndPasswordFailureInterface](../wyatt_authentication_bloc/SignUpWithEmailAndPasswordFailureInterface-class.md) -- SignUpWithEmailAndPasswordFailureFirebase - - - - - - - - -## Constructors - -[SignUpWithEmailAndPasswordFailureFirebase](../wyatt_authentication_bloc/SignUpWithEmailAndPasswordFailureFirebase/SignUpWithEmailAndPasswordFailureFirebase.md) ([[String](https://api.flutter.dev/flutter/dart-core/String-class.html)? code, [String](https://api.flutter.dev/flutter/dart-core/String-class.html)? msg]) - - - -[SignUpWithEmailAndPasswordFailureFirebase.fromCode](../wyatt_authentication_bloc/SignUpWithEmailAndPasswordFailureFirebase/SignUpWithEmailAndPasswordFailureFirebase.fromCode.md) ([String](https://api.flutter.dev/flutter/dart-core/String-class.html) code) - - - - -## Properties - -##### [code](../wyatt_authentication_bloc/AuthenticationFailureInterface/code.md) ↔ [String](https://api.flutter.dev/flutter/dart-core/String-class.html) - - - - -_read / writeinherited_ - - - -##### [hashCode](https://api.flutter.dev/flutter/dart-core/Object/hashCode.html) → [int](https://api.flutter.dev/flutter/dart-core/int-class.html) - - - -The hash code for this object. -_read-onlyinherited_ - - - -##### [message](../wyatt_authentication_bloc/AuthenticationFailureInterface/message.md) → [String](https://api.flutter.dev/flutter/dart-core/String-class.html) - - - - -_read-onlyinherited_ - - - -##### [msg](../wyatt_authentication_bloc/AuthenticationFailureInterface/msg.md) ↔ [String](https://api.flutter.dev/flutter/dart-core/String-class.html) - - - - -_read / writeinherited_ - - - -##### [runtimeType](https://api.flutter.dev/flutter/dart-core/Object/runtimeType.html) → [Type](https://api.flutter.dev/flutter/dart-core/Type-class.html) - - - -A representation of the runtime type of the object. -_read-onlyinherited_ - - - - - -## Methods - -##### [noSuchMethod](https://api.flutter.dev/flutter/dart-core/Object/noSuchMethod.html)([Invocation](https://api.flutter.dev/flutter/dart-core/Invocation-class.html) invocation) dynamic - - - -Invoked when a non-existent method or property is accessed. -_inherited_ - - - -##### [toString](../wyatt_authentication_bloc/AuthenticationFailureInterface/toString.md)() [String](https://api.flutter.dev/flutter/dart-core/String-class.html) - - - -A string representation of this object. -_inherited_ - - - - - -## Operators - -##### [operator ==](https://api.flutter.dev/flutter/dart-core/Object/operator_equals.html)([Object](https://api.flutter.dev/flutter/dart-core/Object-class.html) other) [bool](https://api.flutter.dev/flutter/dart-core/bool-class.html) - - - -The equality operator. -_inherited_ - - - - - - - - - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignUpWithEmailAndPasswordFailureFirebase/SignUpWithEmailAndPasswordFailureFirebase.fromCode.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignUpWithEmailAndPasswordFailureFirebase/SignUpWithEmailAndPasswordFailureFirebase.fromCode.md deleted file mode 100644 index a88070e0..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignUpWithEmailAndPasswordFailureFirebase/SignUpWithEmailAndPasswordFailureFirebase.fromCode.md +++ /dev/null @@ -1,52 +0,0 @@ - - - -# SignUpWithEmailAndPasswordFailureFirebase.fromCode constructor - - - - - *[](https://dart.dev/null-safety)* - - - -SignUpWithEmailAndPasswordFailureFirebase.fromCode([String](https://api.flutter.dev/flutter/dart-core/String-class.html) code) - - - - - -## Implementation - -```dart -SignUpWithEmailAndPasswordFailureFirebase.fromCode(String code) - : super.fromCode(code) { - switch (code) { - case 'invalid-email': - msg = 'The email address is badly formatted.'; - break; - case 'user-disabled': - msg = 'This user has been disabled. Please contact support for help.'; - break; - case 'email-already-in-use': - msg = 'An account already exists for that email.'; - break; - case 'operation-not-allowed': - msg = 'Operation is not allowed. Please contact support.'; - break; - case 'weak-password': - msg = 'Please enter a stronger password.'; - break; - default: - this.code = 'unknown'; - msg = 'An unknown error occurred.'; - } -} -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignUpWithEmailAndPasswordFailureFirebase/SignUpWithEmailAndPasswordFailureFirebase.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignUpWithEmailAndPasswordFailureFirebase/SignUpWithEmailAndPasswordFailureFirebase.md deleted file mode 100644 index 3c589850..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignUpWithEmailAndPasswordFailureFirebase/SignUpWithEmailAndPasswordFailureFirebase.md +++ /dev/null @@ -1,31 +0,0 @@ - - - -# SignUpWithEmailAndPasswordFailureFirebase constructor - - - - - *[](https://dart.dev/null-safety)* - - - -SignUpWithEmailAndPasswordFailureFirebase([[String](https://api.flutter.dev/flutter/dart-core/String-class.html)? code, [String](https://api.flutter.dev/flutter/dart-core/String-class.html)? msg]) - - - - - -## Implementation - -```dart -SignUpWithEmailAndPasswordFailureFirebase([String? code, String? msg]) - : super(code ?? 'unknown', msg ?? 'An unknown error occurred.'); -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignUpWithEmailAndPasswordFailureInterface-class.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignUpWithEmailAndPasswordFailureInterface-class.md deleted file mode 100644 index 934c07dd..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignUpWithEmailAndPasswordFailureInterface-class.md +++ /dev/null @@ -1,139 +0,0 @@ - - - -# SignUpWithEmailAndPasswordFailureInterface class - - - - - - - *[](https://dart.dev/null-safety)* - - - -

Thrown if during the sign up process if a failure occurs.

- - - -**Inheritance** - -- [Object](https://api.flutter.dev/flutter/dart-core/Object-class.html) -- [AuthenticationFailureInterface](../wyatt_authentication_bloc/AuthenticationFailureInterface-class.md) -- SignUpWithEmailAndPasswordFailureInterface - - - -**Implementers** - -- [SignUpWithEmailAndPasswordFailureFirebase](../wyatt_authentication_bloc/SignUpWithEmailAndPasswordFailureFirebase-class.md) - - - - - -## Constructors - -[SignUpWithEmailAndPasswordFailureInterface](../wyatt_authentication_bloc/SignUpWithEmailAndPasswordFailureInterface/SignUpWithEmailAndPasswordFailureInterface.md) ([String](https://api.flutter.dev/flutter/dart-core/String-class.html) code, [String](https://api.flutter.dev/flutter/dart-core/String-class.html) msg) - -Thrown if during the sign up process if a failure occurs. - -[SignUpWithEmailAndPasswordFailureInterface.fromCode](../wyatt_authentication_bloc/SignUpWithEmailAndPasswordFailureInterface/SignUpWithEmailAndPasswordFailureInterface.fromCode.md) ([String](https://api.flutter.dev/flutter/dart-core/String-class.html) code) - -Thrown if during the sign up process if a failure occurs. - - -## Properties - -##### [code](../wyatt_authentication_bloc/AuthenticationFailureInterface/code.md) ↔ [String](https://api.flutter.dev/flutter/dart-core/String-class.html) - - - - -_read / writeinherited_ - - - -##### [hashCode](https://api.flutter.dev/flutter/dart-core/Object/hashCode.html) → [int](https://api.flutter.dev/flutter/dart-core/int-class.html) - - - -The hash code for this object. -_read-onlyinherited_ - - - -##### [message](../wyatt_authentication_bloc/AuthenticationFailureInterface/message.md) → [String](https://api.flutter.dev/flutter/dart-core/String-class.html) - - - - -_read-onlyinherited_ - - - -##### [msg](../wyatt_authentication_bloc/AuthenticationFailureInterface/msg.md) ↔ [String](https://api.flutter.dev/flutter/dart-core/String-class.html) - - - - -_read / writeinherited_ - - - -##### [runtimeType](https://api.flutter.dev/flutter/dart-core/Object/runtimeType.html) → [Type](https://api.flutter.dev/flutter/dart-core/Type-class.html) - - - -A representation of the runtime type of the object. -_read-onlyinherited_ - - - - - -## Methods - -##### [noSuchMethod](https://api.flutter.dev/flutter/dart-core/Object/noSuchMethod.html)([Invocation](https://api.flutter.dev/flutter/dart-core/Invocation-class.html) invocation) dynamic - - - -Invoked when a non-existent method or property is accessed. -_inherited_ - - - -##### [toString](../wyatt_authentication_bloc/AuthenticationFailureInterface/toString.md)() [String](https://api.flutter.dev/flutter/dart-core/String-class.html) - - - -A string representation of this object. -_inherited_ - - - - - -## Operators - -##### [operator ==](https://api.flutter.dev/flutter/dart-core/Object/operator_equals.html)([Object](https://api.flutter.dev/flutter/dart-core/Object-class.html) other) [bool](https://api.flutter.dev/flutter/dart-core/bool-class.html) - - - -The equality operator. -_inherited_ - - - - - - - - - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignUpWithEmailAndPasswordFailureInterface/SignUpWithEmailAndPasswordFailureInterface.fromCode.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignUpWithEmailAndPasswordFailureInterface/SignUpWithEmailAndPasswordFailureInterface.fromCode.md deleted file mode 100644 index 4eba5121..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignUpWithEmailAndPasswordFailureInterface/SignUpWithEmailAndPasswordFailureInterface.fromCode.md +++ /dev/null @@ -1,32 +0,0 @@ - - - -# SignUpWithEmailAndPasswordFailureInterface.fromCode constructor - - - - - *[](https://dart.dev/null-safety)* - - - -SignUpWithEmailAndPasswordFailureInterface.fromCode([String](https://api.flutter.dev/flutter/dart-core/String-class.html) code) - - -

Thrown if during the sign up process if a failure occurs.

- - - -## Implementation - -```dart -SignUpWithEmailAndPasswordFailureInterface.fromCode(super.code) - : super.fromCode(); -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignUpWithEmailAndPasswordFailureInterface/SignUpWithEmailAndPasswordFailureInterface.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignUpWithEmailAndPasswordFailureInterface/SignUpWithEmailAndPasswordFailureInterface.md deleted file mode 100644 index 105e574d..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignUpWithEmailAndPasswordFailureInterface/SignUpWithEmailAndPasswordFailureInterface.md +++ /dev/null @@ -1,31 +0,0 @@ - - - -# SignUpWithEmailAndPasswordFailureInterface constructor - - - - - *[](https://dart.dev/null-safety)* - - - -SignUpWithEmailAndPasswordFailureInterface([String](https://api.flutter.dev/flutter/dart-core/String-class.html) code, [String](https://api.flutter.dev/flutter/dart-core/String-class.html) msg) - - -

Thrown if during the sign up process if a failure occurs.

- - - -## Implementation - -```dart -SignUpWithEmailAndPasswordFailureInterface(super.code, super.msg); -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignUpWithEmailPassword-mixin.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignUpWithEmailPassword-mixin.md deleted file mode 100644 index 220af3ad..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignUpWithEmailPassword-mixin.md +++ /dev/null @@ -1,305 +0,0 @@ - - - -# SignUpWithEmailPassword<Data> mixin - - - - - - - *[](https://dart.dev/null-safety)* - - - -

Sign up mixin.

-

Allows the user to register with an email and a password.

-

Gives access to the signUpWithEmailPassword method and -onSignUpWithEmailAndPassword callback.

- - -**Superclass Constraints** - -- [BaseSignUpCubit](../wyatt_authentication_bloc/BaseSignUpCubit-class.md)<Data> - - - - -**Mixin Applications** - -- [SignUpCubit](../wyatt_authentication_bloc/SignUpCubit-class.md) - - - -## Properties - -##### [authenticationRepository](../wyatt_authentication_bloc/BaseSignUpCubit/authenticationRepository.md) → [AuthenticationRepository](../wyatt_authentication_bloc/AuthenticationRepository-class.md)<Data> - - - - -_finalinherited_ - - - -##### [formName](../wyatt_authentication_bloc/BaseSignUpCubit/formName.md) → [String](https://api.flutter.dev/flutter/dart-core/String-class.html) - - - - -_read-onlyinherited_ - - - -##### [formRepository](../wyatt_authentication_bloc/BaseSignUpCubit/formRepository.md) → FormRepository - - - - -_read-onlyinherited_ - - - -##### [hashCode](https://api.flutter.dev/flutter/dart-core/Object/hashCode.html) → [int](https://api.flutter.dev/flutter/dart-core/int-class.html) - - - -The hash code for this object. -_read-onlyinherited_ - - - -##### [isClosed](https://pub.dev/documentation/bloc/8.1.0/bloc/BlocBase/isClosed.html) → [bool](https://api.flutter.dev/flutter/dart-core/bool-class.html) - - - -Whether the bloc is closed. -_read-onlyinherited_ - - - -##### [runtimeType](https://api.flutter.dev/flutter/dart-core/Object/runtimeType.html) → [Type](https://api.flutter.dev/flutter/dart-core/Type-class.html) - - - -A representation of the runtime type of the object. -_read-onlyinherited_ - - - -##### [state](https://pub.dev/documentation/bloc/8.1.0/bloc/BlocBase/state.html) → [SignUpState](../wyatt_authentication_bloc/SignUpState-class.md) - - - -The current state. -_read-onlyinherited_ - - - -##### [stream](https://pub.dev/documentation/bloc/8.1.0/bloc/BlocBase/stream.html) → [Stream](https://api.flutter.dev/flutter/dart-async/Stream-class.html)<[SignUpState](../wyatt_authentication_bloc/SignUpState-class.md)> - - - -The current stream of states. -_read-onlyinherited_ - - - - - -## Methods - -##### [addError](https://pub.dev/documentation/bloc/8.1.0/bloc/BlocBase/addError.html)([Object](https://api.flutter.dev/flutter/dart-core/Object-class.html) error, [[StackTrace](https://api.flutter.dev/flutter/dart-core/StackTrace-class.html)? stackTrace]) void - - - -Reports an error which triggers onError with an optional StackTrace. -_inherited_ - - - -##### [close](https://pub.dev/documentation/bloc/8.1.0/bloc/BlocBase/close.html)() [Future](https://api.flutter.dev/flutter/dart-async/Future-class.html)<void> - - - -Closes the instance. -This method should be called when the instance is no longer needed. -Once close is called, the instance can no longer be used. -_inherited_ - - - -##### [dataChanged](../wyatt_authentication_bloc/BaseSignUpCubit/dataChanged.md)<Value>([String](https://api.flutter.dev/flutter/dart-core/String-class.html) key, FormInputValidator<Value, ValidationError> dirtyValue) [FutureOr](https://api.flutter.dev/flutter/dart-async/FutureOr-class.html)<void> - - - - -_inherited_ - - - -##### [emailChanged](../wyatt_authentication_bloc/SignUpWithEmailPassword/emailChanged.md)([String](https://api.flutter.dev/flutter/dart-core/String-class.html) value) void - - - - - - - - -##### [emailCustomChanged](../wyatt_authentication_bloc/SignUpWithEmailPassword/emailCustomChanged.md)<Validator extends FormInputValidator<[String](https://api.flutter.dev/flutter/dart-core/String-class.html)?, ValidationError>>(Validator validator) void - - - -Same as emailChanged but with a custom Validator. - - - - -##### [emit](https://pub.dev/documentation/bloc/8.1.0/bloc/BlocBase/emit.html)([SignUpState](../wyatt_authentication_bloc/SignUpState-class.md) state) void - - - -Updates the state to the provided state. -emit does nothing if the state being emitted -is equal to the current state. -_inherited_ - - - -##### [noSuchMethod](https://api.flutter.dev/flutter/dart-core/Object/noSuchMethod.html)([Invocation](https://api.flutter.dev/flutter/dart-core/Invocation-class.html) invocation) dynamic - - - -Invoked when a non-existent method or property is accessed. -_inherited_ - - - -##### [onChange](https://pub.dev/documentation/bloc/8.1.0/bloc/BlocBase/onChange.html)([Change](https://pub.dev/documentation/bloc/8.1.0/bloc/Change-class.html)<[SignUpState](../wyatt_authentication_bloc/SignUpState-class.md)> change) void - - - -Called whenever a change occurs with the given change. -A change occurs when a new state is emitted. -onChange is called before the state of the cubit is updated. -onChange is a great spot to add logging/analytics for a specific cubit. -_inherited_ - - - -##### [onError](https://pub.dev/documentation/bloc/8.1.0/bloc/BlocBase/onError.html)([Object](https://api.flutter.dev/flutter/dart-core/Object-class.html) error, [StackTrace](https://api.flutter.dev/flutter/dart-core/StackTrace-class.html) stackTrace) void - - - -Called whenever an error occurs and notifies BlocObserver.onError. -_inherited_ - - - -##### [onSignUpWithEmailAndPassword](../wyatt_authentication_bloc/SignUpWithEmailPassword/onSignUpWithEmailAndPassword.md)(Result<[Account](../wyatt_authentication_bloc/Account-class.md), AppException> result, WyattForm form) FutureOrResult<Data?> - - - -This callback is triggered when a user creates an account. - - - - -##### [passwordChanged](../wyatt_authentication_bloc/SignUpWithEmailPassword/passwordChanged.md)([String](https://api.flutter.dev/flutter/dart-core/String-class.html) value) void - - - - - - - - -##### [passwordCustomChanged](../wyatt_authentication_bloc/SignUpWithEmailPassword/passwordCustomChanged.md)<Validator extends FormInputValidator<[String](https://api.flutter.dev/flutter/dart-core/String-class.html)?, ValidationError>>(Validator validator) void - - - -Same as passwordChanged but with a custom Validator. - - - - -##### [reset](../wyatt_authentication_bloc/BaseSignUpCubit/reset.md)() [FutureOr](https://api.flutter.dev/flutter/dart-async/FutureOr-class.html)<void> - - - - -_inherited_ - - - -##### [signUpWithEmailPassword](../wyatt_authentication_bloc/SignUpWithEmailPassword/signUpWithEmailPassword.md)() [FutureOr](https://api.flutter.dev/flutter/dart-async/FutureOr-class.html)<void> - - - -Creates a new user with the provided email and password. - - - - -##### [submit](../wyatt_authentication_bloc/BaseSignUpCubit/submit.md)() [FutureOr](https://api.flutter.dev/flutter/dart-async/FutureOr-class.html)<void> - - - - -_inherited_ - - - -##### [toString](https://api.flutter.dev/flutter/dart-core/Object/toString.html)() [String](https://api.flutter.dev/flutter/dart-core/String-class.html) - - - -A string representation of this object. -_inherited_ - - - -##### [update](../wyatt_authentication_bloc/BaseSignUpCubit/update.md)(WyattForm form, {SetOperation operation = SetOperation.replace}) [FutureOr](https://api.flutter.dev/flutter/dart-async/FutureOr-class.html)<void> - - - - -_inherited_ - - - -##### [validate](../wyatt_authentication_bloc/BaseSignUpCubit/validate.md)() [FutureOr](https://api.flutter.dev/flutter/dart-async/FutureOr-class.html)<void> - - - - -_inherited_ - - - - - -## Operators - -##### [operator ==](https://api.flutter.dev/flutter/dart-core/Object/operator_equals.html)([Object](https://api.flutter.dev/flutter/dart-core/Object-class.html) other) [bool](https://api.flutter.dev/flutter/dart-core/bool-class.html) - - - -The equality operator. -_inherited_ - - - - - - - - - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignUpWithEmailPassword/emailChanged.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignUpWithEmailPassword/emailChanged.md deleted file mode 100644 index 85e7cc16..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignUpWithEmailPassword/emailChanged.md +++ /dev/null @@ -1,47 +0,0 @@ - - - -# emailChanged method - - - - - *[](https://dart.dev/null-safety)* - - - - -void emailChanged -([String](https://api.flutter.dev/flutter/dart-core/String-class.html) value) - - - - - - - - -## Implementation - -```dart -void emailChanged(String value) { - final emailValidatorType = formRepository - .accessForm(formName) - .validatorOf(AuthFormField.email) - .runtimeType; - assert( - emailValidatorType == Email, - 'Use emailCustomChanged(...) with validator $emailValidatorType', - ); - - final Email email = Email.dirty(value); - dataChanged(AuthFormField.email, email); -} -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignUpWithEmailPassword/emailCustomChanged.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignUpWithEmailPassword/emailCustomChanged.md deleted file mode 100644 index 8915ba03..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignUpWithEmailPassword/emailCustomChanged.md +++ /dev/null @@ -1,42 +0,0 @@ - - - -# emailCustomChanged<Validator extends FormInputValidator<String?, ValidationError>> method - - - - - *[](https://dart.dev/null-safety)* - - - - -void emailCustomChanged -<Validator extends FormInputValidator<String?, ValidationError>>(Validator validator) - - - - - -

Same as emailChanged but with a custom Validator.

-

Sort of short hand for dataChanged.

- - - -## Implementation - -```dart -void emailCustomChanged< - Validator extends FormInputValidator>( - Validator validator, -) { - dataChanged(AuthFormField.email, validator); -} -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignUpWithEmailPassword/onSignUpWithEmailAndPassword.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignUpWithEmailPassword/onSignUpWithEmailAndPassword.md deleted file mode 100644 index cd7c1a80..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignUpWithEmailPassword/onSignUpWithEmailAndPassword.md +++ /dev/null @@ -1,40 +0,0 @@ - - - -# onSignUpWithEmailAndPassword method - - - - - *[](https://dart.dev/null-safety)* - - - - -FutureOrResult<Data?> onSignUpWithEmailAndPassword -(Result<[Account](../../wyatt_authentication_bloc/Account-class.md), AppException> result, WyattForm form) - - - - - -

This callback is triggered when a user creates an account.

-

For example: when a user sign up in firebase.

- - - -## Implementation - -```dart -FutureOrResult onSignUpWithEmailAndPassword( - Result result, - WyattForm form, -); -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignUpWithEmailPassword/passwordChanged.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignUpWithEmailPassword/passwordChanged.md deleted file mode 100644 index 8db9fda0..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignUpWithEmailPassword/passwordChanged.md +++ /dev/null @@ -1,46 +0,0 @@ - - - -# passwordChanged method - - - - - *[](https://dart.dev/null-safety)* - - - - -void passwordChanged -([String](https://api.flutter.dev/flutter/dart-core/String-class.html) value) - - - - - - - - -## Implementation - -```dart -void passwordChanged(String value) { - final passwordValidatorType = formRepository - .accessForm(formName) - .validatorOf(AuthFormField.password) - .runtimeType; - assert( - passwordValidatorType == Password, - 'Use passwordCustomChanged(...) with validator $passwordValidatorType', - ); - final Password password = Password.dirty(value); - dataChanged(AuthFormField.password, password); -} -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignUpWithEmailPassword/passwordCustomChanged.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignUpWithEmailPassword/passwordCustomChanged.md deleted file mode 100644 index 5e3b39bd..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignUpWithEmailPassword/passwordCustomChanged.md +++ /dev/null @@ -1,42 +0,0 @@ - - - -# passwordCustomChanged<Validator extends FormInputValidator<String?, ValidationError>> method - - - - - *[](https://dart.dev/null-safety)* - - - - -void passwordCustomChanged -<Validator extends FormInputValidator<String?, ValidationError>>(Validator validator) - - - - - -

Same as passwordChanged but with a custom Validator.

-

Sort of short hand for dataChanged.

- - - -## Implementation - -```dart -void passwordCustomChanged< - Validator extends FormInputValidator>( - Validator validator, -) { - dataChanged(AuthFormField.password, validator); -} -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignUpWithEmailPassword/signUpWithEmailPassword.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignUpWithEmailPassword/signUpWithEmailPassword.md deleted file mode 100644 index 0fd593ac..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignUpWithEmailPassword/signUpWithEmailPassword.md +++ /dev/null @@ -1,97 +0,0 @@ - - - -# signUpWithEmailPassword method - - - - - *[](https://dart.dev/null-safety)* - - - - -[FutureOr](https://api.flutter.dev/flutter/dart-async/FutureOr-class.html)<void> signUpWithEmailPassword -() - - - - - -

Creates a new user with the provided email and password.

-

Returns the newly created user's unique identifier.

-

Throws a SignUpWithEmailAndPasswordFailureInterface if -an exception occurs.

- - - -## Implementation - -```dart -FutureOr signUpWithEmailPassword() async { - if (!state.status.isValidated) { - return; - } - - final form = formRepository.accessForm(formName); - emit(SignUpState(form: form, status: FormStatus.submissionInProgress)); - - final email = form.valueOf(AuthFormField.email); - final password = form.valueOf(AuthFormField.password); - - if (email.isNullOrEmpty || password.isNullOrEmpty) { - emit( - SignUpState( - form: form, - errorMessage: 'An error occured while retrieving data from the form.', - status: FormStatus.submissionFailure, - ), - ); - } - - return CustomRoutine( - routine: () => authenticationRepository.signUpWithEmailAndPassword( - email: email!, - password: password!, - ), - attachedLogic: (routineResult) => onSignUpWithEmailAndPassword( - routineResult, - form, - ), - onError: (error) { - emit( - SignUpState( - form: form, - errorMessage: error.message, - status: FormStatus.submissionFailure, - ), - ); - addError(error); - }, - onSuccess: (account, data) { - authenticationRepository.addSession( - SessionWrapper( - event: SignedUpEvent(account: account), - session: Session( - account: account, - data: data, - ), - ), - ); - emit( - SignUpState( - form: form, - status: FormStatus.submissionSuccess, - ), - ); - }, - ).call(); -} -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignedInEvent-class.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignedInEvent-class.md deleted file mode 100644 index c3b76749..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignedInEvent-class.md +++ /dev/null @@ -1,135 +0,0 @@ - - - -# SignedInEvent class - - - - - - - *[](https://dart.dev/null-safety)* - - - -

When a user authenticates (from not logged in to logged in).

- - - -**Inheritance** - -- [Object](https://api.flutter.dev/flutter/dart-core/Object-class.html) -- [Equatable](https://pub.dev/documentation/equatable/2.0.5/equatable/Equatable-class.html) -- [AuthenticationChangeEvent](../wyatt_authentication_bloc/AuthenticationChangeEvent-class.md) -- SignedInEvent - - - - - - - - -## Constructors - -[SignedInEvent](../wyatt_authentication_bloc/SignedInEvent/SignedInEvent.md) ({required [Account](../wyatt_authentication_bloc/Account-class.md) account}) - - _const_ - - -## Properties - -##### [account](../wyatt_authentication_bloc/SignedInEvent/account.md) → [Account](../wyatt_authentication_bloc/Account-class.md) - - - - -_final_ - - - -##### [hashCode](https://pub.dev/documentation/equatable/2.0.5/equatable/Equatable/hashCode.html) → [int](https://api.flutter.dev/flutter/dart-core/int-class.html) - - - -The hash code for this object. -_read-onlyinherited_ - - - -##### [props](../wyatt_authentication_bloc/SignedInEvent/props.md) → [List](https://api.flutter.dev/flutter/dart-core/List-class.html)<[Object](https://api.flutter.dev/flutter/dart-core/Object-class.html)?> - - - -The list of properties that will be used to determine whether -two instances are equal. -_read-onlyoverride_ - - - -##### [runtimeType](https://api.flutter.dev/flutter/dart-core/Object/runtimeType.html) → [Type](https://api.flutter.dev/flutter/dart-core/Type-class.html) - - - -A representation of the runtime type of the object. -_read-onlyinherited_ - - - -##### [stringify](../wyatt_authentication_bloc/AuthenticationChangeEvent/stringify.md) → [bool](https://api.flutter.dev/flutter/dart-core/bool-class.html) - - - -If set to true, the toString method will be overridden to output -this instance's props. -_read-onlyinherited_ - - - - - -## Methods - -##### [noSuchMethod](https://api.flutter.dev/flutter/dart-core/Object/noSuchMethod.html)([Invocation](https://api.flutter.dev/flutter/dart-core/Invocation-class.html) invocation) dynamic - - - -Invoked when a non-existent method or property is accessed. -_inherited_ - - - -##### [toString](https://pub.dev/documentation/equatable/2.0.5/equatable/Equatable/toString.html)() [String](https://api.flutter.dev/flutter/dart-core/String-class.html) - - - -A string representation of this object. -_inherited_ - - - - - -## Operators - -##### [operator ==](https://pub.dev/documentation/equatable/2.0.5/equatable/Equatable/operator_equals.html)([Object](https://api.flutter.dev/flutter/dart-core/Object-class.html) other) [bool](https://api.flutter.dev/flutter/dart-core/bool-class.html) - - - -The equality operator. -_inherited_ - - - - - - - - - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignedInEvent/SignedInEvent.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignedInEvent/SignedInEvent.md deleted file mode 100644 index cdc4ad73..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignedInEvent/SignedInEvent.md +++ /dev/null @@ -1,30 +0,0 @@ - - - -# SignedInEvent constructor - - - - - *[](https://dart.dev/null-safety)* - - -const -SignedInEvent({required [Account](../../wyatt_authentication_bloc/Account-class.md) account}) - - - - - -## Implementation - -```dart -const SignedInEvent({required this.account}); -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignedInEvent/account.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignedInEvent/account.md deleted file mode 100644 index 671e197e..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignedInEvent/account.md +++ /dev/null @@ -1,33 +0,0 @@ - - - -# account property - - - - - *[](https://dart.dev/null-safety)* - - - -[Account](../../wyatt_authentication_bloc/Account-class.md) account - -_final_ - - - - - - -## Implementation - -```dart -final Account account; -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignedInEvent/props.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignedInEvent/props.md deleted file mode 100644 index fbde09d1..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignedInEvent/props.md +++ /dev/null @@ -1,42 +0,0 @@ - - - -# props property - - - - - *[](https://dart.dev/null-safety)* - - - - - -**Annotations** - -- @[override](https://api.flutter.dev/flutter/dart-core/override-constant.html) -[List](https://api.flutter.dev/flutter/dart-core/List-class.html)<[Object](https://api.flutter.dev/flutter/dart-core/Object-class.html)?> props - -_override_ - - - -

The list of properties that will be used to determine whether -two instances are equal.

- - - -## Implementation - -```dart -@override -List get props => [account]; -``` - - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignedInFromCacheEvent-class.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignedInFromCacheEvent-class.md deleted file mode 100644 index fd2ab1bb..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignedInFromCacheEvent-class.md +++ /dev/null @@ -1,135 +0,0 @@ - - - -# SignedInFromCacheEvent class - - - - - - - *[](https://dart.dev/null-safety)* - - - -

When a user authenticates automatically (from not logged in to logged in).

- - - -**Inheritance** - -- [Object](https://api.flutter.dev/flutter/dart-core/Object-class.html) -- [Equatable](https://pub.dev/documentation/equatable/2.0.5/equatable/Equatable-class.html) -- [AuthenticationChangeEvent](../wyatt_authentication_bloc/AuthenticationChangeEvent-class.md) -- SignedInFromCacheEvent - - - - - - - - -## Constructors - -[SignedInFromCacheEvent](../wyatt_authentication_bloc/SignedInFromCacheEvent/SignedInFromCacheEvent.md) ({required [Account](../wyatt_authentication_bloc/Account-class.md) account}) - - _const_ - - -## Properties - -##### [account](../wyatt_authentication_bloc/SignedInFromCacheEvent/account.md) → [Account](../wyatt_authentication_bloc/Account-class.md) - - - - -_final_ - - - -##### [hashCode](https://pub.dev/documentation/equatable/2.0.5/equatable/Equatable/hashCode.html) → [int](https://api.flutter.dev/flutter/dart-core/int-class.html) - - - -The hash code for this object. -_read-onlyinherited_ - - - -##### [props](../wyatt_authentication_bloc/SignedInFromCacheEvent/props.md) → [List](https://api.flutter.dev/flutter/dart-core/List-class.html)<[Object](https://api.flutter.dev/flutter/dart-core/Object-class.html)?> - - - -The list of properties that will be used to determine whether -two instances are equal. -_read-onlyoverride_ - - - -##### [runtimeType](https://api.flutter.dev/flutter/dart-core/Object/runtimeType.html) → [Type](https://api.flutter.dev/flutter/dart-core/Type-class.html) - - - -A representation of the runtime type of the object. -_read-onlyinherited_ - - - -##### [stringify](../wyatt_authentication_bloc/AuthenticationChangeEvent/stringify.md) → [bool](https://api.flutter.dev/flutter/dart-core/bool-class.html) - - - -If set to true, the toString method will be overridden to output -this instance's props. -_read-onlyinherited_ - - - - - -## Methods - -##### [noSuchMethod](https://api.flutter.dev/flutter/dart-core/Object/noSuchMethod.html)([Invocation](https://api.flutter.dev/flutter/dart-core/Invocation-class.html) invocation) dynamic - - - -Invoked when a non-existent method or property is accessed. -_inherited_ - - - -##### [toString](https://pub.dev/documentation/equatable/2.0.5/equatable/Equatable/toString.html)() [String](https://api.flutter.dev/flutter/dart-core/String-class.html) - - - -A string representation of this object. -_inherited_ - - - - - -## Operators - -##### [operator ==](https://pub.dev/documentation/equatable/2.0.5/equatable/Equatable/operator_equals.html)([Object](https://api.flutter.dev/flutter/dart-core/Object-class.html) other) [bool](https://api.flutter.dev/flutter/dart-core/bool-class.html) - - - -The equality operator. -_inherited_ - - - - - - - - - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignedInFromCacheEvent/SignedInFromCacheEvent.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignedInFromCacheEvent/SignedInFromCacheEvent.md deleted file mode 100644 index 99d1d86f..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignedInFromCacheEvent/SignedInFromCacheEvent.md +++ /dev/null @@ -1,30 +0,0 @@ - - - -# SignedInFromCacheEvent constructor - - - - - *[](https://dart.dev/null-safety)* - - -const -SignedInFromCacheEvent({required [Account](../../wyatt_authentication_bloc/Account-class.md) account}) - - - - - -## Implementation - -```dart -const SignedInFromCacheEvent({required this.account}); -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignedInFromCacheEvent/account.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignedInFromCacheEvent/account.md deleted file mode 100644 index 671e197e..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignedInFromCacheEvent/account.md +++ /dev/null @@ -1,33 +0,0 @@ - - - -# account property - - - - - *[](https://dart.dev/null-safety)* - - - -[Account](../../wyatt_authentication_bloc/Account-class.md) account - -_final_ - - - - - - -## Implementation - -```dart -final Account account; -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignedInFromCacheEvent/props.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignedInFromCacheEvent/props.md deleted file mode 100644 index fbde09d1..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignedInFromCacheEvent/props.md +++ /dev/null @@ -1,42 +0,0 @@ - - - -# props property - - - - - *[](https://dart.dev/null-safety)* - - - - - -**Annotations** - -- @[override](https://api.flutter.dev/flutter/dart-core/override-constant.html) -[List](https://api.flutter.dev/flutter/dart-core/List-class.html)<[Object](https://api.flutter.dev/flutter/dart-core/Object-class.html)?> props - -_override_ - - - -

The list of properties that will be used to determine whether -two instances are equal.

- - - -## Implementation - -```dart -@override -List get props => [account]; -``` - - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignedOutEvent-class.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignedOutEvent-class.md deleted file mode 100644 index 0075e9eb..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignedOutEvent-class.md +++ /dev/null @@ -1,126 +0,0 @@ - - - -# SignedOutEvent class - - - - - - - *[](https://dart.dev/null-safety)* - - - -

When a user logs out.

- - - -**Inheritance** - -- [Object](https://api.flutter.dev/flutter/dart-core/Object-class.html) -- [Equatable](https://pub.dev/documentation/equatable/2.0.5/equatable/Equatable-class.html) -- [AuthenticationChangeEvent](../wyatt_authentication_bloc/AuthenticationChangeEvent-class.md) -- SignedOutEvent - - - - - - - - -## Constructors - -[SignedOutEvent](../wyatt_authentication_bloc/SignedOutEvent/SignedOutEvent.md) () - - _const_ - - -## Properties - -##### [hashCode](https://pub.dev/documentation/equatable/2.0.5/equatable/Equatable/hashCode.html) → [int](https://api.flutter.dev/flutter/dart-core/int-class.html) - - - -The hash code for this object. -_read-onlyinherited_ - - - -##### [props](../wyatt_authentication_bloc/AuthenticationChangeEvent/props.md) → [List](https://api.flutter.dev/flutter/dart-core/List-class.html)<[Object](https://api.flutter.dev/flutter/dart-core/Object-class.html)?> - - - -The list of properties that will be used to determine whether -two instances are equal. -_read-onlyinherited_ - - - -##### [runtimeType](https://api.flutter.dev/flutter/dart-core/Object/runtimeType.html) → [Type](https://api.flutter.dev/flutter/dart-core/Type-class.html) - - - -A representation of the runtime type of the object. -_read-onlyinherited_ - - - -##### [stringify](../wyatt_authentication_bloc/AuthenticationChangeEvent/stringify.md) → [bool](https://api.flutter.dev/flutter/dart-core/bool-class.html) - - - -If set to true, the toString method will be overridden to output -this instance's props. -_read-onlyinherited_ - - - - - -## Methods - -##### [noSuchMethod](https://api.flutter.dev/flutter/dart-core/Object/noSuchMethod.html)([Invocation](https://api.flutter.dev/flutter/dart-core/Invocation-class.html) invocation) dynamic - - - -Invoked when a non-existent method or property is accessed. -_inherited_ - - - -##### [toString](https://pub.dev/documentation/equatable/2.0.5/equatable/Equatable/toString.html)() [String](https://api.flutter.dev/flutter/dart-core/String-class.html) - - - -A string representation of this object. -_inherited_ - - - - - -## Operators - -##### [operator ==](https://pub.dev/documentation/equatable/2.0.5/equatable/Equatable/operator_equals.html)([Object](https://api.flutter.dev/flutter/dart-core/Object-class.html) other) [bool](https://api.flutter.dev/flutter/dart-core/bool-class.html) - - - -The equality operator. -_inherited_ - - - - - - - - - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignedOutEvent/SignedOutEvent.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignedOutEvent/SignedOutEvent.md deleted file mode 100644 index 734b4c5d..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignedOutEvent/SignedOutEvent.md +++ /dev/null @@ -1,30 +0,0 @@ - - - -# SignedOutEvent constructor - - - - - *[](https://dart.dev/null-safety)* - - -const -SignedOutEvent() - - - - - -## Implementation - -```dart -const SignedOutEvent(); -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignedUpEvent-class.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignedUpEvent-class.md deleted file mode 100644 index c53aeb32..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignedUpEvent-class.md +++ /dev/null @@ -1,135 +0,0 @@ - - - -# SignedUpEvent class - - - - - - - *[](https://dart.dev/null-safety)* - - - -

When a user creates an account.

- - - -**Inheritance** - -- [Object](https://api.flutter.dev/flutter/dart-core/Object-class.html) -- [Equatable](https://pub.dev/documentation/equatable/2.0.5/equatable/Equatable-class.html) -- [AuthenticationChangeEvent](../wyatt_authentication_bloc/AuthenticationChangeEvent-class.md) -- SignedUpEvent - - - - - - - - -## Constructors - -[SignedUpEvent](../wyatt_authentication_bloc/SignedUpEvent/SignedUpEvent.md) ({required [Account](../wyatt_authentication_bloc/Account-class.md) account}) - - _const_ - - -## Properties - -##### [account](../wyatt_authentication_bloc/SignedUpEvent/account.md) → [Account](../wyatt_authentication_bloc/Account-class.md) - - - - -_final_ - - - -##### [hashCode](https://pub.dev/documentation/equatable/2.0.5/equatable/Equatable/hashCode.html) → [int](https://api.flutter.dev/flutter/dart-core/int-class.html) - - - -The hash code for this object. -_read-onlyinherited_ - - - -##### [props](../wyatt_authentication_bloc/SignedUpEvent/props.md) → [List](https://api.flutter.dev/flutter/dart-core/List-class.html)<[Object](https://api.flutter.dev/flutter/dart-core/Object-class.html)?> - - - -The list of properties that will be used to determine whether -two instances are equal. -_read-onlyoverride_ - - - -##### [runtimeType](https://api.flutter.dev/flutter/dart-core/Object/runtimeType.html) → [Type](https://api.flutter.dev/flutter/dart-core/Type-class.html) - - - -A representation of the runtime type of the object. -_read-onlyinherited_ - - - -##### [stringify](../wyatt_authentication_bloc/AuthenticationChangeEvent/stringify.md) → [bool](https://api.flutter.dev/flutter/dart-core/bool-class.html) - - - -If set to true, the toString method will be overridden to output -this instance's props. -_read-onlyinherited_ - - - - - -## Methods - -##### [noSuchMethod](https://api.flutter.dev/flutter/dart-core/Object/noSuchMethod.html)([Invocation](https://api.flutter.dev/flutter/dart-core/Invocation-class.html) invocation) dynamic - - - -Invoked when a non-existent method or property is accessed. -_inherited_ - - - -##### [toString](https://pub.dev/documentation/equatable/2.0.5/equatable/Equatable/toString.html)() [String](https://api.flutter.dev/flutter/dart-core/String-class.html) - - - -A string representation of this object. -_inherited_ - - - - - -## Operators - -##### [operator ==](https://pub.dev/documentation/equatable/2.0.5/equatable/Equatable/operator_equals.html)([Object](https://api.flutter.dev/flutter/dart-core/Object-class.html) other) [bool](https://api.flutter.dev/flutter/dart-core/bool-class.html) - - - -The equality operator. -_inherited_ - - - - - - - - - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignedUpEvent/SignedUpEvent.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignedUpEvent/SignedUpEvent.md deleted file mode 100644 index 4a68b5f5..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignedUpEvent/SignedUpEvent.md +++ /dev/null @@ -1,30 +0,0 @@ - - - -# SignedUpEvent constructor - - - - - *[](https://dart.dev/null-safety)* - - -const -SignedUpEvent({required [Account](../../wyatt_authentication_bloc/Account-class.md) account}) - - - - - -## Implementation - -```dart -const SignedUpEvent({required this.account}); -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignedUpEvent/account.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignedUpEvent/account.md deleted file mode 100644 index 671e197e..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignedUpEvent/account.md +++ /dev/null @@ -1,33 +0,0 @@ - - - -# account property - - - - - *[](https://dart.dev/null-safety)* - - - -[Account](../../wyatt_authentication_bloc/Account-class.md) account - -_final_ - - - - - - -## Implementation - -```dart -final Account account; -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignedUpEvent/props.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignedUpEvent/props.md deleted file mode 100644 index fbde09d1..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/SignedUpEvent/props.md +++ /dev/null @@ -1,42 +0,0 @@ - - - -# props property - - - - - *[](https://dart.dev/null-safety)* - - - - - -**Annotations** - -- @[override](https://api.flutter.dev/flutter/dart-core/override-constant.html) -[List](https://api.flutter.dev/flutter/dart-core/List-class.html)<[Object](https://api.flutter.dev/flutter/dart-core/Object-class.html)?> props - -_override_ - - - -

The list of properties that will be used to determine whether -two instances are equal.

- - - -## Implementation - -```dart -@override -List get props => [account]; -``` - - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/UnknownAuthenticationEvent-class.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/UnknownAuthenticationEvent-class.md deleted file mode 100644 index 1b5a7161..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/UnknownAuthenticationEvent-class.md +++ /dev/null @@ -1,126 +0,0 @@ - - - -# UnknownAuthenticationEvent class - - - - - - - *[](https://dart.dev/null-safety)* - - - -

When a user's login status is unknown.

- - - -**Inheritance** - -- [Object](https://api.flutter.dev/flutter/dart-core/Object-class.html) -- [Equatable](https://pub.dev/documentation/equatable/2.0.5/equatable/Equatable-class.html) -- [AuthenticationChangeEvent](../wyatt_authentication_bloc/AuthenticationChangeEvent-class.md) -- UnknownAuthenticationEvent - - - - - - - - -## Constructors - -[UnknownAuthenticationEvent](../wyatt_authentication_bloc/UnknownAuthenticationEvent/UnknownAuthenticationEvent.md) () - - _const_ - - -## Properties - -##### [hashCode](https://pub.dev/documentation/equatable/2.0.5/equatable/Equatable/hashCode.html) → [int](https://api.flutter.dev/flutter/dart-core/int-class.html) - - - -The hash code for this object. -_read-onlyinherited_ - - - -##### [props](../wyatt_authentication_bloc/AuthenticationChangeEvent/props.md) → [List](https://api.flutter.dev/flutter/dart-core/List-class.html)<[Object](https://api.flutter.dev/flutter/dart-core/Object-class.html)?> - - - -The list of properties that will be used to determine whether -two instances are equal. -_read-onlyinherited_ - - - -##### [runtimeType](https://api.flutter.dev/flutter/dart-core/Object/runtimeType.html) → [Type](https://api.flutter.dev/flutter/dart-core/Type-class.html) - - - -A representation of the runtime type of the object. -_read-onlyinherited_ - - - -##### [stringify](../wyatt_authentication_bloc/AuthenticationChangeEvent/stringify.md) → [bool](https://api.flutter.dev/flutter/dart-core/bool-class.html) - - - -If set to true, the toString method will be overridden to output -this instance's props. -_read-onlyinherited_ - - - - - -## Methods - -##### [noSuchMethod](https://api.flutter.dev/flutter/dart-core/Object/noSuchMethod.html)([Invocation](https://api.flutter.dev/flutter/dart-core/Invocation-class.html) invocation) dynamic - - - -Invoked when a non-existent method or property is accessed. -_inherited_ - - - -##### [toString](https://pub.dev/documentation/equatable/2.0.5/equatable/Equatable/toString.html)() [String](https://api.flutter.dev/flutter/dart-core/String-class.html) - - - -A string representation of this object. -_inherited_ - - - - - -## Operators - -##### [operator ==](https://pub.dev/documentation/equatable/2.0.5/equatable/Equatable/operator_equals.html)([Object](https://api.flutter.dev/flutter/dart-core/Object-class.html) other) [bool](https://api.flutter.dev/flutter/dart-core/bool-class.html) - - - -The equality operator. -_inherited_ - - - - - - - - - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/UnknownAuthenticationEvent/UnknownAuthenticationEvent.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/UnknownAuthenticationEvent/UnknownAuthenticationEvent.md deleted file mode 100644 index 6e9d242a..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/UnknownAuthenticationEvent/UnknownAuthenticationEvent.md +++ /dev/null @@ -1,30 +0,0 @@ - - - -# UnknownAuthenticationEvent constructor - - - - - *[](https://dart.dev/null-safety)* - - -const -UnknownAuthenticationEvent() - - - - - -## Implementation - -```dart -const UnknownAuthenticationEvent(); -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/UpdateEmail-mixin.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/UpdateEmail-mixin.md deleted file mode 100644 index 0673d44e..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/UpdateEmail-mixin.md +++ /dev/null @@ -1,287 +0,0 @@ - - - -# UpdateEmail<Data> mixin - - - - - - - *[](https://dart.dev/null-safety)* - - - -

Edit account mixin.

-

Allows the user to edit his email

-

Gives access to the updateEmail method and -onEmailUpdated callback.

- - -**Superclass Constraints** - -- [BaseEditAccountCubit](../wyatt_authentication_bloc/BaseEditAccountCubit-class.md)<Data> - - - - -**Mixin Applications** - -- [EditAccountCubit](../wyatt_authentication_bloc/EditAccountCubit-class.md) - - - -## Properties - -##### [authenticationRepository](../wyatt_authentication_bloc/BaseEditAccountCubit/authenticationRepository.md) → [AuthenticationRepository](../wyatt_authentication_bloc/AuthenticationRepository-class.md)<Data> - - - - -_finalinherited_ - - - -##### [formName](../wyatt_authentication_bloc/BaseEditAccountCubit/formName.md) → [String](https://api.flutter.dev/flutter/dart-core/String-class.html) - - - - -_read-onlyinherited_ - - - -##### [formRepository](../wyatt_authentication_bloc/BaseEditAccountCubit/formRepository.md) → FormRepository - - - - -_read-onlyinherited_ - - - -##### [hashCode](https://api.flutter.dev/flutter/dart-core/Object/hashCode.html) → [int](https://api.flutter.dev/flutter/dart-core/int-class.html) - - - -The hash code for this object. -_read-onlyinherited_ - - - -##### [isClosed](https://pub.dev/documentation/bloc/8.1.0/bloc/BlocBase/isClosed.html) → [bool](https://api.flutter.dev/flutter/dart-core/bool-class.html) - - - -Whether the bloc is closed. -_read-onlyinherited_ - - - -##### [runtimeType](https://api.flutter.dev/flutter/dart-core/Object/runtimeType.html) → [Type](https://api.flutter.dev/flutter/dart-core/Type-class.html) - - - -A representation of the runtime type of the object. -_read-onlyinherited_ - - - -##### [state](https://pub.dev/documentation/bloc/8.1.0/bloc/BlocBase/state.html) → [EditAccountState](../wyatt_authentication_bloc/EditAccountState-class.md) - - - -The current state. -_read-onlyinherited_ - - - -##### [stream](https://pub.dev/documentation/bloc/8.1.0/bloc/BlocBase/stream.html) → [Stream](https://api.flutter.dev/flutter/dart-async/Stream-class.html)<[EditAccountState](../wyatt_authentication_bloc/EditAccountState-class.md)> - - - -The current stream of states. -_read-onlyinherited_ - - - - - -## Methods - -##### [addError](https://pub.dev/documentation/bloc/8.1.0/bloc/BlocBase/addError.html)([Object](https://api.flutter.dev/flutter/dart-core/Object-class.html) error, [[StackTrace](https://api.flutter.dev/flutter/dart-core/StackTrace-class.html)? stackTrace]) void - - - -Reports an error which triggers onError with an optional StackTrace. -_inherited_ - - - -##### [close](https://pub.dev/documentation/bloc/8.1.0/bloc/BlocBase/close.html)() [Future](https://api.flutter.dev/flutter/dart-async/Future-class.html)<void> - - - -Closes the instance. -This method should be called when the instance is no longer needed. -Once close is called, the instance can no longer be used. -_inherited_ - - - -##### [dataChanged](../wyatt_authentication_bloc/BaseEditAccountCubit/dataChanged.md)<Value>([String](https://api.flutter.dev/flutter/dart-core/String-class.html) key, FormInputValidator<Value, ValidationError> dirtyValue) [FutureOr](https://api.flutter.dev/flutter/dart-async/FutureOr-class.html)<void> - - - - -_inherited_ - - - -##### [emailChanged](../wyatt_authentication_bloc/UpdateEmail/emailChanged.md)([String](https://api.flutter.dev/flutter/dart-core/String-class.html) value) void - - - - - - - - -##### [emailCustomChanged](../wyatt_authentication_bloc/UpdateEmail/emailCustomChanged.md)<Validator extends FormInputValidator<[String](https://api.flutter.dev/flutter/dart-core/String-class.html)?, ValidationError>>(Validator validator) void - - - -Same as emailChanged but with a custom Validator. - - - - -##### [emit](https://pub.dev/documentation/bloc/8.1.0/bloc/BlocBase/emit.html)([EditAccountState](../wyatt_authentication_bloc/EditAccountState-class.md) state) void - - - -Updates the state to the provided state. -emit does nothing if the state being emitted -is equal to the current state. -_inherited_ - - - -##### [noSuchMethod](https://api.flutter.dev/flutter/dart-core/Object/noSuchMethod.html)([Invocation](https://api.flutter.dev/flutter/dart-core/Invocation-class.html) invocation) dynamic - - - -Invoked when a non-existent method or property is accessed. -_inherited_ - - - -##### [onChange](https://pub.dev/documentation/bloc/8.1.0/bloc/BlocBase/onChange.html)([Change](https://pub.dev/documentation/bloc/8.1.0/bloc/Change-class.html)<[EditAccountState](../wyatt_authentication_bloc/EditAccountState-class.md)> change) void - - - -Called whenever a change occurs with the given change. -A change occurs when a new state is emitted. -onChange is called before the state of the cubit is updated. -onChange is a great spot to add logging/analytics for a specific cubit. -_inherited_ - - - -##### [onEmailUpdated](../wyatt_authentication_bloc/UpdateEmail/onEmailUpdated.md)(Result<[Account](../wyatt_authentication_bloc/Account-class.md), AppException> result, WyattForm form) FutureOrResult<Data?> - - - -This callback is triggered when user updates his email - - - - -##### [onError](https://pub.dev/documentation/bloc/8.1.0/bloc/BlocBase/onError.html)([Object](https://api.flutter.dev/flutter/dart-core/Object-class.html) error, [StackTrace](https://api.flutter.dev/flutter/dart-core/StackTrace-class.html) stackTrace) void - - - -Called whenever an error occurs and notifies BlocObserver.onError. -_inherited_ - - - -##### [reset](../wyatt_authentication_bloc/BaseEditAccountCubit/reset.md)() [FutureOr](https://api.flutter.dev/flutter/dart-async/FutureOr-class.html)<void> - - - - -_inherited_ - - - -##### [submit](../wyatt_authentication_bloc/BaseEditAccountCubit/submit.md)() [FutureOr](https://api.flutter.dev/flutter/dart-async/FutureOr-class.html)<void> - - - - -_inherited_ - - - -##### [toString](https://api.flutter.dev/flutter/dart-core/Object/toString.html)() [String](https://api.flutter.dev/flutter/dart-core/String-class.html) - - - -A string representation of this object. -_inherited_ - - - -##### [update](../wyatt_authentication_bloc/BaseEditAccountCubit/update.md)(WyattForm form, {SetOperation operation = SetOperation.replace}) [FutureOr](https://api.flutter.dev/flutter/dart-async/FutureOr-class.html)<void> - - - - -_inherited_ - - - -##### [updateEmail](../wyatt_authentication_bloc/UpdateEmail/updateEmail.md)() [FutureOr](https://api.flutter.dev/flutter/dart-async/FutureOr-class.html)<void> - - - -Update or add email. - - - - -##### [validate](../wyatt_authentication_bloc/BaseEditAccountCubit/validate.md)() [FutureOr](https://api.flutter.dev/flutter/dart-async/FutureOr-class.html)<void> - - - - -_inherited_ - - - - - -## Operators - -##### [operator ==](https://api.flutter.dev/flutter/dart-core/Object/operator_equals.html)([Object](https://api.flutter.dev/flutter/dart-core/Object-class.html) other) [bool](https://api.flutter.dev/flutter/dart-core/bool-class.html) - - - -The equality operator. -_inherited_ - - - - - - - - - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/UpdateEmail/emailChanged.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/UpdateEmail/emailChanged.md deleted file mode 100644 index 85e7cc16..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/UpdateEmail/emailChanged.md +++ /dev/null @@ -1,47 +0,0 @@ - - - -# emailChanged method - - - - - *[](https://dart.dev/null-safety)* - - - - -void emailChanged -([String](https://api.flutter.dev/flutter/dart-core/String-class.html) value) - - - - - - - - -## Implementation - -```dart -void emailChanged(String value) { - final emailValidatorType = formRepository - .accessForm(formName) - .validatorOf(AuthFormField.email) - .runtimeType; - assert( - emailValidatorType == Email, - 'Use emailCustomChanged(...) with validator $emailValidatorType', - ); - - final Email email = Email.dirty(value); - dataChanged(AuthFormField.email, email); -} -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/UpdateEmail/emailCustomChanged.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/UpdateEmail/emailCustomChanged.md deleted file mode 100644 index 7ec149cb..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/UpdateEmail/emailCustomChanged.md +++ /dev/null @@ -1,42 +0,0 @@ - - - -# emailCustomChanged<Validator extends FormInputValidator<String?, ValidationError>> method - - - - - *[](https://dart.dev/null-safety)* - - - - -void emailCustomChanged -<Validator extends FormInputValidator<String?, ValidationError>>(Validator validator) - - - - - -

Same as emailChanged but with a custom Validator.

-

Sort of short hand for dataChanged.

- - - -## Implementation - -```dart -void emailCustomChanged< - Validator extends FormInputValidator>( - Validator validator, -) { - dataChanged(AuthFormField.email, validator); -} -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/UpdateEmail/onEmailUpdated.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/UpdateEmail/onEmailUpdated.md deleted file mode 100644 index 7e3757f2..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/UpdateEmail/onEmailUpdated.md +++ /dev/null @@ -1,39 +0,0 @@ - - - -# onEmailUpdated method - - - - - *[](https://dart.dev/null-safety)* - - - - -FutureOrResult<Data?> onEmailUpdated -(Result<[Account](../../wyatt_authentication_bloc/Account-class.md), AppException> result, WyattForm form) - - - - - -

This callback is triggered when user updates his email

- - - -## Implementation - -```dart -FutureOrResult onEmailUpdated( - Result result, - WyattForm form, -); -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/UpdateEmail/updateEmail.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/UpdateEmail/updateEmail.md deleted file mode 100644 index 7c814f89..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/UpdateEmail/updateEmail.md +++ /dev/null @@ -1,103 +0,0 @@ - - - -# updateEmail method - - - - - *[](https://dart.dev/null-safety)* - - - - -[FutureOr](https://api.flutter.dev/flutter/dart-async/FutureOr-class.html)<void> updateEmail -() - - - - - -

Update or add email.

-

Throws a UpdateEmailFailureInterface if -an exception occurs.

- - - -## Implementation - -```dart -FutureOr updateEmail() async { - if (state.status.isSubmissionInProgress) { - return; - } - - if (!state.status.isValidated) { - return; - } - - final form = formRepository.accessForm(formName); - emit( - EditAccountState( - form: form, - status: FormStatus.submissionInProgress, - ), - ); - - final email = form.valueOf(AuthFormField.email); - - if (email.isNullOrEmpty) { - emit( - EditAccountState( - form: form, - errorMessage: 'An error occured while retrieving data from the form.', - status: FormStatus.submissionFailure, - ), - ); - } - - return CustomRoutine( - routine: () => authenticationRepository.updateEmail( - email: email!, - ), - attachedLogic: (routineResult) => onEmailUpdated( - routineResult, - form, - ), - onError: (error) { - emit( - EditAccountState( - form: form, - errorMessage: error.message, - status: FormStatus.submissionFailure, - ), - ); - addError(error); - }, - onSuccess: (account, data) { - authenticationRepository.addSession( - SessionWrapper( - event: UpdatedEvent(account: account), - session: Session( - account: account, - data: data, - ), - ), - ); - emit( - EditAccountState( - form: form, - status: FormStatus.submissionSuccess, - ), - ); - }, - ).call(); -} -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/UpdateEmailFailureFirebase-class.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/UpdateEmailFailureFirebase-class.md deleted file mode 100644 index aa440929..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/UpdateEmailFailureFirebase-class.md +++ /dev/null @@ -1,137 +0,0 @@ - - - -# UpdateEmailFailureFirebase class - - - - - - - *[](https://dart.dev/null-safety)* - - - -

Thrown during the email modification process if a failure occurs.

- - - -**Inheritance** - -- [Object](https://api.flutter.dev/flutter/dart-core/Object-class.html) -- [AuthenticationFailureInterface](../wyatt_authentication_bloc/AuthenticationFailureInterface-class.md) -- [UpdateEmailFailureInterface](../wyatt_authentication_bloc/UpdateEmailFailureInterface-class.md) -- UpdateEmailFailureFirebase - - - - - - - - -## Constructors - -[UpdateEmailFailureFirebase](../wyatt_authentication_bloc/UpdateEmailFailureFirebase/UpdateEmailFailureFirebase.md) ([[String](https://api.flutter.dev/flutter/dart-core/String-class.html)? code, [String](https://api.flutter.dev/flutter/dart-core/String-class.html)? msg]) - - - -[UpdateEmailFailureFirebase.fromCode](../wyatt_authentication_bloc/UpdateEmailFailureFirebase/UpdateEmailFailureFirebase.fromCode.md) ([String](https://api.flutter.dev/flutter/dart-core/String-class.html) code) - - - - -## Properties - -##### [code](../wyatt_authentication_bloc/AuthenticationFailureInterface/code.md) ↔ [String](https://api.flutter.dev/flutter/dart-core/String-class.html) - - - - -_read / writeinherited_ - - - -##### [hashCode](https://api.flutter.dev/flutter/dart-core/Object/hashCode.html) → [int](https://api.flutter.dev/flutter/dart-core/int-class.html) - - - -The hash code for this object. -_read-onlyinherited_ - - - -##### [message](../wyatt_authentication_bloc/AuthenticationFailureInterface/message.md) → [String](https://api.flutter.dev/flutter/dart-core/String-class.html) - - - - -_read-onlyinherited_ - - - -##### [msg](../wyatt_authentication_bloc/AuthenticationFailureInterface/msg.md) ↔ [String](https://api.flutter.dev/flutter/dart-core/String-class.html) - - - - -_read / writeinherited_ - - - -##### [runtimeType](https://api.flutter.dev/flutter/dart-core/Object/runtimeType.html) → [Type](https://api.flutter.dev/flutter/dart-core/Type-class.html) - - - -A representation of the runtime type of the object. -_read-onlyinherited_ - - - - - -## Methods - -##### [noSuchMethod](https://api.flutter.dev/flutter/dart-core/Object/noSuchMethod.html)([Invocation](https://api.flutter.dev/flutter/dart-core/Invocation-class.html) invocation) dynamic - - - -Invoked when a non-existent method or property is accessed. -_inherited_ - - - -##### [toString](../wyatt_authentication_bloc/AuthenticationFailureInterface/toString.md)() [String](https://api.flutter.dev/flutter/dart-core/String-class.html) - - - -A string representation of this object. -_inherited_ - - - - - -## Operators - -##### [operator ==](https://api.flutter.dev/flutter/dart-core/Object/operator_equals.html)([Object](https://api.flutter.dev/flutter/dart-core/Object-class.html) other) [bool](https://api.flutter.dev/flutter/dart-core/bool-class.html) - - - -The equality operator. -_inherited_ - - - - - - - - - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/UpdateEmailFailureFirebase/UpdateEmailFailureFirebase.fromCode.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/UpdateEmailFailureFirebase/UpdateEmailFailureFirebase.fromCode.md deleted file mode 100644 index d9c01e20..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/UpdateEmailFailureFirebase/UpdateEmailFailureFirebase.fromCode.md +++ /dev/null @@ -1,45 +0,0 @@ - - - -# UpdateEmailFailureFirebase.fromCode constructor - - - - - *[](https://dart.dev/null-safety)* - - - -UpdateEmailFailureFirebase.fromCode([String](https://api.flutter.dev/flutter/dart-core/String-class.html) code) - - - - - -## Implementation - -```dart -UpdateEmailFailureFirebase.fromCode(String code) : super.fromCode(code) { - switch (code) { - case 'invalid-email': - msg = 'Email is not valid or badly formatted.'; - break; - case 'email-already-in-use': - msg = 'An account already exists for that email.'; - break; - case 'requires-recent-login': - msg = "User's last sign-in time does not meet the security threshold."; - break; - default: - this.code = 'unknown'; - msg = 'An unknown error occurred.'; - } -} -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/UpdateEmailFailureFirebase/UpdateEmailFailureFirebase.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/UpdateEmailFailureFirebase/UpdateEmailFailureFirebase.md deleted file mode 100644 index 7c7e5fe5..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/UpdateEmailFailureFirebase/UpdateEmailFailureFirebase.md +++ /dev/null @@ -1,31 +0,0 @@ - - - -# UpdateEmailFailureFirebase constructor - - - - - *[](https://dart.dev/null-safety)* - - - -UpdateEmailFailureFirebase([[String](https://api.flutter.dev/flutter/dart-core/String-class.html)? code, [String](https://api.flutter.dev/flutter/dart-core/String-class.html)? msg]) - - - - - -## Implementation - -```dart -UpdateEmailFailureFirebase([String? code, String? msg]) - : super(code ?? 'unknown', msg ?? 'An unknown error occurred.'); -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/UpdateEmailFailureInterface-class.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/UpdateEmailFailureInterface-class.md deleted file mode 100644 index 29d54938..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/UpdateEmailFailureInterface-class.md +++ /dev/null @@ -1,139 +0,0 @@ - - - -# UpdateEmailFailureInterface class - - - - - - - *[](https://dart.dev/null-safety)* - - - -

Thrown during the email modification process if a failure occurs.

- - - -**Inheritance** - -- [Object](https://api.flutter.dev/flutter/dart-core/Object-class.html) -- [AuthenticationFailureInterface](../wyatt_authentication_bloc/AuthenticationFailureInterface-class.md) -- UpdateEmailFailureInterface - - - -**Implementers** - -- [UpdateEmailFailureFirebase](../wyatt_authentication_bloc/UpdateEmailFailureFirebase-class.md) - - - - - -## Constructors - -[UpdateEmailFailureInterface](../wyatt_authentication_bloc/UpdateEmailFailureInterface/UpdateEmailFailureInterface.md) ([String](https://api.flutter.dev/flutter/dart-core/String-class.html) code, [String](https://api.flutter.dev/flutter/dart-core/String-class.html) msg) - - - -[UpdateEmailFailureInterface.fromCode](../wyatt_authentication_bloc/UpdateEmailFailureInterface/UpdateEmailFailureInterface.fromCode.md) ([String](https://api.flutter.dev/flutter/dart-core/String-class.html) code) - - - - -## Properties - -##### [code](../wyatt_authentication_bloc/AuthenticationFailureInterface/code.md) ↔ [String](https://api.flutter.dev/flutter/dart-core/String-class.html) - - - - -_read / writeinherited_ - - - -##### [hashCode](https://api.flutter.dev/flutter/dart-core/Object/hashCode.html) → [int](https://api.flutter.dev/flutter/dart-core/int-class.html) - - - -The hash code for this object. -_read-onlyinherited_ - - - -##### [message](../wyatt_authentication_bloc/AuthenticationFailureInterface/message.md) → [String](https://api.flutter.dev/flutter/dart-core/String-class.html) - - - - -_read-onlyinherited_ - - - -##### [msg](../wyatt_authentication_bloc/AuthenticationFailureInterface/msg.md) ↔ [String](https://api.flutter.dev/flutter/dart-core/String-class.html) - - - - -_read / writeinherited_ - - - -##### [runtimeType](https://api.flutter.dev/flutter/dart-core/Object/runtimeType.html) → [Type](https://api.flutter.dev/flutter/dart-core/Type-class.html) - - - -A representation of the runtime type of the object. -_read-onlyinherited_ - - - - - -## Methods - -##### [noSuchMethod](https://api.flutter.dev/flutter/dart-core/Object/noSuchMethod.html)([Invocation](https://api.flutter.dev/flutter/dart-core/Invocation-class.html) invocation) dynamic - - - -Invoked when a non-existent method or property is accessed. -_inherited_ - - - -##### [toString](../wyatt_authentication_bloc/AuthenticationFailureInterface/toString.md)() [String](https://api.flutter.dev/flutter/dart-core/String-class.html) - - - -A string representation of this object. -_inherited_ - - - - - -## Operators - -##### [operator ==](https://api.flutter.dev/flutter/dart-core/Object/operator_equals.html)([Object](https://api.flutter.dev/flutter/dart-core/Object-class.html) other) [bool](https://api.flutter.dev/flutter/dart-core/bool-class.html) - - - -The equality operator. -_inherited_ - - - - - - - - - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/UpdateEmailFailureInterface/UpdateEmailFailureInterface.fromCode.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/UpdateEmailFailureInterface/UpdateEmailFailureInterface.fromCode.md deleted file mode 100644 index 656a17b9..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/UpdateEmailFailureInterface/UpdateEmailFailureInterface.fromCode.md +++ /dev/null @@ -1,30 +0,0 @@ - - - -# UpdateEmailFailureInterface.fromCode constructor - - - - - *[](https://dart.dev/null-safety)* - - - -UpdateEmailFailureInterface.fromCode([String](https://api.flutter.dev/flutter/dart-core/String-class.html) code) - - - - - -## Implementation - -```dart -UpdateEmailFailureInterface.fromCode(super.code) : super.fromCode(); -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/UpdateEmailFailureInterface/UpdateEmailFailureInterface.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/UpdateEmailFailureInterface/UpdateEmailFailureInterface.md deleted file mode 100644 index ffa1fd03..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/UpdateEmailFailureInterface/UpdateEmailFailureInterface.md +++ /dev/null @@ -1,30 +0,0 @@ - - - -# UpdateEmailFailureInterface constructor - - - - - *[](https://dart.dev/null-safety)* - - - -UpdateEmailFailureInterface([String](https://api.flutter.dev/flutter/dart-core/String-class.html) code, [String](https://api.flutter.dev/flutter/dart-core/String-class.html) msg) - - - - - -## Implementation - -```dart -UpdateEmailFailureInterface(super.code, super.msg); -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/UpdatePassword-mixin.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/UpdatePassword-mixin.md deleted file mode 100644 index cea1271f..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/UpdatePassword-mixin.md +++ /dev/null @@ -1,287 +0,0 @@ - - - -# UpdatePassword<Data> mixin - - - - - - - *[](https://dart.dev/null-safety)* - - - -

Edit account mixin.

-

Allows the user to edit his password

-

Gives access to the updatePassword method and -onPasswordUpdated callback.

- - -**Superclass Constraints** - -- [BaseEditAccountCubit](../wyatt_authentication_bloc/BaseEditAccountCubit-class.md)<Data> - - - - -**Mixin Applications** - -- [EditAccountCubit](../wyatt_authentication_bloc/EditAccountCubit-class.md) - - - -## Properties - -##### [authenticationRepository](../wyatt_authentication_bloc/BaseEditAccountCubit/authenticationRepository.md) → [AuthenticationRepository](../wyatt_authentication_bloc/AuthenticationRepository-class.md)<Data> - - - - -_finalinherited_ - - - -##### [formName](../wyatt_authentication_bloc/BaseEditAccountCubit/formName.md) → [String](https://api.flutter.dev/flutter/dart-core/String-class.html) - - - - -_read-onlyinherited_ - - - -##### [formRepository](../wyatt_authentication_bloc/BaseEditAccountCubit/formRepository.md) → FormRepository - - - - -_read-onlyinherited_ - - - -##### [hashCode](https://api.flutter.dev/flutter/dart-core/Object/hashCode.html) → [int](https://api.flutter.dev/flutter/dart-core/int-class.html) - - - -The hash code for this object. -_read-onlyinherited_ - - - -##### [isClosed](https://pub.dev/documentation/bloc/8.1.0/bloc/BlocBase/isClosed.html) → [bool](https://api.flutter.dev/flutter/dart-core/bool-class.html) - - - -Whether the bloc is closed. -_read-onlyinherited_ - - - -##### [runtimeType](https://api.flutter.dev/flutter/dart-core/Object/runtimeType.html) → [Type](https://api.flutter.dev/flutter/dart-core/Type-class.html) - - - -A representation of the runtime type of the object. -_read-onlyinherited_ - - - -##### [state](https://pub.dev/documentation/bloc/8.1.0/bloc/BlocBase/state.html) → [EditAccountState](../wyatt_authentication_bloc/EditAccountState-class.md) - - - -The current state. -_read-onlyinherited_ - - - -##### [stream](https://pub.dev/documentation/bloc/8.1.0/bloc/BlocBase/stream.html) → [Stream](https://api.flutter.dev/flutter/dart-async/Stream-class.html)<[EditAccountState](../wyatt_authentication_bloc/EditAccountState-class.md)> - - - -The current stream of states. -_read-onlyinherited_ - - - - - -## Methods - -##### [addError](https://pub.dev/documentation/bloc/8.1.0/bloc/BlocBase/addError.html)([Object](https://api.flutter.dev/flutter/dart-core/Object-class.html) error, [[StackTrace](https://api.flutter.dev/flutter/dart-core/StackTrace-class.html)? stackTrace]) void - - - -Reports an error which triggers onError with an optional StackTrace. -_inherited_ - - - -##### [close](https://pub.dev/documentation/bloc/8.1.0/bloc/BlocBase/close.html)() [Future](https://api.flutter.dev/flutter/dart-async/Future-class.html)<void> - - - -Closes the instance. -This method should be called when the instance is no longer needed. -Once close is called, the instance can no longer be used. -_inherited_ - - - -##### [dataChanged](../wyatt_authentication_bloc/BaseEditAccountCubit/dataChanged.md)<Value>([String](https://api.flutter.dev/flutter/dart-core/String-class.html) key, FormInputValidator<Value, ValidationError> dirtyValue) [FutureOr](https://api.flutter.dev/flutter/dart-async/FutureOr-class.html)<void> - - - - -_inherited_ - - - -##### [emit](https://pub.dev/documentation/bloc/8.1.0/bloc/BlocBase/emit.html)([EditAccountState](../wyatt_authentication_bloc/EditAccountState-class.md) state) void - - - -Updates the state to the provided state. -emit does nothing if the state being emitted -is equal to the current state. -_inherited_ - - - -##### [noSuchMethod](https://api.flutter.dev/flutter/dart-core/Object/noSuchMethod.html)([Invocation](https://api.flutter.dev/flutter/dart-core/Invocation-class.html) invocation) dynamic - - - -Invoked when a non-existent method or property is accessed. -_inherited_ - - - -##### [onChange](https://pub.dev/documentation/bloc/8.1.0/bloc/BlocBase/onChange.html)([Change](https://pub.dev/documentation/bloc/8.1.0/bloc/Change-class.html)<[EditAccountState](../wyatt_authentication_bloc/EditAccountState-class.md)> change) void - - - -Called whenever a change occurs with the given change. -A change occurs when a new state is emitted. -onChange is called before the state of the cubit is updated. -onChange is a great spot to add logging/analytics for a specific cubit. -_inherited_ - - - -##### [onError](https://pub.dev/documentation/bloc/8.1.0/bloc/BlocBase/onError.html)([Object](https://api.flutter.dev/flutter/dart-core/Object-class.html) error, [StackTrace](https://api.flutter.dev/flutter/dart-core/StackTrace-class.html) stackTrace) void - - - -Called whenever an error occurs and notifies BlocObserver.onError. -_inherited_ - - - -##### [onPasswordUpdated](../wyatt_authentication_bloc/UpdatePassword/onPasswordUpdated.md)(Result<[Account](../wyatt_authentication_bloc/Account-class.md), AppException> result, WyattForm form) FutureOrResult<Data?> - - - -This callback is triggered when a user edits his password. - - - - -##### [passwordChanged](../wyatt_authentication_bloc/UpdatePassword/passwordChanged.md)([String](https://api.flutter.dev/flutter/dart-core/String-class.html) value) void - - - - - - - - -##### [passwordCustomChanged](../wyatt_authentication_bloc/UpdatePassword/passwordCustomChanged.md)<Validator extends FormInputValidator<[String](https://api.flutter.dev/flutter/dart-core/String-class.html)?, ValidationError>>(Validator validator) void - - - -Same as passwordChanged but with a custom Validator. - - - - -##### [reset](../wyatt_authentication_bloc/BaseEditAccountCubit/reset.md)() [FutureOr](https://api.flutter.dev/flutter/dart-async/FutureOr-class.html)<void> - - - - -_inherited_ - - - -##### [submit](../wyatt_authentication_bloc/BaseEditAccountCubit/submit.md)() [FutureOr](https://api.flutter.dev/flutter/dart-async/FutureOr-class.html)<void> - - - - -_inherited_ - - - -##### [toString](https://api.flutter.dev/flutter/dart-core/Object/toString.html)() [String](https://api.flutter.dev/flutter/dart-core/String-class.html) - - - -A string representation of this object. -_inherited_ - - - -##### [update](../wyatt_authentication_bloc/BaseEditAccountCubit/update.md)(WyattForm form, {SetOperation operation = SetOperation.replace}) [FutureOr](https://api.flutter.dev/flutter/dart-async/FutureOr-class.html)<void> - - - - -_inherited_ - - - -##### [updatePassword](../wyatt_authentication_bloc/UpdatePassword/updatePassword.md)() [FutureOr](https://api.flutter.dev/flutter/dart-async/FutureOr-class.html)<void> - - - -Update or add password. - - - - -##### [validate](../wyatt_authentication_bloc/BaseEditAccountCubit/validate.md)() [FutureOr](https://api.flutter.dev/flutter/dart-async/FutureOr-class.html)<void> - - - - -_inherited_ - - - - - -## Operators - -##### [operator ==](https://api.flutter.dev/flutter/dart-core/Object/operator_equals.html)([Object](https://api.flutter.dev/flutter/dart-core/Object-class.html) other) [bool](https://api.flutter.dev/flutter/dart-core/bool-class.html) - - - -The equality operator. -_inherited_ - - - - - - - - - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/UpdatePassword/onPasswordUpdated.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/UpdatePassword/onPasswordUpdated.md deleted file mode 100644 index b0354384..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/UpdatePassword/onPasswordUpdated.md +++ /dev/null @@ -1,39 +0,0 @@ - - - -# onPasswordUpdated method - - - - - *[](https://dart.dev/null-safety)* - - - - -FutureOrResult<Data?> onPasswordUpdated -(Result<[Account](../../wyatt_authentication_bloc/Account-class.md), AppException> result, WyattForm form) - - - - - -

This callback is triggered when a user edits his password.

- - - -## Implementation - -```dart -FutureOrResult onPasswordUpdated( - Result result, - WyattForm form, -); -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/UpdatePassword/passwordChanged.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/UpdatePassword/passwordChanged.md deleted file mode 100644 index 8db9fda0..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/UpdatePassword/passwordChanged.md +++ /dev/null @@ -1,46 +0,0 @@ - - - -# passwordChanged method - - - - - *[](https://dart.dev/null-safety)* - - - - -void passwordChanged -([String](https://api.flutter.dev/flutter/dart-core/String-class.html) value) - - - - - - - - -## Implementation - -```dart -void passwordChanged(String value) { - final passwordValidatorType = formRepository - .accessForm(formName) - .validatorOf(AuthFormField.password) - .runtimeType; - assert( - passwordValidatorType == Password, - 'Use passwordCustomChanged(...) with validator $passwordValidatorType', - ); - final Password password = Password.dirty(value); - dataChanged(AuthFormField.password, password); -} -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/UpdatePassword/passwordCustomChanged.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/UpdatePassword/passwordCustomChanged.md deleted file mode 100644 index 2cb08454..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/UpdatePassword/passwordCustomChanged.md +++ /dev/null @@ -1,42 +0,0 @@ - - - -# passwordCustomChanged<Validator extends FormInputValidator<String?, ValidationError>> method - - - - - *[](https://dart.dev/null-safety)* - - - - -void passwordCustomChanged -<Validator extends FormInputValidator<String?, ValidationError>>(Validator validator) - - - - - -

Same as passwordChanged but with a custom Validator.

-

Sort of short hand for dataChanged.

- - - -## Implementation - -```dart -void passwordCustomChanged< - Validator extends FormInputValidator>( - Validator validator, -) { - dataChanged(AuthFormField.password, validator); -} -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/UpdatePassword/updatePassword.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/UpdatePassword/updatePassword.md deleted file mode 100644 index fae26194..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/UpdatePassword/updatePassword.md +++ /dev/null @@ -1,103 +0,0 @@ - - - -# updatePassword method - - - - - *[](https://dart.dev/null-safety)* - - - - -[FutureOr](https://api.flutter.dev/flutter/dart-async/FutureOr-class.html)<void> updatePassword -() - - - - - -

Update or add password.

-

Throws a UpdatePasswordFailureInterface if -an exception occurs.

- - - -## Implementation - -```dart -FutureOr updatePassword() async { - if (state.status.isSubmissionInProgress) { - return; - } - - if (!state.status.isValidated) { - return; - } - - final form = formRepository.accessForm(formName); - emit( - EditAccountState( - form: form, - status: FormStatus.submissionInProgress, - ), - ); - - final password = form.valueOf(AuthFormField.password); - - if (password.isNullOrEmpty) { - emit( - EditAccountState( - form: form, - errorMessage: 'An error occured while retrieving data from the form.', - status: FormStatus.submissionFailure, - ), - ); - } - - return CustomRoutine( - routine: () => authenticationRepository.updatePassword( - password: password!, - ), - attachedLogic: (routineResult) => onPasswordUpdated( - routineResult, - form, - ), - onError: (error) { - emit( - EditAccountState( - form: form, - errorMessage: error.message, - status: FormStatus.submissionFailure, - ), - ); - addError(error); - }, - onSuccess: (account, data) { - authenticationRepository.addSession( - SessionWrapper( - event: SignedInEvent(account: account), - session: Session( - account: account, - data: data, - ), - ), - ); - emit( - EditAccountState( - form: form, - status: FormStatus.submissionSuccess, - ), - ); - }, - ).call(); -} -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/UpdatePasswordFailureFirebase-class.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/UpdatePasswordFailureFirebase-class.md deleted file mode 100644 index 75e3bd3b..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/UpdatePasswordFailureFirebase-class.md +++ /dev/null @@ -1,137 +0,0 @@ - - - -# UpdatePasswordFailureFirebase class - - - - - - - *[](https://dart.dev/null-safety)* - - - -

Thrown during the password modification process if a failure occurs.

- - - -**Inheritance** - -- [Object](https://api.flutter.dev/flutter/dart-core/Object-class.html) -- [AuthenticationFailureInterface](../wyatt_authentication_bloc/AuthenticationFailureInterface-class.md) -- [UpdatePasswordFailureInterface](../wyatt_authentication_bloc/UpdatePasswordFailureInterface-class.md) -- UpdatePasswordFailureFirebase - - - - - - - - -## Constructors - -[UpdatePasswordFailureFirebase](../wyatt_authentication_bloc/UpdatePasswordFailureFirebase/UpdatePasswordFailureFirebase.md) ([[String](https://api.flutter.dev/flutter/dart-core/String-class.html)? code, [String](https://api.flutter.dev/flutter/dart-core/String-class.html)? msg]) - - - -[UpdatePasswordFailureFirebase.fromCode](../wyatt_authentication_bloc/UpdatePasswordFailureFirebase/UpdatePasswordFailureFirebase.fromCode.md) ([String](https://api.flutter.dev/flutter/dart-core/String-class.html) code) - - - - -## Properties - -##### [code](../wyatt_authentication_bloc/AuthenticationFailureInterface/code.md) ↔ [String](https://api.flutter.dev/flutter/dart-core/String-class.html) - - - - -_read / writeinherited_ - - - -##### [hashCode](https://api.flutter.dev/flutter/dart-core/Object/hashCode.html) → [int](https://api.flutter.dev/flutter/dart-core/int-class.html) - - - -The hash code for this object. -_read-onlyinherited_ - - - -##### [message](../wyatt_authentication_bloc/AuthenticationFailureInterface/message.md) → [String](https://api.flutter.dev/flutter/dart-core/String-class.html) - - - - -_read-onlyinherited_ - - - -##### [msg](../wyatt_authentication_bloc/AuthenticationFailureInterface/msg.md) ↔ [String](https://api.flutter.dev/flutter/dart-core/String-class.html) - - - - -_read / writeinherited_ - - - -##### [runtimeType](https://api.flutter.dev/flutter/dart-core/Object/runtimeType.html) → [Type](https://api.flutter.dev/flutter/dart-core/Type-class.html) - - - -A representation of the runtime type of the object. -_read-onlyinherited_ - - - - - -## Methods - -##### [noSuchMethod](https://api.flutter.dev/flutter/dart-core/Object/noSuchMethod.html)([Invocation](https://api.flutter.dev/flutter/dart-core/Invocation-class.html) invocation) dynamic - - - -Invoked when a non-existent method or property is accessed. -_inherited_ - - - -##### [toString](../wyatt_authentication_bloc/AuthenticationFailureInterface/toString.md)() [String](https://api.flutter.dev/flutter/dart-core/String-class.html) - - - -A string representation of this object. -_inherited_ - - - - - -## Operators - -##### [operator ==](https://api.flutter.dev/flutter/dart-core/Object/operator_equals.html)([Object](https://api.flutter.dev/flutter/dart-core/Object-class.html) other) [bool](https://api.flutter.dev/flutter/dart-core/bool-class.html) - - - -The equality operator. -_inherited_ - - - - - - - - - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/UpdatePasswordFailureFirebase/UpdatePasswordFailureFirebase.fromCode.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/UpdatePasswordFailureFirebase/UpdatePasswordFailureFirebase.fromCode.md deleted file mode 100644 index 1aa2ae7c..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/UpdatePasswordFailureFirebase/UpdatePasswordFailureFirebase.fromCode.md +++ /dev/null @@ -1,42 +0,0 @@ - - - -# UpdatePasswordFailureFirebase.fromCode constructor - - - - - *[](https://dart.dev/null-safety)* - - - -UpdatePasswordFailureFirebase.fromCode([String](https://api.flutter.dev/flutter/dart-core/String-class.html) code) - - - - - -## Implementation - -```dart -UpdatePasswordFailureFirebase.fromCode(String code) : super.fromCode(code) { - switch (code) { - case 'weak-password': - msg = 'Please enter a stronger password.'; - break; - case 'requires-recent-login': - msg = "User's last sign-in time does not meet the security threshold."; - break; - default: - this.code = 'unknown'; - msg = 'An unknown error occurred.'; - } -} -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/UpdatePasswordFailureFirebase/UpdatePasswordFailureFirebase.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/UpdatePasswordFailureFirebase/UpdatePasswordFailureFirebase.md deleted file mode 100644 index 0f38d6b8..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/UpdatePasswordFailureFirebase/UpdatePasswordFailureFirebase.md +++ /dev/null @@ -1,31 +0,0 @@ - - - -# UpdatePasswordFailureFirebase constructor - - - - - *[](https://dart.dev/null-safety)* - - - -UpdatePasswordFailureFirebase([[String](https://api.flutter.dev/flutter/dart-core/String-class.html)? code, [String](https://api.flutter.dev/flutter/dart-core/String-class.html)? msg]) - - - - - -## Implementation - -```dart -UpdatePasswordFailureFirebase([String? code, String? msg]) - : super(code ?? 'unknown', msg ?? 'An unknown error occurred.'); -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/UpdatePasswordFailureInterface-class.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/UpdatePasswordFailureInterface-class.md deleted file mode 100644 index d7a95cd8..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/UpdatePasswordFailureInterface-class.md +++ /dev/null @@ -1,139 +0,0 @@ - - - -# UpdatePasswordFailureInterface class - - - - - - - *[](https://dart.dev/null-safety)* - - - -

Thrown during the password modification process if a failure occurs.

- - - -**Inheritance** - -- [Object](https://api.flutter.dev/flutter/dart-core/Object-class.html) -- [AuthenticationFailureInterface](../wyatt_authentication_bloc/AuthenticationFailureInterface-class.md) -- UpdatePasswordFailureInterface - - - -**Implementers** - -- [UpdatePasswordFailureFirebase](../wyatt_authentication_bloc/UpdatePasswordFailureFirebase-class.md) - - - - - -## Constructors - -[UpdatePasswordFailureInterface](../wyatt_authentication_bloc/UpdatePasswordFailureInterface/UpdatePasswordFailureInterface.md) ([String](https://api.flutter.dev/flutter/dart-core/String-class.html) code, [String](https://api.flutter.dev/flutter/dart-core/String-class.html) msg) - - - -[UpdatePasswordFailureInterface.fromCode](../wyatt_authentication_bloc/UpdatePasswordFailureInterface/UpdatePasswordFailureInterface.fromCode.md) ([String](https://api.flutter.dev/flutter/dart-core/String-class.html) code) - - - - -## Properties - -##### [code](../wyatt_authentication_bloc/AuthenticationFailureInterface/code.md) ↔ [String](https://api.flutter.dev/flutter/dart-core/String-class.html) - - - - -_read / writeinherited_ - - - -##### [hashCode](https://api.flutter.dev/flutter/dart-core/Object/hashCode.html) → [int](https://api.flutter.dev/flutter/dart-core/int-class.html) - - - -The hash code for this object. -_read-onlyinherited_ - - - -##### [message](../wyatt_authentication_bloc/AuthenticationFailureInterface/message.md) → [String](https://api.flutter.dev/flutter/dart-core/String-class.html) - - - - -_read-onlyinherited_ - - - -##### [msg](../wyatt_authentication_bloc/AuthenticationFailureInterface/msg.md) ↔ [String](https://api.flutter.dev/flutter/dart-core/String-class.html) - - - - -_read / writeinherited_ - - - -##### [runtimeType](https://api.flutter.dev/flutter/dart-core/Object/runtimeType.html) → [Type](https://api.flutter.dev/flutter/dart-core/Type-class.html) - - - -A representation of the runtime type of the object. -_read-onlyinherited_ - - - - - -## Methods - -##### [noSuchMethod](https://api.flutter.dev/flutter/dart-core/Object/noSuchMethod.html)([Invocation](https://api.flutter.dev/flutter/dart-core/Invocation-class.html) invocation) dynamic - - - -Invoked when a non-existent method or property is accessed. -_inherited_ - - - -##### [toString](../wyatt_authentication_bloc/AuthenticationFailureInterface/toString.md)() [String](https://api.flutter.dev/flutter/dart-core/String-class.html) - - - -A string representation of this object. -_inherited_ - - - - - -## Operators - -##### [operator ==](https://api.flutter.dev/flutter/dart-core/Object/operator_equals.html)([Object](https://api.flutter.dev/flutter/dart-core/Object-class.html) other) [bool](https://api.flutter.dev/flutter/dart-core/bool-class.html) - - - -The equality operator. -_inherited_ - - - - - - - - - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/UpdatePasswordFailureInterface/UpdatePasswordFailureInterface.fromCode.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/UpdatePasswordFailureInterface/UpdatePasswordFailureInterface.fromCode.md deleted file mode 100644 index d459010f..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/UpdatePasswordFailureInterface/UpdatePasswordFailureInterface.fromCode.md +++ /dev/null @@ -1,30 +0,0 @@ - - - -# UpdatePasswordFailureInterface.fromCode constructor - - - - - *[](https://dart.dev/null-safety)* - - - -UpdatePasswordFailureInterface.fromCode([String](https://api.flutter.dev/flutter/dart-core/String-class.html) code) - - - - - -## Implementation - -```dart -UpdatePasswordFailureInterface.fromCode(super.code) : super.fromCode(); -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/UpdatePasswordFailureInterface/UpdatePasswordFailureInterface.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/UpdatePasswordFailureInterface/UpdatePasswordFailureInterface.md deleted file mode 100644 index bbba2c50..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/UpdatePasswordFailureInterface/UpdatePasswordFailureInterface.md +++ /dev/null @@ -1,30 +0,0 @@ - - - -# UpdatePasswordFailureInterface constructor - - - - - *[](https://dart.dev/null-safety)* - - - -UpdatePasswordFailureInterface([String](https://api.flutter.dev/flutter/dart-core/String-class.html) code, [String](https://api.flutter.dev/flutter/dart-core/String-class.html) msg) - - - - - -## Implementation - -```dart -UpdatePasswordFailureInterface(super.code, super.msg); -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/UpdatedEvent-class.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/UpdatedEvent-class.md deleted file mode 100644 index 1097b97b..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/UpdatedEvent-class.md +++ /dev/null @@ -1,135 +0,0 @@ - - - -# UpdatedEvent class - - - - - - - *[](https://dart.dev/null-safety)* - - - -

When the user's account has been updated.

- - - -**Inheritance** - -- [Object](https://api.flutter.dev/flutter/dart-core/Object-class.html) -- [Equatable](https://pub.dev/documentation/equatable/2.0.5/equatable/Equatable-class.html) -- [AuthenticationChangeEvent](../wyatt_authentication_bloc/AuthenticationChangeEvent-class.md) -- UpdatedEvent - - - - - - - - -## Constructors - -[UpdatedEvent](../wyatt_authentication_bloc/UpdatedEvent/UpdatedEvent.md) ({required [Account](../wyatt_authentication_bloc/Account-class.md) account}) - - _const_ - - -## Properties - -##### [account](../wyatt_authentication_bloc/UpdatedEvent/account.md) → [Account](../wyatt_authentication_bloc/Account-class.md) - - - - -_final_ - - - -##### [hashCode](https://pub.dev/documentation/equatable/2.0.5/equatable/Equatable/hashCode.html) → [int](https://api.flutter.dev/flutter/dart-core/int-class.html) - - - -The hash code for this object. -_read-onlyinherited_ - - - -##### [props](../wyatt_authentication_bloc/UpdatedEvent/props.md) → [List](https://api.flutter.dev/flutter/dart-core/List-class.html)<[Object](https://api.flutter.dev/flutter/dart-core/Object-class.html)?> - - - -The list of properties that will be used to determine whether -two instances are equal. -_read-onlyoverride_ - - - -##### [runtimeType](https://api.flutter.dev/flutter/dart-core/Object/runtimeType.html) → [Type](https://api.flutter.dev/flutter/dart-core/Type-class.html) - - - -A representation of the runtime type of the object. -_read-onlyinherited_ - - - -##### [stringify](../wyatt_authentication_bloc/AuthenticationChangeEvent/stringify.md) → [bool](https://api.flutter.dev/flutter/dart-core/bool-class.html) - - - -If set to true, the toString method will be overridden to output -this instance's props. -_read-onlyinherited_ - - - - - -## Methods - -##### [noSuchMethod](https://api.flutter.dev/flutter/dart-core/Object/noSuchMethod.html)([Invocation](https://api.flutter.dev/flutter/dart-core/Invocation-class.html) invocation) dynamic - - - -Invoked when a non-existent method or property is accessed. -_inherited_ - - - -##### [toString](https://pub.dev/documentation/equatable/2.0.5/equatable/Equatable/toString.html)() [String](https://api.flutter.dev/flutter/dart-core/String-class.html) - - - -A string representation of this object. -_inherited_ - - - - - -## Operators - -##### [operator ==](https://pub.dev/documentation/equatable/2.0.5/equatable/Equatable/operator_equals.html)([Object](https://api.flutter.dev/flutter/dart-core/Object-class.html) other) [bool](https://api.flutter.dev/flutter/dart-core/bool-class.html) - - - -The equality operator. -_inherited_ - - - - - - - - - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/UpdatedEvent/UpdatedEvent.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/UpdatedEvent/UpdatedEvent.md deleted file mode 100644 index cb29ebfe..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/UpdatedEvent/UpdatedEvent.md +++ /dev/null @@ -1,30 +0,0 @@ - - - -# UpdatedEvent constructor - - - - - *[](https://dart.dev/null-safety)* - - -const -UpdatedEvent({required [Account](../../wyatt_authentication_bloc/Account-class.md) account}) - - - - - -## Implementation - -```dart -const UpdatedEvent({required this.account}); -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/UpdatedEvent/account.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/UpdatedEvent/account.md deleted file mode 100644 index 671e197e..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/UpdatedEvent/account.md +++ /dev/null @@ -1,33 +0,0 @@ - - - -# account property - - - - - *[](https://dart.dev/null-safety)* - - - -[Account](../../wyatt_authentication_bloc/Account-class.md) account - -_final_ - - - - - - -## Implementation - -```dart -final Account account; -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/UpdatedEvent/props.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/UpdatedEvent/props.md deleted file mode 100644 index fbde09d1..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/UpdatedEvent/props.md +++ /dev/null @@ -1,42 +0,0 @@ - - - -# props property - - - - - *[](https://dart.dev/null-safety)* - - - - - -**Annotations** - -- @[override](https://api.flutter.dev/flutter/dart-core/override-constant.html) -[List](https://api.flutter.dev/flutter/dart-core/List-class.html)<[Object](https://api.flutter.dev/flutter/dart-core/Object-class.html)?> props - -_override_ - - - -

The list of properties that will be used to determine whether -two instances are equal.

- - - -## Implementation - -```dart -@override -List get props => [account]; -``` - - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/VerifyPasswordResetCodeFailureFirebase-class.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/VerifyPasswordResetCodeFailureFirebase-class.md deleted file mode 100644 index 3a40b1bd..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/VerifyPasswordResetCodeFailureFirebase-class.md +++ /dev/null @@ -1,137 +0,0 @@ - - - -# VerifyPasswordResetCodeFailureFirebase class - - - - - - - *[](https://dart.dev/null-safety)* - - - -

Thrown during the password reset process if a failure occurs.

- - - -**Inheritance** - -- [Object](https://api.flutter.dev/flutter/dart-core/Object-class.html) -- [AuthenticationFailureInterface](../wyatt_authentication_bloc/AuthenticationFailureInterface-class.md) -- [VerifyPasswordResetCodeFailureInterface](../wyatt_authentication_bloc/VerifyPasswordResetCodeFailureInterface-class.md) -- VerifyPasswordResetCodeFailureFirebase - - - - - - - - -## Constructors - -[VerifyPasswordResetCodeFailureFirebase](../wyatt_authentication_bloc/VerifyPasswordResetCodeFailureFirebase/VerifyPasswordResetCodeFailureFirebase.md) ([[String](https://api.flutter.dev/flutter/dart-core/String-class.html)? code, [String](https://api.flutter.dev/flutter/dart-core/String-class.html)? msg]) - - - -[VerifyPasswordResetCodeFailureFirebase.fromCode](../wyatt_authentication_bloc/VerifyPasswordResetCodeFailureFirebase/VerifyPasswordResetCodeFailureFirebase.fromCode.md) ([String](https://api.flutter.dev/flutter/dart-core/String-class.html) code) - - - - -## Properties - -##### [code](../wyatt_authentication_bloc/AuthenticationFailureInterface/code.md) ↔ [String](https://api.flutter.dev/flutter/dart-core/String-class.html) - - - - -_read / writeinherited_ - - - -##### [hashCode](https://api.flutter.dev/flutter/dart-core/Object/hashCode.html) → [int](https://api.flutter.dev/flutter/dart-core/int-class.html) - - - -The hash code for this object. -_read-onlyinherited_ - - - -##### [message](../wyatt_authentication_bloc/AuthenticationFailureInterface/message.md) → [String](https://api.flutter.dev/flutter/dart-core/String-class.html) - - - - -_read-onlyinherited_ - - - -##### [msg](../wyatt_authentication_bloc/AuthenticationFailureInterface/msg.md) ↔ [String](https://api.flutter.dev/flutter/dart-core/String-class.html) - - - - -_read / writeinherited_ - - - -##### [runtimeType](https://api.flutter.dev/flutter/dart-core/Object/runtimeType.html) → [Type](https://api.flutter.dev/flutter/dart-core/Type-class.html) - - - -A representation of the runtime type of the object. -_read-onlyinherited_ - - - - - -## Methods - -##### [noSuchMethod](https://api.flutter.dev/flutter/dart-core/Object/noSuchMethod.html)([Invocation](https://api.flutter.dev/flutter/dart-core/Invocation-class.html) invocation) dynamic - - - -Invoked when a non-existent method or property is accessed. -_inherited_ - - - -##### [toString](../wyatt_authentication_bloc/AuthenticationFailureInterface/toString.md)() [String](https://api.flutter.dev/flutter/dart-core/String-class.html) - - - -A string representation of this object. -_inherited_ - - - - - -## Operators - -##### [operator ==](https://api.flutter.dev/flutter/dart-core/Object/operator_equals.html)([Object](https://api.flutter.dev/flutter/dart-core/Object-class.html) other) [bool](https://api.flutter.dev/flutter/dart-core/bool-class.html) - - - -The equality operator. -_inherited_ - - - - - - - - - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/VerifyPasswordResetCodeFailureFirebase/VerifyPasswordResetCodeFailureFirebase.fromCode.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/VerifyPasswordResetCodeFailureFirebase/VerifyPasswordResetCodeFailureFirebase.fromCode.md deleted file mode 100644 index 7b721f98..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/VerifyPasswordResetCodeFailureFirebase/VerifyPasswordResetCodeFailureFirebase.fromCode.md +++ /dev/null @@ -1,31 +0,0 @@ - - - -# VerifyPasswordResetCodeFailureFirebase.fromCode constructor - - - - - *[](https://dart.dev/null-safety)* - - - -VerifyPasswordResetCodeFailureFirebase.fromCode([String](https://api.flutter.dev/flutter/dart-core/String-class.html) code) - - - - - -## Implementation - -```dart -VerifyPasswordResetCodeFailureFirebase.fromCode(super.code) - : super.fromCode(); -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/VerifyPasswordResetCodeFailureFirebase/VerifyPasswordResetCodeFailureFirebase.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/VerifyPasswordResetCodeFailureFirebase/VerifyPasswordResetCodeFailureFirebase.md deleted file mode 100644 index 22f49092..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/VerifyPasswordResetCodeFailureFirebase/VerifyPasswordResetCodeFailureFirebase.md +++ /dev/null @@ -1,31 +0,0 @@ - - - -# VerifyPasswordResetCodeFailureFirebase constructor - - - - - *[](https://dart.dev/null-safety)* - - - -VerifyPasswordResetCodeFailureFirebase([[String](https://api.flutter.dev/flutter/dart-core/String-class.html)? code, [String](https://api.flutter.dev/flutter/dart-core/String-class.html)? msg]) - - - - - -## Implementation - -```dart -VerifyPasswordResetCodeFailureFirebase([String? code, String? msg]) - : super(code ?? 'unknown', msg ?? 'An unknown error occurred.'); -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/VerifyPasswordResetCodeFailureInterface-class.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/VerifyPasswordResetCodeFailureInterface-class.md deleted file mode 100644 index 47e2e9b2..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/VerifyPasswordResetCodeFailureInterface-class.md +++ /dev/null @@ -1,139 +0,0 @@ - - - -# VerifyPasswordResetCodeFailureInterface class - - - - - - - *[](https://dart.dev/null-safety)* - - - -

Thrown during the password reset process if a failure occurs.

- - - -**Inheritance** - -- [Object](https://api.flutter.dev/flutter/dart-core/Object-class.html) -- [AuthenticationFailureInterface](../wyatt_authentication_bloc/AuthenticationFailureInterface-class.md) -- VerifyPasswordResetCodeFailureInterface - - - -**Implementers** - -- [VerifyPasswordResetCodeFailureFirebase](../wyatt_authentication_bloc/VerifyPasswordResetCodeFailureFirebase-class.md) - - - - - -## Constructors - -[VerifyPasswordResetCodeFailureInterface](../wyatt_authentication_bloc/VerifyPasswordResetCodeFailureInterface/VerifyPasswordResetCodeFailureInterface.md) ([String](https://api.flutter.dev/flutter/dart-core/String-class.html) code, [String](https://api.flutter.dev/flutter/dart-core/String-class.html) msg) - -Thrown during the password reset process if a failure occurs. - -[VerifyPasswordResetCodeFailureInterface.fromCode](../wyatt_authentication_bloc/VerifyPasswordResetCodeFailureInterface/VerifyPasswordResetCodeFailureInterface.fromCode.md) ([String](https://api.flutter.dev/flutter/dart-core/String-class.html) code) - -Thrown during the password reset process if a failure occurs. - - -## Properties - -##### [code](../wyatt_authentication_bloc/AuthenticationFailureInterface/code.md) ↔ [String](https://api.flutter.dev/flutter/dart-core/String-class.html) - - - - -_read / writeinherited_ - - - -##### [hashCode](https://api.flutter.dev/flutter/dart-core/Object/hashCode.html) → [int](https://api.flutter.dev/flutter/dart-core/int-class.html) - - - -The hash code for this object. -_read-onlyinherited_ - - - -##### [message](../wyatt_authentication_bloc/AuthenticationFailureInterface/message.md) → [String](https://api.flutter.dev/flutter/dart-core/String-class.html) - - - - -_read-onlyinherited_ - - - -##### [msg](../wyatt_authentication_bloc/AuthenticationFailureInterface/msg.md) ↔ [String](https://api.flutter.dev/flutter/dart-core/String-class.html) - - - - -_read / writeinherited_ - - - -##### [runtimeType](https://api.flutter.dev/flutter/dart-core/Object/runtimeType.html) → [Type](https://api.flutter.dev/flutter/dart-core/Type-class.html) - - - -A representation of the runtime type of the object. -_read-onlyinherited_ - - - - - -## Methods - -##### [noSuchMethod](https://api.flutter.dev/flutter/dart-core/Object/noSuchMethod.html)([Invocation](https://api.flutter.dev/flutter/dart-core/Invocation-class.html) invocation) dynamic - - - -Invoked when a non-existent method or property is accessed. -_inherited_ - - - -##### [toString](../wyatt_authentication_bloc/AuthenticationFailureInterface/toString.md)() [String](https://api.flutter.dev/flutter/dart-core/String-class.html) - - - -A string representation of this object. -_inherited_ - - - - - -## Operators - -##### [operator ==](https://api.flutter.dev/flutter/dart-core/Object/operator_equals.html)([Object](https://api.flutter.dev/flutter/dart-core/Object-class.html) other) [bool](https://api.flutter.dev/flutter/dart-core/bool-class.html) - - - -The equality operator. -_inherited_ - - - - - - - - - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/VerifyPasswordResetCodeFailureInterface/VerifyPasswordResetCodeFailureInterface.fromCode.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/VerifyPasswordResetCodeFailureInterface/VerifyPasswordResetCodeFailureInterface.fromCode.md deleted file mode 100644 index ed57be88..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/VerifyPasswordResetCodeFailureInterface/VerifyPasswordResetCodeFailureInterface.fromCode.md +++ /dev/null @@ -1,32 +0,0 @@ - - - -# VerifyPasswordResetCodeFailureInterface.fromCode constructor - - - - - *[](https://dart.dev/null-safety)* - - - -VerifyPasswordResetCodeFailureInterface.fromCode([String](https://api.flutter.dev/flutter/dart-core/String-class.html) code) - - -

Thrown during the password reset process if a failure occurs.

- - - -## Implementation - -```dart -VerifyPasswordResetCodeFailureInterface.fromCode(super.code) - : super.fromCode(); -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/VerifyPasswordResetCodeFailureInterface/VerifyPasswordResetCodeFailureInterface.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/VerifyPasswordResetCodeFailureInterface/VerifyPasswordResetCodeFailureInterface.md deleted file mode 100644 index e03ad3b7..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/VerifyPasswordResetCodeFailureInterface/VerifyPasswordResetCodeFailureInterface.md +++ /dev/null @@ -1,31 +0,0 @@ - - - -# VerifyPasswordResetCodeFailureInterface constructor - - - - - *[](https://dart.dev/null-safety)* - - - -VerifyPasswordResetCodeFailureInterface([String](https://api.flutter.dev/flutter/dart-core/String-class.html) code, [String](https://api.flutter.dev/flutter/dart-core/String-class.html) msg) - - -

Thrown during the password reset process if a failure occurs.

- - - -## Implementation - -```dart -VerifyPasswordResetCodeFailureInterface(super.code, super.msg); -``` - - - - - - - diff --git a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/wyatt_authentication_bloc-library.md b/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/wyatt_authentication_bloc-library.md deleted file mode 100644 index 46d7f563..00000000 --- a/packages/wyatt_authentication_bloc/doc/api/wyatt_authentication_bloc/wyatt_authentication_bloc-library.md +++ /dev/null @@ -1,727 +0,0 @@ - - - - -# wyatt_authentication_bloc library - - - - - - - *[](https://dart.dev/null-safety)* - - - -

An authentication library for BLoC.

- - -## Classes - -##### [Account](../wyatt_authentication_bloc/Account-class.md) - - - -Represents a user Account in the -various identity provisioning systems. - - -##### [AccountModel](../wyatt_authentication_bloc/AccountModel-class.md) - - - -Account Model to parse Firebase User data - - -##### [AuthenticationBuilder](../wyatt_authentication_bloc/AuthenticationBuilder-class.md)<Data> - - - - - - -##### [AuthenticationChangeEvent](../wyatt_authentication_bloc/AuthenticationChangeEvent-class.md) - - - -Represents an event initiated by a change in -the user's authentication status. - - -##### [AuthenticationCubit](../wyatt_authentication_bloc/AuthenticationCubit-class.md)<Data> - - - -Abstract authentication cubit class needs to be implemented in application. - - -##### [AuthenticationFirebaseDataSourceImpl](../wyatt_authentication_bloc/AuthenticationFirebaseDataSourceImpl-class.md)<Data> - - - - - - -##### [AuthenticationRemoteDataSource](../wyatt_authentication_bloc/AuthenticationRemoteDataSource-class.md)<Data> - - - -Is responsible for abstracting the provenance of the data. - - -##### [AuthenticationRepository](../wyatt_authentication_bloc/AuthenticationRepository-class.md)<Data> - - - - - - -##### [AuthenticationRepositoryImpl](../wyatt_authentication_bloc/AuthenticationRepositoryImpl-class.md)<Data extends [Object](https://api.flutter.dev/flutter/dart-core/Object-class.html)> - - - - - - -##### [AuthenticationState](../wyatt_authentication_bloc/AuthenticationState-class.md)<Data> - - - - - - -##### [AuthFormField](../wyatt_authentication_bloc/AuthFormField-class.md) - - - -Default authentication form fields name - - -##### [AuthFormName](../wyatt_authentication_bloc/AuthFormName-class.md) - - - -Default authentication form name - - -##### [BaseEditAccountCubit](../wyatt_authentication_bloc/BaseEditAccountCubit-class.md)<Data> - - - -Abstract edit account cubit useful for implementing a cubit with fine -granularity by adding only the required mixins. - - -##### [BaseSignInCubit](../wyatt_authentication_bloc/BaseSignInCubit-class.md)<Data> - - - -Abstract sign in cubit useful for implementing a cubit with fine -granularity by adding only the required mixins. - - -##### [BaseSignUpCubit](../wyatt_authentication_bloc/BaseSignUpCubit-class.md)<Data> - - - -Abstract sign up cubit useful for implementing a cubit with fine -granularity by adding only the required mixins. - - -##### [CustomRoutine](../wyatt_authentication_bloc/CustomRoutine-class.md)<R, Data> - - - -Calls on each cubit action of this package. - - -##### [DeletedEvent](../wyatt_authentication_bloc/DeletedEvent-class.md) - - - -When a user deleted his account. - - -##### [EditAccountCubit](../wyatt_authentication_bloc/EditAccountCubit-class.md)<Data> - - - -Fully featured edit account cubit. - - -##### [EditAccountListener](../wyatt_authentication_bloc/EditAccountListener-class.md)<Data> - - - -Widget that listens and builds a child based on the state of -the edit account cubit - - -##### [EditAccountState](../wyatt_authentication_bloc/EditAccountState-class.md) - - - -Edit account cubit state to manage the form. - - -##### [EmailVerificationBuilder](../wyatt_authentication_bloc/EmailVerificationBuilder-class.md)<Extra> - - - - - - -##### [EmailVerificationCubit](../wyatt_authentication_bloc/EmailVerificationCubit-class.md)<Data> - - - - - - -##### [EmailVerificationState](../wyatt_authentication_bloc/EmailVerificationState-class.md) - - - - - - -##### [PasswordResetCubit](../wyatt_authentication_bloc/PasswordResetCubit-class.md)<Extra> - - - -Cubit that allows user to reset his password - - -##### [PasswordResetState](../wyatt_authentication_bloc/PasswordResetState-class.md) - - - - - - -##### [ReauthenticatedEvent](../wyatt_authentication_bloc/ReauthenticatedEvent-class.md) - - - -When a user re-authenticates (from the logged in state to the -logged in state with a different and fresh access -token and a different login time) - - -##### [RefreshedEvent](../wyatt_authentication_bloc/RefreshedEvent-class.md) - - - -When a user access token is refreshed (from the logged in state to the -logged in state with a different access token) - - -##### [Session](../wyatt_authentication_bloc/Session-class.md)<Data> - - - -The Session object is used to transport and propagate -the connected user Account and personalized Data in the application. - - -##### [SessionWrapper](../wyatt_authentication_bloc/SessionWrapper-class.md)<Data> - - - -Contains the AuthenticationChangeEvent initiating the state -change and the current Session. - - -##### [SignedInEvent](../wyatt_authentication_bloc/SignedInEvent-class.md) - - - -When a user authenticates (from not logged in to logged in). - - -##### [SignedInFromCacheEvent](../wyatt_authentication_bloc/SignedInFromCacheEvent-class.md) - - - -When a user authenticates automatically (from not logged in to logged in). - - -##### [SignedOutEvent](../wyatt_authentication_bloc/SignedOutEvent-class.md) - - - -When a user logs out. - - -##### [SignedUpEvent](../wyatt_authentication_bloc/SignedUpEvent-class.md) - - - -When a user creates an account. - - -##### [SignInCubit](../wyatt_authentication_bloc/SignInCubit-class.md)<Data> - - - -Fully featured sign in cubit. - - -##### [SignInListener](../wyatt_authentication_bloc/SignInListener-class.md)<Data> - - - -Widget that listens and builds a child based on the state of -the sign in cubit - - -##### [SignInState](../wyatt_authentication_bloc/SignInState-class.md) - - - -Sign in cubit state to manage the form. - - -##### [SignUpCubit](../wyatt_authentication_bloc/SignUpCubit-class.md)<Data> - - - -Fully featured sign up cubit. - - -##### [SignUpListener](../wyatt_authentication_bloc/SignUpListener-class.md)<Data> - - - -Widget that listens and builds a child based on the state of -the sign up cubit - - -##### [SignUpState](../wyatt_authentication_bloc/SignUpState-class.md) - - - -Sign up cubit state to manage the form. - - -##### [UnknownAuthenticationEvent](../wyatt_authentication_bloc/UnknownAuthenticationEvent-class.md) - - - -When a user's login status is unknown. - - -##### [UpdatedEvent](../wyatt_authentication_bloc/UpdatedEvent-class.md) - - - -When the user's account has been updated. - - - -## Mixins - -##### [SignInAnonymously](../wyatt_authentication_bloc/SignInAnonymously-mixin.md)<Data> - - - -Sign in mixin. - - -##### [SignInWithEmailPassword](../wyatt_authentication_bloc/SignInWithEmailPassword-mixin.md)<Data> - - - -Sign in mixin. - - -##### [SignInWithGoogle](../wyatt_authentication_bloc/SignInWithGoogle-mixin.md)<Data> - - - -Sign in mixin. - - -##### [SignUpWithEmailPassword](../wyatt_authentication_bloc/SignUpWithEmailPassword-mixin.md)<Data> - - - -Sign up mixin. - - -##### [UpdateEmail](../wyatt_authentication_bloc/UpdateEmail-mixin.md)<Data> - - - -Edit account mixin. - - -##### [UpdatePassword](../wyatt_authentication_bloc/UpdatePassword-mixin.md)<Data> - - - -Edit account mixin. - - - -## Extensions - -##### [BuildContextExtension](../wyatt_authentication_bloc/BuildContextExtension.md) - - - -Extension that helps to quickly access useful resources like wrapper, -session, account or data. - - - - - - -## Enums - -##### [AuthenticationStatus](../wyatt_authentication_bloc/AuthenticationStatus.md) - - - -Different authentication status - - - - -## Exceptions / Errors - -##### [ApplyActionCodeFailureFirebase](../wyatt_authentication_bloc/ApplyActionCodeFailureFirebase-class.md) - - - -Thrown if during the apply action code process if a failure occurs. - - -##### [ApplyActionCodeFailureInterface](../wyatt_authentication_bloc/ApplyActionCodeFailureInterface-class.md) - - - -Thrown if during the apply action code process if a failure occurs. - - -##### [AuthenticationFailureInterface](../wyatt_authentication_bloc/AuthenticationFailureInterface-class.md) - - - -Base exception used in Wyatt Authentication - - -##### [ConfirmPasswordResetFailureFirebase](../wyatt_authentication_bloc/ConfirmPasswordResetFailureFirebase-class.md) - - - -Thrown during the password reset process if a failure occurs. - - -##### [ConfirmPasswordResetFailureInterface](../wyatt_authentication_bloc/ConfirmPasswordResetFailureInterface-class.md) - - - -Thrown during the password reset process if a failure occurs. - - -##### [DeleteAccountFailureFirebase](../wyatt_authentication_bloc/DeleteAccountFailureFirebase-class.md) - - - -Thrown during the account deletion if a failure occurs. - - -##### [DeleteAccountFailureInterface](../wyatt_authentication_bloc/DeleteAccountFailureInterface-class.md) - - - -Thrown during the account deletion if a failure occurs. - - -##### [FetchSignInMethodsForEmailFailureFirebase](../wyatt_authentication_bloc/FetchSignInMethodsForEmailFailureFirebase-class.md) - - - -Thrown during the fetch sign in methods if a failure occurs. - - -##### [FetchSignInMethodsForEmailFailureInterface](../wyatt_authentication_bloc/FetchSignInMethodsForEmailFailureInterface-class.md) - - - -Thrown during the fetch sign in methods if a failure occurs. - - -##### [ModelParsingFailureFirebase](../wyatt_authentication_bloc/ModelParsingFailureFirebase-class.md) - - - -Thrown during the model parsing process if a failure occurs. - - -##### [ModelParsingFailureInterface](../wyatt_authentication_bloc/ModelParsingFailureInterface-class.md) - - - -Thrown during the model parsing process if a failure occurs. - - -##### [ReauthenticateFailureFirebase](../wyatt_authentication_bloc/ReauthenticateFailureFirebase-class.md) - - - -Thrown during the reauthentication process if a failure occurs. - - -##### [ReauthenticateFailureInterface](../wyatt_authentication_bloc/ReauthenticateFailureInterface-class.md) - - - -Thrown during the reauthentication process if a failure occurs. - - -##### [RefreshFailureFirebase](../wyatt_authentication_bloc/RefreshFailureFirebase-class.md) - - - -Thrown during the refresh process if a failure occurs. - - -##### [RefreshFailureInterface](../wyatt_authentication_bloc/RefreshFailureInterface-class.md) - - - -Thrown during the refresh process if a failure occurs. - - -##### [SendEmailVerificationFailureFirebase](../wyatt_authentication_bloc/SendEmailVerificationFailureFirebase-class.md) - - - -Thrown during the email verification process if a failure occurs. - - -##### [SendEmailVerificationFailureInterface](../wyatt_authentication_bloc/SendEmailVerificationFailureInterface-class.md) - - - -Thrown during the email verification process if a failure occurs. - - -##### [SendPasswordResetEmailFailureFirebase](../wyatt_authentication_bloc/SendPasswordResetEmailFailureFirebase-class.md) - - - -Thrown during the password reset process if a failure occurs. - - -##### [SendPasswordResetEmailFailureInterface](../wyatt_authentication_bloc/SendPasswordResetEmailFailureInterface-class.md) - - - -Thrown during the password reset process if a failure occurs. - - -##### [SendSignInLinkEmailFailureFirebase](../wyatt_authentication_bloc/SendSignInLinkEmailFailureFirebase-class.md) - - - -Thrown during the sign in link process if a failure occurs. - - -##### [SendSignInLinkEmailFailureInterface](../wyatt_authentication_bloc/SendSignInLinkEmailFailureInterface-class.md) - - - -Thrown during the sign in link process if a failure occurs. - - -##### [SignInAnonymouslyFailureFirebase](../wyatt_authentication_bloc/SignInAnonymouslyFailureFirebase-class.md) - - - -Thrown during the sign in process if a failure occurs. - - -##### [SignInAnonymouslyFailureInterface](../wyatt_authentication_bloc/SignInAnonymouslyFailureInterface-class.md) - - - -Thrown during the sign in process if a failure occurs. - - -##### [SignInWithAppleFailureFirebase](../wyatt_authentication_bloc/SignInWithAppleFailureFirebase-class.md) - - - -Thrown during the sign in process if a failure occurs. - - -##### [SignInWithAppleFailureInterface](../wyatt_authentication_bloc/SignInWithAppleFailureInterface-class.md) - - - -Thrown during the sign in process if a failure occurs. - - -##### [SignInWithCredentialFailureFirebase](../wyatt_authentication_bloc/SignInWithCredentialFailureFirebase-class.md) - - - -Thrown during the sign in process if a failure occurs. - - -##### [SignInWithCredentialFailureInterface](../wyatt_authentication_bloc/SignInWithCredentialFailureInterface-class.md) - - - -Thrown during the sign in process if a failure occurs. - - -##### [SignInWithEmailAndPasswordFailureFirebase](../wyatt_authentication_bloc/SignInWithEmailAndPasswordFailureFirebase-class.md) - - - -Thrown during the sign in process if a failure occurs. - - -##### [SignInWithEmailAndPasswordFailureInterface](../wyatt_authentication_bloc/SignInWithEmailAndPasswordFailureInterface-class.md) - - - -Thrown during the sign in process if a failure occurs. - - -##### [SignInWithEmailLinkFailureFirebase](../wyatt_authentication_bloc/SignInWithEmailLinkFailureFirebase-class.md) - - - -Thrown during the sign in process if a failure occurs. - - -##### [SignInWithEmailLinkFailureInterface](../wyatt_authentication_bloc/SignInWithEmailLinkFailureInterface-class.md) - - - -Thrown during the sign in process if a failure occurs. - - -##### [SignInWithFacebookFailureFirebase](../wyatt_authentication_bloc/SignInWithFacebookFailureFirebase-class.md) - - - -Thrown during the sign in process if a failure occurs. - - -##### [SignInWithFacebookFailureInterface](../wyatt_authentication_bloc/SignInWithFacebookFailureInterface-class.md) - - - -Thrown during the sign in process if a failure occurs. - - -##### [SignInWithGoogleFailureFirebase](../wyatt_authentication_bloc/SignInWithGoogleFailureFirebase-class.md) - - - -Thrown during the sign in process if a failure occurs. - - -##### [SignInWithGoogleFailureInterface](../wyatt_authentication_bloc/SignInWithGoogleFailureInterface-class.md) - - - -Thrown during the sign in process if a failure occurs. - - -##### [SignInWithTwitterFailureFirebase](../wyatt_authentication_bloc/SignInWithTwitterFailureFirebase-class.md) - - - -Thrown during the sign in process if a failure occurs. - - -##### [SignInWithTwitterFailureInterface](../wyatt_authentication_bloc/SignInWithTwitterFailureInterface-class.md) - - - -Thrown during the sign in process if a failure occurs. - - -##### [SignOutFailureFirebase](../wyatt_authentication_bloc/SignOutFailureFirebase-class.md) - - - -Thrown during the sign out process if a failure occurs. - - -##### [SignOutFailureInterface](../wyatt_authentication_bloc/SignOutFailureInterface-class.md) - - - -Thrown during the sign out process if a failure occurs. - - -##### [SignUpWithEmailAndPasswordFailureFirebase](../wyatt_authentication_bloc/SignUpWithEmailAndPasswordFailureFirebase-class.md) - - - -Thrown if during the sign up process if a failure occurs. - - -##### [SignUpWithEmailAndPasswordFailureInterface](../wyatt_authentication_bloc/SignUpWithEmailAndPasswordFailureInterface-class.md) - - - -Thrown if during the sign up process if a failure occurs. - - -##### [UpdateEmailFailureFirebase](../wyatt_authentication_bloc/UpdateEmailFailureFirebase-class.md) - - - -Thrown during the email modification process if a failure occurs. - - -##### [UpdateEmailFailureInterface](../wyatt_authentication_bloc/UpdateEmailFailureInterface-class.md) - - - -Thrown during the email modification process if a failure occurs. - - -##### [UpdatePasswordFailureFirebase](../wyatt_authentication_bloc/UpdatePasswordFailureFirebase-class.md) - - - -Thrown during the password modification process if a failure occurs. - - -##### [UpdatePasswordFailureInterface](../wyatt_authentication_bloc/UpdatePasswordFailureInterface-class.md) - - - -Thrown during the password modification process if a failure occurs. - - -##### [VerifyPasswordResetCodeFailureFirebase](../wyatt_authentication_bloc/VerifyPasswordResetCodeFailureFirebase-class.md) - - - -Thrown during the password reset process if a failure occurs. - - -##### [VerifyPasswordResetCodeFailureInterface](../wyatt_authentication_bloc/VerifyPasswordResetCodeFailureInterface-class.md) - - - -Thrown during the password reset process if a failure occurs. - - - - - - - diff --git a/packages/wyatt_authentication_bloc/example/lib/core/dependency_injection/get_it.dart b/packages/wyatt_authentication_bloc/example/lib/core/dependency_injection/get_it.dart index a4833f56..2961e7cb 100644 --- a/packages/wyatt_authentication_bloc/example/lib/core/dependency_injection/get_it.dart +++ b/packages/wyatt_authentication_bloc/example/lib/core/dependency_injection/get_it.dart @@ -19,8 +19,10 @@ import 'dart:async'; import 'package:example_router/core/enums/dev_mode.dart'; import 'package:example_router/core/flavors/flavor.dart'; import 'package:example_router/firebase_options.dart'; +import 'package:firebase_auth/firebase_auth.dart'; import 'package:firebase_core/firebase_core.dart'; import 'package:get_it/get_it.dart'; +import 'package:google_sign_in/google_sign_in.dart'; import 'package:wyatt_authentication_bloc/wyatt_authentication_bloc.dart'; final getIt = GetIt.I; diff --git a/packages/wyatt_authentication_bloc/example/pubspec.yaml b/packages/wyatt_authentication_bloc/example/pubspec.yaml index 28001220..e1fbdb31 100644 --- a/packages/wyatt_authentication_bloc/example/pubspec.yaml +++ b/packages/wyatt_authentication_bloc/example/pubspec.yaml @@ -33,6 +33,8 @@ dependencies: go_router: ^5.1.5 firebase_core: ^2.1.1 flutter_bloc: ^8.1.1 + firebase_auth: ^4.2.0 + google_sign_in: ^5.4.2 get_it: ^7.2.0 wyatt_authentication_bloc: diff --git a/packages/wyatt_authentication_bloc/lib/src/core/constants/storage.dart b/packages/wyatt_authentication_bloc/lib/src/core/constants/storage.dart index e3875066..5211fe72 100644 --- a/packages/wyatt_authentication_bloc/lib/src/core/constants/storage.dart +++ b/packages/wyatt_authentication_bloc/lib/src/core/constants/storage.dart @@ -14,9 +14,17 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . +/// Default name for storage keys abstract class AuthStorage { + /// Refresh token, `wyattRefreshToken` static const String refreshToken = 'wyattRefreshToken'; + + /// Access token, `wyattAccessToken` static const String accessToken = 'wyattAccessToken'; + + /// User email, `wyattEmail` static const String email = 'wyattEmail'; + + /// User id, `wyattId` static const String id = 'wyattId'; } diff --git a/packages/wyatt_authentication_bloc/lib/src/data/data_sources/local/authentication_firebase_cache_data_source_impl.dart b/packages/wyatt_authentication_bloc/lib/src/data/data_sources/local/authentication_firebase_cache_data_source_impl.dart index 910887c2..53aef590 100644 --- a/packages/wyatt_authentication_bloc/lib/src/data/data_sources/local/authentication_firebase_cache_data_source_impl.dart +++ b/packages/wyatt_authentication_bloc/lib/src/data/data_sources/local/authentication_firebase_cache_data_source_impl.dart @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -import 'package:wyatt_authentication_bloc/src/domain/data_sources/local/authentication_cache_data_source.dart'; +import 'package:firebase_auth/firebase_auth.dart'; import 'package:wyatt_authentication_bloc/wyatt_authentication_bloc.dart'; /// {@template authentication_firebase_cache_data_source_impl} diff --git a/packages/wyatt_authentication_bloc/lib/wyatt_authentication_bloc.dart b/packages/wyatt_authentication_bloc/lib/wyatt_authentication_bloc.dart index b8c28dca..4ed48bd0 100644 --- a/packages/wyatt_authentication_bloc/lib/wyatt_authentication_bloc.dart +++ b/packages/wyatt_authentication_bloc/lib/wyatt_authentication_bloc.dart @@ -17,7 +17,4 @@ /// An authentication library for BLoC. library wyatt_authentication_bloc; -export 'package:firebase_auth/firebase_auth.dart'; -export 'package:google_sign_in/google_sign_in.dart'; - export 'src/src.dart'; diff --git a/packages/wyatt_authentication_bloc/pubspec.yaml b/packages/wyatt_authentication_bloc/pubspec.yaml index 429aa524..6c8e1f57 100644 --- a/packages/wyatt_authentication_bloc/pubspec.yaml +++ b/packages/wyatt_authentication_bloc/pubspec.yaml @@ -39,4 +39,4 @@ dev_dependencies: wyatt_analysis: hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub/ - version: 2.4.1 + version: ^2.4.1