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 Jun 14, 2024
1 parent bd97f65 commit 9e47c58
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/src/core/protocol_interfaces/protocol_server.dart
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ abstract interface class ProtocolServer {
/// The protocol [scheme] associated with this server.
String get scheme;

// TODO(JKRhb): Check if a Servient should be passed as a parameter instead
/// Starts the server. Accepts a callback for retrieving a [Map] of
/// credentials for [ExposedThing]s at runtime.
Future<void> start(Servient servient);
Expand Down

0 comments on commit 9e47c58

Please sign in to comment.