getFormFieldValue static method
Gets the form field value by specifying its fully qualified name.
Implementation
static Future<String?> getFormFieldValue(String fullyQualifiedName) async =>
PspdfkitFlutterPlatform.instance.getFormFieldValue(fullyQualifiedName);