RequestService constructor
RequestService()
Implementation
RequestService() {
var interceptors = [AuthInterceptor(), ErrorInterceptor(), ExtraDataInterceptor()];
_xdkConfig = getXDKConfig();
_httpClient = InterceptedClient.build(interceptors: [...interceptors, ..._xdkConfig.interceptors]);
}