AndroidManager constructor
const
AndroidManager(
- String projectRoot
Creates a new AndroidManager 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 AndroidManager(this.projectRoot);