getUnreadCountAsync property

Future<Map> getUnreadCountAsync

Implementation

static Future<Map> get getUnreadCountAsync async {
  final Map unreadCountStatus =
      await _channel.invokeMethod('getUnreadCountAsync');
  return unreadCountStatus;
}