getTotalScheduledMessageCount method
Retrieves the total count of scheduled messages.
params
: The parameters for retrieving the total scheduled message count.
Implementation
Future<int> getTotalScheduledMessageCount({
TotalScheduledMessageCountParams? params,
}) async {
return await SendbirdChat.getTotalScheduledMessageCount(params: params);
}