HttpService class
Methods
-
delete(String url, {HttpOptions? options})
→ Future
-
-
get(String url, {HttpOptions? options})
→ Future
-
-
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
patch(String url, Map<String, dynamic> body, {HttpOptions? options})
→ Future
-
-
post(String url, dynamic body, {HttpOptions? options})
→ Future
-
-
postFile(String url, File file, {HttpOptions? options})
→ Future<Response>
-
-
put(String url, Map<String, dynamic> body, {HttpOptions? options})
→ Future
-
-
toString()
→ String
-
A string representation of this object.
inherited