getValue abstract method

Future<RequestResponse<Map<String, dynamic>?>> getValue(
  1. String doctype,
  2. String docname,
  3. String docfield
)

Returns a Map of docfield and its value from the backend.

Implementation

Future<RequestResponse<Map<String, dynamic>?>> getValue(
    String doctype, String docname, String docfield);