unreadCount static method

Future unreadCount()

Implementation

static Future<dynamic> unreadCount() async {
  return await _channel.invokeMethod('unreadCount');
}