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