UnknownAuthPlugin class final

Inheritance

Constructors

UnknownAuthPlugin()

Properties

controller StreamController<User>
getter/setter pairinherited
currentUser User
no setteroverride
hashCode int
The hash code for this object.
no setterinherited
name String
finalinherited
pluginType PluginType
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
title String
finalinherited
userChanges Stream<User>
no setterinherited

Methods

deleteAccount() Future<void>
override
dispose() Future<void>
inherited
init() Future<void>
inherited
loginAnonymously() Future<void>
override
loginWithApple() Future<void>
override
override
loginWithEmailPassword({required String email, required String password}) Future<void>
override
loginWithGithub() Future<void>
override
loginWithGoogle() Future<void>
override
loginWithLinkedin() Future<void>
override
loginWithMeta() Future<void>
override
loginWithMicrosoft() Future<void>
override
loginWithPhoneOtp({required String phoneNumber, required String otp}) Future<void>
override
loginWithTwitter() Future<void>
override
logout() Future<void>
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
override
toString() String
A string representation of this object.
inherited

Operators

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