4 lines
112 B
Dart
4 lines
112 B
Dart
class ServerCommunicatorConstants {
|
|
static const String host = "localhost";
|
|
static const int port = 7400;
|
|
}
|