Skip to content

Commit

Permalink
fixup! feat!: simplify usage of InteractionOptions
Browse files Browse the repository at this point in the history
  • Loading branch information
JKRhb committed Dec 23, 2023
1 parent b1b8350 commit db7697e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/src/scripting_api/consumed_thing.dart
Original file line number Diff line number Diff line change
Expand Up @@ -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<void> writeProperty(
String propertyName,
InteractionInput interactionInput, {
Expand Down

0 comments on commit db7697e

Please sign in to comment.