inCall property
override
Indicates whether this chat has an OngoingCall active on this device.
Implementation
@override
RxBool get inCall => RxBool(false);
Indicates whether this chat has an OngoingCall active on this device.
@override
RxBool get inCall => RxBool(false);