StoragePluginInterface class abstract

Inheritance

Constructors

StoragePluginInterface()

Properties

category Category
The category implemented by this plugin.
no setteroverride
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

addPlugin() Future<void>
Called when the plugin is added to the category.
inherited
cast<P extends AmplifyPluginInterface>() → P
Casts a plugin to a category-specific implementation.
inherited
configure({AmplifyConfig? config}) Future<void>
Configures the plugin using the registered config.
inherited
downloadFile({required DownloadFileRequest request, void onProgress(TransferProgress)?}) Future<DownloadFileResult>
getUrl({required GetUrlRequest request}) Future<GetUrlResult>
list({required ListRequest request}) Future<ListResult>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
remove({required RemoveRequest request}) Future<RemoveResult>
reset() Future<void>
Resets the plugin by removing all traces of it from the device.
inherited
toString() String
A string representation of this object.
inherited
uploadFile({required UploadFileRequest request, void onProgress(TransferProgress)?}) Future<UploadFileResult>

Operators

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