count property

Future<void> get count

Implementation

Future<void> get count async {
  Tuple2 res = await plugin.getUnreadCount();
  holder.makeCount(res.item2["count"]);
}