getUnreadItemCount method Null safety
- List<
UnreadItemKey> keys
Returns UnreadItemCount with given keys.
UnreadItemCount will only contain values that associated with keys,
otherwise null.
Implementation
Future<UnreadItemCount> getUnreadItemCount(List<UnreadItemKey> keys) async {
return _int.api.send<UnreadItemCount>(UserUnreadItemCountGetRequest(keys));
}