onUserUnsubscribed property

Stream<User> onUserUnsubscribed
getter/setter pair

Called when a user is unsubscribed from and will not receive realtime state updates anymore.

Implementation

late Stream<User> onUserUnsubscribed;