start method

Future<void> start()

No-op by default – in a “shared app” scenario the outer host controls the actual HttpServer.

Implementation

Future<void> start() async {}