buildSubcommand property

  1. @override
String buildSubcommand
override

Implementation

@override
String get buildSubcommand => target == 'aab' ? 'appbundle' : 'apk';