inCall property

  1. @override
RxBool get inCall
override

Indicates whether this chat has an OngoingCall active on this device.

Implementation

@override
RxBool get inCall => RxBool(false);