ImageClient class
Constructors
- ImageClient(String? apiKey, String? apiSecret, String? cloudName)
Properties
- apiBaseUrl ↔ String
-
getter/setter pairinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
getApiClient(
{InterceptorsWrapper? interceptor}) → Future< Dio> -
inherited
-
getSignature(
String? folder, String publicId, int timeStamp) → String -
httpGet<
T> (String url, {Map< String, dynamic> ? params}) → Future<Response< T> > -
inherited
-
httpPost<
T> (String url, Map< String, dynamic> params) → Future<Response< T> > -
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
uploadImage(
String imagePath, {String? imageFilename, String? folder}) → Future< CloudinaryResponse> -
uploadVideo(
String videoPath, {String? videoFilename, String? folder}) → Future< CloudinaryResponse>
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited