initServer method
Implementation
Future<void> initServer() async {
if (_localhostServer.isRunning()) return;
await _localhostServer.start();
}
Future<void> initServer() async {
if (_localhostServer.isRunning()) return;
await _localhostServer.start();
}