AdvancedDioHelper class
Methods
-
delete(String url, {dynamic data})
→ Future<Response>
-
DELETE request
-
get(String url, {Map<String, dynamic>? queryParams, String? cacheKey})
→ Future<Response>
-
GET request
url is required
queryParams optional query parameters
cacheKey optional key for caching offline responses
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
post(String url, {dynamic data})
→ Future<Response>
-
POST request
-
put(String url, {dynamic data})
→ Future<Response>
-
PUT request
-
toString()
→ String
-
A string representation of this object.
inherited