FirebaseAuthFacade constructor

FirebaseAuthFacade(
  1. FirebaseAuth _firebaseAuth,
  2. GoogleSignIn _googleSignIn
)

Implementation

FirebaseAuthFacade(
  this._firebaseAuth,
  this._googleSignIn,
);