Methods
-
delete(String url, {Map<String, String>? params, dynamic body, bool pure = true, bool showDebug = false})
→ Future
-
if pure == true, it will return data without parse it to ApiResponse
-
get(String url, {Map<String, String>? params, bool pure = true, bool showDebug = false})
→ Future
-
if pure == true, it will return data without parse it to ApiResponse
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a non-existent method or property is accessed.
inherited
-
post(String url, {Map<String, String>? params, dynamic body, bool pure = true, bool showDebug = false})
→ Future
-
if pure == true, it will return data without parse it to ApiResponse
-
put(String url, {Map<String, String>? params, dynamic body, bool pure = true, bool showDebug = false})
→ Future
-
if pure == true, it will return data without parse it to ApiResponse
-
toString()
→ String
-
A string representation of this object.
inherited