androidApiKey property

String? androidApiKey
getter/setter pair

API_KEY of your Android Application.

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

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

Implementation

String? androidApiKey;