userStream property

Stream<User?> get userStream

Stream userchanges

Implementation

Stream<User?> get userStream => _auth.userChanges();