IosPlatform constructor

const IosPlatform({
  1. String minVersion = '15.0',
  2. String? bundleIdentifier,
})

Creates an IosPlatform configuration instance.

Implementation

const IosPlatform({
  this.minVersion = '15.0',
  this.bundleIdentifier,
});