flutter-intellij
flutter-intellij copied to clipboard
[CQ] limit internal `XDebugSessionImpl` dependence; remove dead code
🤫 Limits XDebugSessionImpl dependence (silencing two internal API access inspections); adding a note explaining our usage
🧹 Removes VmServiceWrapper dead code
- [x] I’ve reviewed the contributor guide and applied the relevant portions to this PR.
Contribution guidelines:
- See our [contributor guide](https://github.com/dart-lang/sdk/blob/main/CONTRIBUTING.md for general expectations for PRs.
- Larger or significant changes should be discussed in an issue before creating a PR.
- Dart contributions to our repos should follow the Dart style guide and use
dart format. - Java and Kotlin contributions should strive to follow Java and Kotlin best practices (discussion).