menu
khadem package
documentation
http.dart
RequestParams
setAttribute method
setAttribute method
dark_mode
light_mode
setAttribute
method
void
setAttribute
(
String
key
,
dynamic
value
)
Sets a custom attribute.
Implementation
void setAttribute(String key, dynamic value) { _attributes[key] = value; }
khadem package
documentation
http
RequestParams
setAttribute method
RequestParams class