This commit is contained in:
kodjomoustapha 2024-09-11 15:18:41 +01:00
parent e7eb3166ef
commit 3d20345239

View file

@ -42,7 +42,7 @@ class MClient {
Map<String, dynamic>? reqcopyWith,
rhttp.ClientSettings? settings}) {
return InterceptedClient.build(
client: httpClient(settings: settings),
client: httpClient(settings: settings, reqcopyWith: reqcopyWith),
interceptors: [MCookieManager(reqcopyWith), LoggerInterceptor()]);
}