menu
ai_bridge_core
ai_bridge_core.dart
ResponseCache
clear method
clear
dark_mode
light_mode
clear
method
void
clear
(
)
Clears all cached entries.
Implementation
void clear() => _cache.clear();
ai_bridge_core
ai_bridge_core
ResponseCache
clear method
ResponseCache class