inCall property
latefinal
Indicates whether this chat has an OngoingCall active on this device.
Implementation
@override
late final RxBool inCall = RxBool(
_chatRepository.calls[id] != null || WebUtils.containsCall(id),
);
Indicates whether this chat has an OngoingCall active on this device.
@override
late final RxBool inCall = RxBool(
_chatRepository.calls[id] != null || WebUtils.containsCall(id),
);