AndroidManager constructor

const AndroidManager(
  1. 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);