Arguments.defaultConfigs constructor
Arguments.defaultConfigs(
- ArgResults? globalResults
Implementation
factory Arguments.defaultConfigs(ArgResults? globalResults) => Arguments(
Variables.fromSystem(globalResults),
filePath: Files.androidDistributionOutputDir.path,
binaryType: 'aab',
credentialFile: r'${{HUAWEI_CREDENTIAL_FILE}}',
);