recentChatPinnedCount method

Future<int?> recentChatPinnedCount()

Implementation

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