InterceptorsWrapper constructor
InterceptorsWrapper({
- InterceptorSendCallback? onRequest,
- InterceptorSuccessCallback? onResponse,
- InterceptorErrorCallback? onError,
Implementation
InterceptorsWrapper({
InterceptorSendCallback? onRequest,
InterceptorSuccessCallback? onResponse,
InterceptorErrorCallback? onError,
}) : __onRequest = onRequest,
__onResponse = onResponse,
__onError = onError;