DynamicResponseInterceptorFunc typedef

DynamicResponseInterceptorFunc = FutureOr<Response> Function(Response response)

Implementation

typedef DynamicResponseInterceptorFunc = FutureOr<Response> Function(
  Response response,
);