clearCachedNotificationInfo static method

Future<void> clearCachedNotificationInfo()

Clears the cached notification settings and templates. Call this method after SendbirdChat.disconnect.

Implementation

static Future<void> clearCachedNotificationInfo() async {
  await _instance._cacheManager.removeAllCache();
}