setFormFieldValue abstract method

Future<bool?> setFormFieldValue(
  1. String value,
  2. String fullyQualifiedName
)

Sets the value of a form field by specifying its fully qualified field name.

Implementation

Future<bool?> setFormFieldValue(String value, String fullyQualifiedName);