deleteDoc abstract method

Future<RequestResponse<String?>> deleteDoc(
  1. String doctype,
  2. String docname
)

Deletes the document from the backend, returning its name.

Implementation

Future<RequestResponse<String?>> deleteDoc(String doctype, String docname);