From 74b19144c17e7215e6b7438c86335372a07a44db Mon Sep 17 00:00:00 2001 From: seanavery Date: Wed, 27 Nov 2024 15:00:05 -0600 Subject: [PATCH] Comment --- lib/src/robot/client.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/src/robot/client.dart b/lib/src/robot/client.dart index 080f2f3666b..ae7295bd442 100644 --- a/lib/src/robot/client.dart +++ b/lib/src/robot/client.dart @@ -310,7 +310,7 @@ class RobotClient { return _streamManager.setStreamOptions(name, width, height); } - // Reset the options for a stream with the given name. + /// Reset the options for a stream with the given name. Future resetStreamOptions(String name) { return _streamManager.resetStreamOptions(name); }