currentUser property

User? currentUser

Implementation

User? get currentUser {
  return _auth.currentUser;
}