menu
agent_dart_base package
documentation
agent/agent/http/index.dart
HttpAgent
setFetch method
setFetch method
dark_mode
light_mode
setFetch
method
void
setFetch
(
FetchFunction
<
Map
<
String
,
dynamic
>
>
?
fetch
)
Implementation
void setFetch(FetchFunction<Map<String, dynamic>>? fetch) { _fetch = fetch ?? _defaultFetch; }
agent_dart_base package
documentation
agent/agent/http/index
HttpAgent
setFetch method
HttpAgent class