StoragePluginInterface class abstract

Inheritance
  • Object
  • PlatformInterface
  • StoragePluginInterface

Constructors

StoragePluginInterface({required Object token})

Properties

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