iosApiKey property

String? iosApiKey
getter/setter pair

API_KEY of your iOS Application.

Property is optional if your app don't support iOS. Your can find API_KEY on settings page of your Application

If you don't specify it and try to launch the app on iOS SDK will throw ArgumentError

Implementation

String? iosApiKey;