writeProperty abstract method
Writes an input value to a property with the given
propertyName.
Implementation
Future<void> writeProperty(
String propertyName,
InteractionInput input, {
int? formIndex,
Map<String, Object>? uriVariables,
Object? data,
});