removeImplyContentTypeInterceptor method

void removeImplyContentTypeInterceptor()

Remove the default imply content type interceptor.

Implementation

void removeImplyContentTypeInterceptor() {
  _list.removeWhere((e) => e is ImplyContentTypeInterceptor);
}