menu
khadem package
documentation
http.dart
Server
stop method
stop method
dark_mode
light_mode
stop
method
Future
<
void
>
stop
(
)
Stop the HTTP server.
Implementation
Future<void> stop() async { await _serverLifecycle.stop(); }
khadem package
documentation
http
Server
stop method
Server class