shouldInterceptResponse method

  1. @override
FutureOr<bool> shouldInterceptResponse({
  1. required BaseResponse response,
})

Whether to run interceptResponse for this response. Defaults to true.

Implementation

@override
FutureOr<bool> shouldInterceptResponse({required BaseResponse response}) =>
    true;