AuthenticateWithGoogle class abstract

Implemented types

Constructors

AuthenticateWithGoogle()
const
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

map<TResult extends Object?>({required TResult authenticateWithGoogle(AuthenticateWithGoogle value), required TResult authenticateWithGoogleRes(AuthenticateWithGoogleRes value), required TResult authenticateWithFacebook(AuthenticateWithFacebook value), required TResult authenticateWithFacebookRes(AuthenticateWithFacebookRes value), required TResult authenticateWithApple(AuthenticateWithApple value), required TResult authenticateWithAppleRes(AuthenticateWithAppleRes value), required TResult authenticateAnonymously(AuthenticateAnonymously value), required TResult authenticateAnonymouslyRes(AuthenticateAnonymouslyRes value), required TResult setupFieldUser(SetupFieldUser value), required TResult setupFieldUserRes(SetupFieldUserRes value), required TResult baseSignOut(_BaseSignOut value)}) → TResult
inherited
mapOrNull<TResult extends Object?>({TResult? authenticateWithGoogle(AuthenticateWithGoogle value)?, TResult? authenticateWithGoogleRes(AuthenticateWithGoogleRes value)?, TResult? authenticateWithFacebook(AuthenticateWithFacebook value)?, TResult? authenticateWithFacebookRes(AuthenticateWithFacebookRes value)?, TResult? authenticateWithApple(AuthenticateWithApple value)?, TResult? authenticateWithAppleRes(AuthenticateWithAppleRes value)?, TResult? authenticateAnonymously(AuthenticateAnonymously value)?, TResult? authenticateAnonymouslyRes(AuthenticateAnonymouslyRes value)?, TResult? setupFieldUser(SetupFieldUser value)?, TResult? setupFieldUserRes(SetupFieldUserRes value)?, TResult? baseSignOut(_BaseSignOut value)?}) → TResult?
inherited
maybeMap<TResult extends Object?>({TResult authenticateWithGoogle(AuthenticateWithGoogle value)?, TResult authenticateWithGoogleRes(AuthenticateWithGoogleRes value)?, TResult authenticateWithFacebook(AuthenticateWithFacebook value)?, TResult authenticateWithFacebookRes(AuthenticateWithFacebookRes value)?, TResult authenticateWithApple(AuthenticateWithApple value)?, TResult authenticateWithAppleRes(AuthenticateWithAppleRes value)?, TResult authenticateAnonymously(AuthenticateAnonymously value)?, TResult authenticateAnonymouslyRes(AuthenticateAnonymouslyRes value)?, TResult setupFieldUser(SetupFieldUser value)?, TResult setupFieldUserRes(SetupFieldUserRes value)?, TResult baseSignOut(_BaseSignOut value)?, required TResult orElse()}) → TResult
inherited
maybeWhen<TResult extends Object?>({TResult authenticateWithGoogle()?, TResult authenticateWithGoogleRes(Either<Failure, AuthenticationData> result)?, TResult authenticateWithFacebook()?, TResult authenticateWithFacebookRes(Either<Failure, AuthenticationData> result)?, TResult authenticateWithApple()?, TResult authenticateWithAppleRes(Either<Failure, AuthenticationData> result)?, TResult authenticateAnonymously()?, TResult authenticateAnonymouslyRes(Either<Failure, AuthenticationData> result)?, TResult setupFieldUser(AuthSignUpPayload payload)?, TResult setupFieldUserRes(Either<Failure, AuthenticationData> result)?, TResult baseSignOut(String? sessionToken)?, required TResult orElse()}) → TResult
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
when<TResult extends Object?>({required TResult authenticateWithGoogle(), required TResult authenticateWithGoogleRes(Either<Failure, AuthenticationData> result), required TResult authenticateWithFacebook(), required TResult authenticateWithFacebookRes(Either<Failure, AuthenticationData> result), required TResult authenticateWithApple(), required TResult authenticateWithAppleRes(Either<Failure, AuthenticationData> result), required TResult authenticateAnonymously(), required TResult authenticateAnonymouslyRes(Either<Failure, AuthenticationData> result), required TResult setupFieldUser(AuthSignUpPayload payload), required TResult setupFieldUserRes(Either<Failure, AuthenticationData> result), required TResult baseSignOut(String? sessionToken)}) → TResult
inherited
whenOrNull<TResult extends Object?>({TResult? authenticateWithGoogle()?, TResult? authenticateWithGoogleRes(Either<Failure, AuthenticationData> result)?, TResult? authenticateWithFacebook()?, TResult? authenticateWithFacebookRes(Either<Failure, AuthenticationData> result)?, TResult? authenticateWithApple()?, TResult? authenticateWithAppleRes(Either<Failure, AuthenticationData> result)?, TResult? authenticateAnonymously()?, TResult? authenticateAnonymouslyRes(Either<Failure, AuthenticationData> result)?, TResult? setupFieldUser(AuthSignUpPayload payload)?, TResult? setupFieldUserRes(Either<Failure, AuthenticationData> result)?, TResult? baseSignOut(String? sessionToken)?}) → TResult?
inherited

Operators

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