DarwinBundleIDSettings constructor

DarwinBundleIDSettings({
  1. required String buildType,
  2. required String bundleId,
})

Implementation

DarwinBundleIDSettings({required this.buildType, required this.bundleId});