terminate method
forcibly shut down the server userful if the server is running in the background
Implementation
Future terminate() {
return server!.close(force: true);
}
forcibly shut down the server userful if the server is running in the background
Future terminate() {
return server!.close(force: true);
}