clearCachedData static method
Clears all cached data. Refer to SendbirdChatOptions.useCollectionCaching. @since 4.2.0
Implementation
static Future<void> clearCachedData() async {
await _instance._chat.clearCachedData();
}
Clears all cached data. Refer to SendbirdChatOptions.useCollectionCaching. @since 4.2.0
static Future<void> clearCachedData() async {
await _instance._chat.clearCachedData();
}