getPendingCount<T extends DatumEntityInterface> method

Future<int> getPendingCount<T extends DatumEntityInterface>(
  1. String userId
)

Implementation

Future<int> getPendingCount<T extends DatumEntityInterface>(String userId) async {
  return Datum.manager<T>().getPendingCount(userId);
}