clearCachedData static method

Future<void> clearCachedData()

Clears all cached data. Refer to SendbirdChatOptions.useCollectionCaching. @since 4.2.0

Implementation

static Future<void> clearCachedData() async {
  await _instance._chat.clearCachedData();
}