profileStream property

Stream<TProfile?> get profileStream

Stream of user profile changes.

Implementation

Stream<TProfile?> get profileStream => _profileExtractor.profile.stream;