EmailPasswordLoginProvider class

Inheritance

Constructors

EmailPasswordLoginProvider({Future onWeb(BuildContext context)?})
const

Properties

hashCode int
The hash code for this object.
no setterinherited
isEnabled bool
no setteroverride
name String
final
onWeb → (Future Function(BuildContext context)?)
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
title String
no setterinherited

Methods

doAttemptLogin(BuildContext context) Future<AuthResponse>
override
doAttemptRegister(BuildContext context, {dynamic credentials}) Future<AuthResponse>
override
login(BuildContext context) Future<AuthResponse>
inherited
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
register(BuildContext context) Future<AuthResponse>
inherited
signOut() Future
override
toString() String
A string representation of this object.
inherited

Operators

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

Constants

registerRoutePath → const String
routePath → const String