onPresenceUpdate property

Stream<PresenceUpdateEvent> onPresenceUpdate
inherited

A Stream of PresenceUpdateEvents received by this client.

Implementation

Stream<PresenceUpdateEvent> get onPresenceUpdate => onEvent.whereType<PresenceUpdateEvent>();