chatUnreadCount property

Future<int> chatUnreadCount

An integer value representing the number of unread messages.

Implementation

static Future<int> get chatUnreadCount async {
  return await _channel.invokeMethod('getChatUnreadCount');
}