defaultInterceptors property

List<Interceptor> defaultInterceptors
final

A list of interceptors that are added by default with PteroClient.generate.

Implementation

static final defaultInterceptors = [
  HandleErrorInterceptor(),
  RemoveNullResourcesInterceptor(),
];