menu
intellicon_chat_sdk package
documentation
helper/media_cache.dart
MediaCache
set static method
set static method
dark_mode
light_mode
set
static method
void
set
(
String
mediaId
,
String
url
)
Implementation
static void set(String mediaId, String url) { _cache[mediaId] = url; }
intellicon_chat_sdk package
documentation
helper/media_cache
MediaCache
set static method
MediaCache class