getDocCount abstract method
Returns the number of documents of a doctype
available in the backend within RequestResponse.
Implementation
Future<RequestResponse<int?>> getDocCount(
{required String doctype, dynamic filters});
Returns the number of documents of a doctype
available in the backend within RequestResponse.
Future<RequestResponse<int?>> getDocCount(
{required String doctype, dynamic filters});