iosBundleId property
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;
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.
final String? iosBundleId;