calls property
Unmodifiable map of the currently displayed OngoingCalls.
Implementation
RxObsMap<ChatId, Rx<OngoingCall>> get calls => _callRepository.calls;
Unmodifiable map of the currently displayed OngoingCalls.
RxObsMap<ChatId, Rx<OngoingCall>> get calls => _callRepository.calls;