UploadsApi class
DO NOT EDIT THIS FILE. TO ADJUST THIS CLASS, USE UploadsApiMixin
The final API is constructed by:
- taking the UploadsApiBase class
- applying a mixin UploadsApiMixin ] (which allows us to inject other convenience functions) The mixin lives outside of the code generator, so it's used to do any manual tweaking
- Applying the
SignalingApiMixin
, so events automatically propagate
- Inheritance
-
- Object
- UploadsApiBase
- UploadsApi
- Implemented types
Constructors
- UploadsApi.new(ApiClient apiClient)
Properties
- apiClient → ApiClient
-
finalinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
cancelUpload(
String uploadId, {AbortUpload? body}) → Future< bool> -
inherited
-
completeUpload(
String uploadId, {FinishUpload? body}) → Future< bool> -
inherited
-
findMedia(
{required String mediaType, required String filePath, required int fileSize}) → Future< String?> -
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
startUpload(
{UploadRequest? body, Map? mediaParams}) → Future< StartUpload> -
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
uploadPart(
String uploadId, {Object? body, int? length, String? pathname, String? partnumber}) → Future< ETagResponse> -
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited