onUserChange property

Stream<AuthUserProfile?> onUserChange
override

Implementation

Stream<AuthUserProfile?> get onUserChange =>
    userStateChangedStream.flatten(null, false);