IosManager constructor
const
IosManager(
- 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);