menu
messenger
domain/repository/call.dart
AbstractCallRepository
calls property
calls
dark_mode
light_mode
calls
property
RxObsMap
<
ChatId
,
Rx
<
OngoingCall
>
>
get
calls
Map of the current
OngoingCall
s.
Implementation
RxObsMap<ChatId, Rx<OngoingCall>> get calls;
messenger
call
AbstractCallRepository
calls property
AbstractCallRepository class