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
Properties
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
filesto the folder with the givenfolderId.
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited