UploaderUtils class
Constructors
- UploaderUtils.new(Cloudinary cloudinary)
Properties
- cloudinary → Cloudinary
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- networkDelegate → NetworkDelegate
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
buildPayload(
dynamic file) → Payload -
callApi<
T extends BaseUploadResult> (AbstractUploaderRequest request, String action, {UploaderParams? options, required T fromJson(Map< String, dynamic> data)}) → Future<UploaderResponse< T> > -
getFilenameIfUploadParams(
dynamic params) → String? -
getResourceTypeIfUploadAssetParams(
dynamic params) → String? -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
performUpload(
UploadRequest request, {required UploadResult fromJson(Map< String, dynamic> data)}) → Future<UploaderResponse< ?UploadResult> > -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited