auth property

FirebaseAuth auth
inherited

Implementation

FirebaseAuth get auth {
  return _auth ?? FirebaseAuth.instance;
}