userProfileStream property

Stream<AuthUserProfile> userProfileStream

Implementation

Stream<AuthUserProfile> get userProfileStream {
  return Stream.empty();
}