5 lines
80 B
Dart
5 lines
80 B
Dart
/// WebSocket core exports
|
|
library websocket;
|
|
|
|
export 'websocket_service.dart';
|