From db7697ebf23465bd14b5f20bebdf1572e0fe37e8 Mon Sep 17 00:00:00 2001 From: Jan Romann Date: Sat, 23 Dec 2023 01:34:40 +0100 Subject: [PATCH] fixup! feat!: simplify usage of InteractionOptions --- lib/src/scripting_api/consumed_thing.dart | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/src/scripting_api/consumed_thing.dart b/lib/src/scripting_api/consumed_thing.dart index d04cf55b..b7e244f6 100644 --- a/lib/src/scripting_api/consumed_thing.dart +++ b/lib/src/scripting_api/consumed_thing.dart @@ -51,7 +51,8 @@ abstract interface class ConsumedThing { Object? data, }); - /// Writes a [value] to a property with the given [propertyName]. + /// Writes an [interactionInput] value to a property with the given + /// [propertyName]. Future writeProperty( String propertyName, InteractionInput interactionInput, {