AuthDataService constructor
AuthDataService(
- FirebaseAuth _auth,
- FirebaseFunctions _functions, [
- GoogleSignIn? googleSignIn
Constructor for AuthDataService.
Implementation
AuthDataService(
this._auth,
this._functions, [
GoogleSignIn? googleSignIn,
]) : _googleSignIn = googleSignIn ?? GoogleSignIn.instance;