menu
bungie_api package
documentation
helpers/http.dart
HttpClientConfig
HttpClientConfig constructor
HttpClientConfig constructor
dark_mode
light_mode
HttpClientConfig
constructor
HttpClientConfig
(
String
method
,
String
url
,
Map
<
String
,
dynamic
>
?
params
, [
dynamic
body
,
String
?
bodyContentType
,
])
Implementation
HttpClientConfig(this.method, this.url, this.params, [this.body, this.bodyContentType]);
bungie_api package
documentation
helpers/http
HttpClientConfig
HttpClientConfig constructor
HttpClientConfig class