menu
df_http package
documentation
df_http_client_config.dart
DfHttpClientConfig
removeAuthorization method
removeAuthorization method
dark_mode
light_mode
removeAuthorization
method
bool
removeAuthorization
(
)
Implementation
bool removeAuthorization() { return headers.remove(HttpHeaders.authorizationHeader) != null; }
df_http package
documentation
df_http_client_config
DfHttpClientConfig
removeAuthorization method
DfHttpClientConfig class