Add a header that will persist for all subsequent requests
void addHeader(String key, String value) { _dio.options.headers[key] = value; }