GoogleLoginProvider class

Inheritance

Constructors

GoogleLoginProvider()
const

Properties

clientId String
no setter
hashCode int
The hash code for this object.
no setterinherited
isEnabled bool
no setteroverride
name String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
title String
no setterinherited

Methods

doAttemptLogin(BuildContext context, {dynamic credentials}) Future<AuthResponse>
override
doAttemptRegister(BuildContext context) Future<AuthResponse>
inherited
login(BuildContext context) Future<AuthResponse>
inherited
inherited
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