BloomPlatforms constructor
const
BloomPlatforms({})
Creates a BloomPlatforms configuration with platform defaults.
Implementation
const BloomPlatforms({
this.androidMinSdk = 24,
this.androidTargetSdk = 34,
this.androidPackage,
this.iosMinVersion = '15.0',
this.iosBundleIdentifier,
this.webTitle = 'Bloom App',
});