IosConfig constructor

const IosConfig({
  1. required String bundleId,
})

Implementation

const IosConfig({required this.bundleId});