Uploads a file from a localPath to a remotePath in the cloud.
localPath
remotePath
Future<String> uploadFile({ required String localPath, required String remotePath, Map<String, dynamic>? metadata, });