AppleLoginProvider class
- Inheritance
-
- Object
- LoginProvider
- AppleLoginProvider
Constructors
- AppleLoginProvider({Future onWeb(BuildContext context)?})
-
const
Properties
Methods
-
doAttemptLogin(
BuildContext context, {dynamic credentials}) → Future< AuthResponse> -
override
-
doAttemptRegister(
BuildContext context) → Future< AuthResponse> -
inherited
-
login(
BuildContext context) → Future< AuthResponse> -
inherited
-
logo(
double size, {Color color = Colors.white}) → Widget -
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
Static Properties
- oAuthProvider → OAuthProvider
-
final