getFormFieldJson abstract method

Future<String> getFormFieldJson(
  1. String fieldName
)

Returns a JSON string for the form field identified by fieldName.

Implementation

Future<String> getFormFieldJson(String fieldName);