usersStream property

Stream<Map<String, User>> usersStream

The current user as a stream

Implementation

Stream<Map<String, User>> get usersStream => _usersController.stream;