Future<void> loadApp(ChildApp childApp) async { var indexPath = childApp.indexPath; await webController.loadFile("file://$indexPath"); }