Skip to content

Commit 5b2fd2f

Browse files
committed
updated docstring for DWDSInjector class
1 parent 0c10989 commit 5b2fd2f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

dwds/lib/src/handlers/injector.dart

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,9 @@ const _clientScript = 'dwds/src/injected/client';
3737
/// - When `true`, the DWDS client is injected, enabling debugging features.
3838
/// - When `false`, debugging support is disabled, meaning the application will
3939
/// run without debugging.
40+
///
41+
/// This separation allows for scenarios where debugging is not needed or
42+
/// should be explicitly avoided.
4043
class DwdsInjector {
4144
final Future<String>? _extensionUri;
4245
final _devHandlerPaths = StreamController<String>();

0 commit comments

Comments
 (0)