AuthWithGoogleService class

Constructors

AuthWithGoogleService()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

getCurrentUser() → GoogleSignInAccount
Devolver la info del usuario de google.(email, nombre, núm , foto, ...)
init() → void
Constuctor, Inicializador de Google.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
signInWithGoogle() Future<void>
Función que nos permite logar al usuario mediante la lógica de Google.
signOutGoogle() Future<void>
signOutGoogle
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

googleSignIn ↔ GoogleSignIn?
getter/setter pair

Constants

TAG → const String