queryCount abstract method

Future<int> queryCount(
  1. String collectionId, {
  2. required Map<String, QueryValue> where,
})

Implementation

Future<int> queryCount(String collectionId,
    {required Map<String, QueryValue> where});