allowedInterceptorsType top-level property

  1. @visibleForTesting
List<Type> allowedInterceptorsType
final

Implementation

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