flutter_http_caching
library
Functions
-
httpDelete(Client client, String url, {dynamic body, List<InterceptorContract>? interceptor, bool? isLogging, })
→ Future<Response>
-
-
httpGet(Client client, String url, {dynamic body, List<InterceptorContract>? interceptor, bool? isLogging, })
→ Future<Response>
-
-
httpPatch(Client client, String url, {dynamic body, List<InterceptorContract>? interceptor, bool? isLogging, })
→ Future<Response>
-
-
httpPost(Client client, String url, {dynamic body, List<InterceptorContract>? interceptor, bool? isLogging, })
→ Future<Response>
-
-
httpPut(Client client, String url, {dynamic body, List<InterceptorContract>? interceptor, bool? isLogging, })
→ Future<Response>
-
-
main()
→ void
-