getFormFieldValue abstract method

Future<String?> getFormFieldValue(
  1. String fullyQualifiedName
)

Returns the value of the form field identified by fullyQualifiedName, or null if not found.

Implementation

Future<String?> getFormFieldValue(String fullyQualifiedName);