We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c10989 commit 5b2fd2fCopy full SHA for 5b2fd2f
dwds/lib/src/handlers/injector.dart
@@ -37,6 +37,9 @@ const _clientScript = 'dwds/src/injected/client';
37
/// - When `true`, the DWDS client is injected, enabling debugging features.
38
/// - When `false`, debugging support is disabled, meaning the application will
39
/// run without debugging.
40
+///
41
+/// This separation allows for scenarios where debugging is not needed or
42
+/// should be explicitly avoided.
43
class DwdsInjector {
44
final Future<String>? _extensionUri;
45
final _devHandlerPaths = StreamController<String>();
0 commit comments