uploadImage method
Implementation
Future<CloudinaryResponse> uploadImage(String imagePath, {String? filename, String? folder}) async => _client.uploadImage(imagePath, imageFilename: filename, folder: folder);
Future<CloudinaryResponse> uploadImage(String imagePath, {String? filename, String? folder}) async => _client.uploadImage(imagePath, imageFilename: filename, folder: folder);