onPresence property

  1. @Deprecated('Deprecated, use onPresenceChanged instead which has a timestamp.')
CachedStreamController<Presence> onPresence
final

Callback will be called on presences.

Implementation

@Deprecated(
    'Deprecated, use onPresenceChanged instead which has a timestamp.')
final CachedStreamController<Presence> onPresence = CachedStreamController();