PubspecService constructor
PubspecService({
- bool runPubGet = true,
Creates a service for managing the project's pubspec configuration.
Implementation
PubspecService({
this.runPubGet = true,
});