getDocCount abstract method

Future<RequestResponse<int?>> getDocCount({
  1. required String doctype,
  2. dynamic filters,
})

Returns the number of documents of a doctype available in the backend within RequestResponse.

Implementation

Future<RequestResponse<int?>> getDocCount(
    {required String doctype, dynamic filters});