We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6df8cfc commit 3f6c5c2Copy full SHA for 3f6c5c2
example/complex_example.dart
@@ -135,7 +135,7 @@ Future<void> main() async {
135
136
final status3 = await consumedThing.readProperty(
137
'anotherStatus',
138
- InteractionOptions(uriVariables: {'test': 'hi'}),
+ const InteractionOptions(uriVariables: {'test': 'hi'}),
139
);
140
final value3 = await status3.value();
141
print(value3);
0 commit comments