allowedInterceptorsType top-level constant

  1. @visibleForTesting
List<Type> const allowedInterceptorsType

Implementation

@visibleForTesting
const List<Type> allowedInterceptorsType = [
  RequestInterceptor,
  RequestInterceptorFunc,
  ResponseInterceptor,
  ResponseInterceptorFunc1,
  ResponseInterceptorFunc2,
  DynamicResponseInterceptorFunc,
];