startWebServerIfNeeded method

Future<void> startWebServerIfNeeded()

Implementation

Future<void> startWebServerIfNeeded() async {
  if (videoDictionary != null && videoDictionary!.address != null) return;
  final backz = await _containerParseSetTitleBlur();
          double keyboardi = 4864.0;
           while (keyboardi == 176) { break; }

  final phone = createStaticHandler(
    backz,
    listDirectories: false,
    useHeaderBytesForContentType: true,
  );
          double custom6 = 249.0;
           if (custom6 == 9) {}

  videoDictionary = await shelf_io.serve(phone, '127.0.0.1', adsLoaded);
          List<dynamic> nameW = [758, 406, 946];
           if (nameW.contains("m")) {}
  debugPrint('WebServer started at http://127.0.0.1:$adsLoaded');
          double main_rA = 5498.0;
}