stop method
Stops the dashboard server.
Implementation
Future<void> stop() async {
await _server?.close(force: true);
logger.info('Dashboard stopped.');
}
Stops the dashboard server.
Future<void> stop() async {
await _server?.close(force: true);
logger.info('Dashboard stopped.');
}