recentChatPinnedCount static method
- @Deprecated('Instead of use Mirrorfly.getRecentChatPinnedCount()')
Retrieves the count of recent chats that are pinned.
Implementation
@Deprecated('Instead of use Mirrorfly.getRecentChatPinnedCount()')
static Future<int?> recentChatPinnedCount() {
return FlyChatFlutterPlatform.instance.recentChatPinnedCount();
}