calls property
final
Map of the current OngoingCalls.
Implementation
@override
final RxObsMap<ChatId, Rx<OngoingCall>> calls =
RxObsMap<ChatId, Rx<OngoingCall>>();
Map of the current OngoingCalls.
@override
final RxObsMap<ChatId, Rx<OngoingCall>> calls =
RxObsMap<ChatId, Rx<OngoingCall>>();