removeHeader abstract method
Removes a single header by key from the default headers.
Call this on logout to strip the Authorization token.
Implementation
void removeHeader(String key);
Removes a single header by key from the default headers.
Call this on logout to strip the Authorization token.
void removeHeader(String key);