updateBundleId method
Method to update the Bundle ID for the given build config
Implementation
@override
Future<void> updateBundleId(String bundleId, String buildConfig) {
return buildSettings.updateBundleId(bundleId, buildConfig);
}
Method to update the Bundle ID for the given build config
@override
Future<void> updateBundleId(String bundleId, String buildConfig) {
return buildSettings.updateBundleId(bundleId, buildConfig);
}