removeRequestModifier<T> method

void removeRequestModifier<T>(
  1. RequestModifier<T> interceptor
)

Implementation

void removeRequestModifier<T>(RequestModifier<T> interceptor) {
  _modifier.removeRequestModifier(interceptor);
}