getDocInfo abstract method
Returns information about a document docname
of type doctype
.
Can specify the return within RequestResponse in the extending class.
Implementation
Future<RequestResponse<dynamic>> getDocInfo(
{required String doctype, required String docname});