PubspecManager constructor

PubspecManager(
  1. Logger logger
)

Creates a new PubspecManager with the provided logger.

Implementation

PubspecManager(this.logger);