Start the server.
Future<void> listen({int port = 0}) async { _server = await _parepareServer(port); _port = _server!.port; }