UploadFunctions class abstract mixin

A mixin that contains functions for uploading files to Google Drive.

The functions are used in the DriveApiService class. You can call functions from this mixin as follows:

ref.read(driveApiService).uploadMultipleFiles(files, folderId, driveId, onDone, onError);
Implementers

Constructors

UploadFunctions()

Properties

driveApi Future<DriveApi>
latefinal
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
uploadMultipleFiles(List<XFile> files, String folderId, String driveId, VoidCallback? onDone, void onError(String)?) Future<void>
Upload multiple files to the folder with the given folderId.

Operators

operator ==(Object other) bool
The equality operator.
inherited