sdk
sdk copied to clipboard
Mark `dartExecutable` parameter as `required` in `DartDevelopmentServiceLauncher.start`
This will require the path to the Dart executable to be explicitly provided rather than falling back to using Platform.executable which may not work in all contexts.
This is technically a breaking change to package:dds, so we'll need to do a major version bump when we make this change.