interceptResponse abstract method

Future<BaseResponse> interceptResponse({
  1. required BaseResponse response,
})

Implementation

Future<BaseResponse> interceptResponse({required BaseResponse response});