Sets the unread count badge on the chat button.
Future<void> setChatButtonUnreadCount(int count) async { await CometChatCallsPluginPlatform.instance.nativeSetChatButtonUnreadCount(count); }