AndroidPromotionOptions constructor
const
AndroidPromotionOptions({
- required String workingDirectory,
- required GooglePlayCredentials googlePlayCredentials,
- required GitHubContext github,
- String? smfPath,
- GooglePlayApi? client,
- GitHubApi? githubApi,
- Future<
String> resolvePackage(- String appRoot,
- AndroidConfig config, {
- String? flavor,
Creates Android promotion options.
Implementation
const AndroidPromotionOptions({
required this.workingDirectory,
required this.googlePlayCredentials,
required this.github,
this.smfPath,
this.client,
this.githubApi,
this.resolvePackage = AndroidProject.resolvePackageName,
});