getValue abstract method
Returns a Map of docfield
and its value from the backend.
Implementation
Future<RequestResponse<Map<String, dynamic>?>> getValue(
String doctype, String docname, String docfield);
Returns a Map of docfield
and its value from the backend.
Future<RequestResponse<Map<String, dynamic>?>> getValue(
String doctype, String docname, String docfield);