onUserChange property

Stream<AuthUserProfile?> get onUserChange
override

Implementation

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