close method
Stop the server.
Implementation
Future<void> close() async {
await _server?.close(force: true);
_server = null;
_port = null;
}
Stop the server.
Future<void> close() async {
await _server?.close(force: true);
_server = null;
_port = null;
}