BaseHttpClient constructor
BaseHttpClient({})
Implementation
BaseHttpClient(
{BaseOptions? baseOptions,
List<Interceptor>? interceptors,
bool useLogInterceptor = true,
bool cached = false,
this.requestSendTimeout,
this.requestReceiveTimeout}) {
setup(baseOptions, interceptors, useLogInterceptor);
}