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 1c55263 commit 956c323Copy full SHA for 956c323
dwds/lib/src/connections/debug_connection.dart
@@ -13,7 +13,7 @@ import 'package:vm_service/vm_service.dart';
13
/// Supports debugging your running application through the Dart VM Service
14
/// Protocol.
15
class DebugConnection {
16
- final IAppDebugServices _appDebugServices;
+ final AppDebugServices _appDebugServices;
17
final _onDoneCompleter = Completer();
18
19
/// Null until [close] is called.
0 commit comments