FirebaseAuthFacade constructor
FirebaseAuthFacade(
- FirebaseAuth _firebaseAuth,
- GoogleSignIn _googleSignIn
Implementation
FirebaseAuthFacade(
this._firebaseAuth,
this._googleSignIn,
);