getTaggedDocs abstract method

Future<RequestResponse<List<String>?>> getTaggedDocs({
  1. required String doctype,
  2. String? tag,
})

Gets all the names of all documents with the param-tag.

Implementation

Future<RequestResponse<List<String>?>> getTaggedDocs(
    {required String doctype, String? tag});