menu
agent_dart_base package
documentation
agent/agent/http/index.dart
HttpAgent
setHost method
setHost method
dark_mode
light_mode
setHost
method
void
setHost
(
String
?
host
)
Implementation
void setHost(String? host) { _host = host; }
agent_dart_base package
documentation
agent/agent/http/index
HttpAgent
setHost method
HttpAgent class