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