menu
khadem package
documentation
http.dart
Request
setParam method
setParam method
dark_mode
light_mode
setParam
method
void
setParam
(
String
key
,
String
value
)
Sets a path parameter
Implementation
void setParam(String key, String value) => _params.setParam(key, value);
khadem package
documentation
http
Request
setParam method
Request class