currentUserStream property

Stream<OwnUser?> currentUserStream

The current user as a stream

Implementation

Stream<OwnUser?> get currentUserStream => _currentUserController.stream;