Methods
-
addInterceptors(List<Interceptor> interceptors)
→ void
-
-
clearInterceptors()
→ void
-
-
delete(String path, {RequestModel? request, CancelToken? cancelToken})
→ Future<Response>
-
-
download(String path, {required String savePath, Options? options, RequestModel? request, String method = 'GET', CancelToken? cancelToken, bool deleteOnError = true, ProgressCallback? onReceiveProgress, })
→ Future<Response>
-
-
get(String path, {RequestModel? request, CancelToken? cancelToken})
→ Future<Response>
-
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
post(String path, {RequestModel? request, CancelToken? cancelToken})
→ Future<Response>
-
-
put(String path, {RequestModel? request, CancelToken? cancelToken})
→ Future<Response>
-
-
removeInterceptors(List<Interceptor> interceptors)
→ void
-
-
toString()
→ String
-
A string representation of this object.
inherited