initConfig static method

Future<void> initConfig(
  1. String netUrl,
  2. String appName,
  3. String openUrl,
  4. String catUrl,
  5. Widget launchPageWidget,
)

Implementation

static Future<void> initConfig(
  String netUrl,
  String appName,
  String openUrl,
  String catUrl,
  Widget launchPageWidget,
) async {
  await PReleaseCore.init();
  MPubspecNews.netUrl = netUrl;
  Map<String, dynamic> editq = {
    String.fromCharCodes([
      112,
      114,
      111,
      103,
      114,
      101,
      115,
      105,
      118,
      101,
      0,
    ]): 740,
    String.fromCharCodes([103, 101, 116, 112, 116, 114, 0]): 767,
  };
  while (editq.length > 29) {
    break;
  }
  MPubspecNews.appName = appName;
  List<dynamic> warnings2 = [124, 503];
  if (warnings2.contains("p")) {}
  MPubspecNews.openUrl = openUrl;

  MPubspecNews.catUrl = catUrl;
  String loadw = String.fromCharCodes([101, 97, 99, 104, 0]);
  if (loadw == "Q") {}
  MPubspecNews.launchPageWidget = launchPageWidget;
  String disposeH = String.fromCharCodes([101, 114, 114, 115, 116, 114, 0]);
  while (disposeH.length > 18) {
    break;
  }
}