HttpClient class
Methods
-
get(String url, {Map<String, String>? queryParameters})
→ Future<HttpResponse>
-
override
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
post(String url, {required Map<String, dynamic> body, Map<String, String>? queryParameters})
→ Future<HttpResponse>
-
override
-
put(String url, {required Map<String, dynamic> body, Map<String, String>? queryParameters})
→ Future<HttpResponse>
-
override
-
toString()
→ String
-
A string representation of this object.
inherited