menu
simplify_satva package
documentation
web/simple_webrr.dart
SimpleWebRR
putPost method
putPost method
dark_mode
light_mode
putPost
method
void
putPost
(
String
key
,
dynamic
value
)
Implementation
void putPost(String key,dynamic value){ _posts[key]=value; putRequest(key, value); }
simplify_satva package
documentation
web/simple_webrr
SimpleWebRR
putPost method
SimpleWebRR class