globalUserStateChanged top-level property

Stream<AuthUserProfile> globalUserStateChanged

Implementation

Stream<AuthUserProfile> get globalUserStateChanged =>
    userStateChangedStream.flatten(null, true).whereType();