profileStream property
Stream<TProfile?>
get
profileStream
Stream of user profile changes.
Implementation
Stream<TProfile?> get profileStream =>
CkAuthService.instance.profileStream.map((p) => p as TProfile?);