DioUtils header(String key, String value) { _headerMap ??= <String, String>{}; _headerMap!.putIfAbsent(key, () => value); return this; }