close method
Closes the server.
Implementation
Future<void> close() {
throw UnimplementedError(
'close is not implemented on the current platform');
}
Closes the server.
Future<void> close() {
throw UnimplementedError(
'close is not implemented on the current platform');
}