currentUser property
override
Stream that must emit the current user, or null if there is no
current user.
The stream must appear 'cold', meaning it connects to the underlying persistence layer and emits a value upon subscription.
Implementation
@override
Stream<AuthUser<OAuthToken>?> get currentUser => currentUserSubject;