IosManager constructor

const IosManager(
  1. String projectRoot
)

Creates a new IosManager for the Flutter project at projectRoot.

The projectRoot should be an absolute path to the Flutter project root (the directory containing pubspec.yaml).

Implementation

const IosManager(this.projectRoot);