void putBody(String key, String value) { if (_httpCacheBody == null) { throw Exception("_httpCacheBody is not initialized"); } _httpCacheBody?.put(key, value); }