recentChatPinnedCount static method

  1. @Deprecated('Instead of use Mirrorfly.getRecentChatPinnedCount()')
Future<int?> recentChatPinnedCount()

Retrieves the count of recent chats that are pinned.

Implementation

@Deprecated('Instead of use Mirrorfly.getRecentChatPinnedCount()')
static Future<int?> recentChatPinnedCount() {
  return FlyChatFlutterPlatform.instance.recentChatPinnedCount();
}