RequestorPlatform class abstract

Inheritance
  • Object
  • PlatformInterface
  • RequestorPlatform
Implementers

Constructors

RequestorPlatform()

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

addInterceptor(Map<String, String> interceptor(Map<String, String>)) Future<void>
downloadFiles(List<DownloadItem> urls, String output, int threads, Map<String, dynamic> headers, Map<String, dynamic> options, {required dynamic onProgress(ProgressDownload), required dynamic onDownload(SingleDownload)}) Future<Response>
getApplicationPath(Map<String, dynamic> options) Future<String>
getListFilesByDirectory(String path, Map<String, dynamic> options) Future<List<String>>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
request(String url, String method, Map<String, dynamic> data, Map<String, String> headers, Map<String, dynamic> options) Future<Response>
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

instance RequestorPlatform
getter/setter pair