Optional
allowOptional
bodyOptional
cacheOptional
contentcontent can be used to pass native custom okhttp3.RequestBody
Optional
cookiesdefault to true. Android and iOS only store cookies in memory! it will be cleared after an app restart
Optional
headersOptional
oniOS for now
Optional
paramsOptional
responsedefault to true. Put to false to run response callback on current thread
Optional
tagOptional
timeoutDefault 10 (seconds).
On Android large responses may crash the app (fi. https://httpbin.org/bytes/10000). By setting this to true and when not using useLegacy, we allow large responses on the main thread (which this plugin currently does). Note that once set to true, this policy remains active until the app is killed.