Arguments.defaultConfigs constructor

Arguments.defaultConfigs(
  1. ArgResults? globalResults
)

Implementation

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