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
Properties
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