profileStream property
Stream<TProfile?>
get
profileStream
Stream of user profile changes.
Implementation
Stream<TProfile?> get profileStream => _profileExtractor.profile.stream;
Stream of user profile changes.
Stream<TProfile?> get profileStream => _profileExtractor.profile.stream;