shouldInterceptResponse method
Whether to run interceptResponse for this response. Defaults to true.
Implementation
@override
FutureOr<bool> shouldInterceptResponse({required BaseResponse response}) =>
true;
Whether to run interceptResponse for this response. Defaults to true.
@override
FutureOr<bool> shouldInterceptResponse({required BaseResponse response}) =>
true;