userStream property

Stream<User?> get userStream

Implementation

static Stream<User?> get userStream => _userController.stream;