user property

Implementation

Stream<PeamanUser?> get user {
  return _auth.authStateChanges().map(_userFromFirebase);
}