stop method

Future<void> stop()

Stop the HTTP server.

Implementation

Future<void> stop() async {
  await _serverLifecycle.stop();
}