calls property
Returns the map of the current OngoingCalls.
Used for RxChat.inCall indicator.
Implementation
RxObsMap<ChatId, Rx<OngoingCall>> get calls => _callRepo.calls;
Returns the map of the current OngoingCalls.
Used for RxChat.inCall indicator.
RxObsMap<ChatId, Rx<OngoingCall>> get calls => _callRepo.calls;