String assetPicker(String path) { String? modelPath = ""; _getApplicationPath(path).then((s) { modelPath = s; }); return modelPath ?? ""; }