userStream method

Stream<User?> userStream()

Implementation

Stream<User?> userStream() {
  return _auth.userChanges();
}