Skip to content

Commit

Permalink
fixup! Implement ExposedThing functionality
Browse files Browse the repository at this point in the history
  • Loading branch information
JKRhb committed Jul 9, 2024
1 parent b4f2384 commit d554d09
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lib/src/core/implementation/exposed_thing.dart
Original file line number Diff line number Diff line change
Expand Up @@ -289,11 +289,13 @@ class ExposedThing implements scripting_api.ExposedThing, ExposableThing {

@override
Stream<Content> handleObserveProperty(
String eventName, {
String propertyName, {
int? formIndex,
Map<String, Object>? uriVariables,
Object? data,
}) {
final property = _obtainProperty(propertyName);

// TODO: implement handleObserveProperty
throw UnimplementedError();
}
Expand Down

0 comments on commit d554d09

Please sign in to comment.