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