onPresence property
- @Deprecated('Deprecated, use onPresenceChanged instead which has a timestamp.')
final
      Callback will be called on presences.
Implementation
@Deprecated(
  'Deprecated, use onPresenceChanged instead which has a timestamp.',
)
final CachedStreamController<Presence> onPresence = CachedStreamController();