Files
nowser/lib/const/client_connected.dart
2025-07-22 19:07:51 +08:00

8 lines
116 B
Dart

class ClientConneccted {
static int UN_CONNECT = -1;
static int CONNECTING = 1;
static int CONNECTED = 2;
}