[Property Editor] Add APIs to support refactors from the Property Editor (#9202)

Work towards https://github.com/flutter/devtools/issues/8652

This PR:
* Adds methods to `editor_client` and `api_classes` to call the APIs added in https://dart-review.googlesource.com/c/sdk/+/428784 to support refactors 

This does not update the UI to show the available refactors. That will be follow-up. 

Note: Fetching the available refactors is currently protected by the `propertyEditorRefactors` feature flag.
15 files changed
tree: 3c1e75436c7a1de5b3321f98fce5828369727390
  1. .github/
  2. .vscode/
  3. _markdown_images/
  4. docs/
  5. packages/
  6. third_party/
  7. tool/
  8. .gitattributes
  9. .gitignore
  10. analysis_options.yaml
  11. AUTHORS
  12. BETA_TESTING.md
  13. CODE_OF_CONDUCT.md
  14. CODEOWNERS
  15. CONTRIBUTING.md
  16. devtools_options.yaml
  17. DOCUMENTATION.md
  18. flutter-candidate.txt
  19. LICENSE
  20. pubspec.yaml
  21. README.md
  22. STYLE.md
  23. TESTING.md
  24. TRIAGE.md
README.md

Dart & Flutter DevTools

Build Status OpenSSF Scorecard

What is this?

Dart & Flutter DevTools is a suite of performance tools for Dart and Flutter.

Getting started

For documentation on installing and trying out DevTools, please see our docs.

Contributing and development

Contributions welcome! See our contributing page for an overview of how to build and contribute to the project.

Terms and Privacy

By using Dart DevTools, you agree to the Google Terms of Service. To understand how we use data collected from this service, see the Google Privacy Policy.