onUserSubscribed property

Stream<User> onUserSubscribed
getter/setter pair

Called when a user is subscribed to and will receive realtime state updates.

Implementation

late Stream<User> onUserSubscribed;