buildAndroid property
bool
get
buildAndroid
Checks if the Android build flag is enabled.
Implementation
bool get buildAndroid => argResults?['android'] as bool? ?? true;
Checks if the Android build flag is enabled.
bool get buildAndroid => argResults?['android'] as bool? ?? true;