writeProperty abstract method

Future<void> writeProperty(
  1. String propertyName,
  2. InteractionInput input, {
  3. int? formIndex,
  4. Map<String, Object>? uriVariables,
  5. Object? data,
})

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,
});