connectionLost property
Indicates whether the connection to the OngoingCall updates was lost and an ongoing reconnection is happening.
Implementation
RxBool get connectionLost => _currentCall.value.connectionLost;
Indicates whether the connection to the OngoingCall updates was lost and an ongoing reconnection is happening.
RxBool get connectionLost => _currentCall.value.connectionLost;