PubspecService constructor

PubspecService({
  1. bool runPubGet = true,
})

Creates a service for managing the project's pubspec configuration.

Implementation

PubspecService({
  this.runPubGet = true,
});