Downloads a file from the cloud storage.
Future<String> downloadFile({ required String remotePath, required String localPath, });