- Inheritance
-
- Object
- PlatformInterface
- RequestorPlatform
- Implementers
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> 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, dynamic> options)
→ Future<Response>
-
-
toString()
→ String
-
A string representation of this object.
inherited