allowedInterceptorsType top-level property

  1. @visibleForTesting
List<Type> allowedInterceptorsType
final

Implementation

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