iosBundleId property

String? iosBundleId
finalinherited

The iOS bundle ID for the application. Defaults to [[NSBundle mainBundle] bundleID] when not set manually or in a plist.

This property is used on iOS only.

Implementation

final String? iosBundleId;