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.
2 parents 6df8cfc + 3f6c5c2 commit 84fadb8Copy full SHA for 84fadb8
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