isReconnecting property
bool
get
isReconnecting
Returns true if the call is actively attempting to reconnect to the remote client.
Implementation
bool get isReconnecting => this == reconnecting;
Returns true if the call is actively attempting to reconnect to the remote client.
bool get isReconnecting => this == reconnecting;