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