menu
nim_chatkit package
documentation
services/contact/contact_provider_impl.dart
ContactProviderImpl
cleanCache method
cleanCache method
dark_mode
light_mode
cleanCache
method
@
override
void
cleanCache
(
)
override
释放联系人缓存信息和黑名单缓存列表,在退出登录时调用
Implementation
@override void cleanCache() { contactMap.clear(); blockList.clear(); }
nim_chatkit package
documentation
services/contact/contact_provider_impl
ContactProviderImpl
cleanCache method
ContactProviderImpl class