menu
cometchat_chat_uikit package
documentation
chat_ui/src/conversations/utils/preview_cache.dart
PreviewCache
remove method
remove method
dark_mode
light_mode
remove
method
void
remove
(
String
messageId
)
Removes a specific entry from the cache
Implementation
void remove(String messageId) { _cache.remove(messageId); }
cometchat_chat_uikit package
documentation
chat_ui/src/conversations/utils/preview_cache
PreviewCache
remove method
PreviewCache class