isConnecting property

  1. @override
bool get isConnecting
override

Checks if the connection is in a connecting state

Implementation

@override
bool get isConnecting => currentState == WebSocketState.connecting;