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 ee198cd commit dd16b7dCopy full SHA for dd16b7d
dwds/lib/dart_web_debug_service.dart
@@ -66,6 +66,10 @@ class Dwds {
66
required Stream<BuildResult> buildResults,
67
required ConnectionProvider chromeConnection,
68
required ToolConfiguration toolConfiguration,
69
+ @Deprecated(
70
+ 'Use runMainAtStart instead. This parameter is ignored and will be removed in a future version.',
71
+ )
72
+ bool injectDebuggingSupportCode = true,
73
bool runMainAtStart = false,
74
}) async {
75
globalToolConfiguration = toolConfiguration;
0 commit comments