From 9e47c585b8bdfd28e14b66d7840ccf52561e7b64 Mon Sep 17 00:00:00 2001 From: Jan Romann Date: Fri, 14 Jun 2024 19:39:51 +0200 Subject: [PATCH] fixup! Implement ExposedThing functionality --- lib/src/core/protocol_interfaces/protocol_server.dart | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/src/core/protocol_interfaces/protocol_server.dart b/lib/src/core/protocol_interfaces/protocol_server.dart index ececc56a..437d4a98 100644 --- a/lib/src/core/protocol_interfaces/protocol_server.dart +++ b/lib/src/core/protocol_interfaces/protocol_server.dart @@ -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 start(Servient servient);