FetchFunctions class abstract mixin

A mixin that contains functions for fetching files from Google Drive.

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

ref.read(driveApiService).fetchFilesFromFolder(folderId);
Implementers

Constructors

FetchFunctions()

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

fetchFilesFromFolder(String folderId, ResourceType type) Future<List<DriveNode>>
Fetch all files from the folder with the given folderId.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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