utils/upload_json_to_pod library

Upload JSON file to POD. Copyright (C) 2025, Software Innovation Institute, ANU

Licensed under the GNU General Public License, Version 3 (the "License");

License: https://www.gnu.org/licenses/gpl-3.0.en.html

Authors: Ashley Tang

Functions

uploadJsonToPod({required Map<String, dynamic> data, required String targetPath, required String fileNamePrefix, required BuildContext context, void onProgressChange(bool)?, void onSuccess()?}) Future<SolidFunctionCallStatus>
Creates a temporary JSON file and uploads it to POD.