Skip to content

Commit

Permalink
fixup! feat: implement exploreDirectory method
Browse files Browse the repository at this point in the history
  • Loading branch information
JKRhb committed Dec 22, 2023
1 parent c6d4af6 commit 93a9488
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/scripting_api/discovery/thing_discovery.dart
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,5 @@ abstract interface class ThingDiscoveryProcess
Exception? get error;

/// Stops the discovery process.
void stop();
Future<void> stop();
}

0 comments on commit 93a9488

Please sign in to comment.