bundleIdentifier property

String bundleIdentifier

The bundle identifier of the iOS build of this Flutter project.

Implementation

String get bundleIdentifier => _json[_kBundleIdentifierKey] as String;