androidBinary property

String get androidBinary

The Android binary type (APK or AAB).

This property determines the type of Android binary to build. It defaults to "aab" if not specified in the command-line arguments.

Implementation

String get androidBinary => argResults?['android_binary'] as String? ?? "aab";