deleteDoc abstract method
Deletes the document from the backend, returning its name.
Implementation
Future<RequestResponse<String?>> deleteDoc(String doctype, String docname);
Deletes the document from the backend, returning its name.
Future<RequestResponse<String?>> deleteDoc(String doctype, String docname);