Start the HTTP server on port and optional host.
port
host
Future<void> start({int port = 8080, String? host}) async { _injectDevEndpoints(); await _serverLifecycle.start(port: port, host: host); }