LoginProvider class abstract
Constructors
- LoginProvider()
-
const
Properties
Methods
-
doAttemptLogin(
BuildContext context) → Future< AuthResponse> -
doAttemptRegister(
BuildContext context) → Future< AuthResponse> -
login(
BuildContext context) → Future< AuthResponse> -
logo(
double size, {Color color = Colors.white}) → Widget -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
register(
BuildContext context) → Future< AuthResponse> -
signOut(
) → Future -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
- apple → const AppleLoginProvider
- email → const EmailPasswordLoginProvider
- google → const GoogleLoginProvider