menu
cometchat_chat_uikit package
documentation
chat_ui/src/conversations/utils/preview_cache.dart
PreviewCache
clear method
clear method
dark_mode
light_mode
clear
method
void
clear
(
)
Clears all cached previews
Implementation
void clear() { _cache.clear(); }
cometchat_chat_uikit package
documentation
chat_ui/src/conversations/utils/preview_cache
PreviewCache
clear method
PreviewCache class