updateHeader method

dynamic updateHeader()

更新header

Implementation

updateHeader() {
  _dio?.options.headers = _headers;
}