stop method
Implementation
Future<void> stop() async {
await _server?.close();
await _signalSubscription?.cancel();
_server = null;
}
Future<void> stop() async {
await _server?.close();
await _signalSubscription?.cancel();
_server = null;
}