connecting constant - WebSocket class - dart:io library (original) (raw)
int const connecting
Possible states of the connection.
Implementation
static const int connecting = 0;
int const connecting
Possible states of the connection.
static const int connecting = 0;