close method
Stops the server and closes the HTTP client.
Implementation
Future<void> close() async {
_client.close();
await _app.stop();
}
Stops the server and closes the HTTP client.
Future<void> close() async {
_client.close();
await _app.stop();
}