recentChatPinnedCount method

Future<int?> recentChatPinnedCount()

This method is used to get the recent chat pinned count.

Implementation

Future<int?> recentChatPinnedCount() {
  throw UnimplementedError('has not been implemented.');
}