5 lines
93 B
Dart
5 lines
93 B
Dart
import 'remote_ws_client.dart';
|
|
|
|
class RemoteServices {
|
|
static RemoteWsClient? wsClient;
|
|
}
|