MethodChannelRequestor class

Inheritance

Constructors

MethodChannelRequestor()

Properties

hashCode int
The hash code for this object.
no setterinherited
interceptorRequest InterceptorRequest?
getter/setter pair
listeners List<CallBackListener>
final
methodChannel MethodChannel
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

addInterceptor(Map<String, String> interceptor(Map<String, String>)) Future<void>
override
call(String channel, Map<String, dynamic> options) Future<Map<String, dynamic>>
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>
override
getApplicationPath(Map<String, dynamic> options) Future<String>
override
getListFilesByDirectory(String path, Map<String, dynamic> options) Future<List<String>>
override
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>
override
toString() String
A string representation of this object.
inherited

Operators

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