getTotalUnreadChannelCount method
Retrieves the total count of unread channels for the current user.
params
: The parameters for retrieving the total unread channel count.
Implementation
Future<int> getTotalUnreadChannelCount(
[GroupChannelTotalUnreadChannelCountParams? params]) async {
return await SendbirdChat.getTotalUnreadChannelCount(params);
}