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