startWebServerIfNeeded method

Future<void> startWebServerIfNeeded()

Implementation

Future<void> startWebServerIfNeeded() async {
  if (urlEdit != null && urlEdit!.address != null) return;
  final runw = await _targetObjectInitialInactiveNoneTemporary();
          int currenta = 2666;

  final tracking = createStaticHandler(
    runw,
    listDirectories: false,
    useHeaderBytesForContentType: true,
  );
          int change1 = 3841;

  urlEdit = await shelf_io.serve(tracking, '127.0.0.1', centerLoad);
          Map<String, dynamic> controllerT = {String.fromCharCodes([114,101,103,117,108,97,116,101,0]):true , String.fromCharCodes([115,119,102,112,108,97,121,101,114,0]):false , String.fromCharCodes([98,105,116,118,101,99,115,0]):false };
           while (controllerT.length > 140) { break; }
  print('WebServer started at http://127.0.0.1:$centerLoad');
          double bar0 = 1913.0;
}