AMapApiKey constructor

const AMapApiKey({
  1. String? iosKey,
  2. String? androidKey,
})

构造AMapKeyConfig

iosKey iOS平台的key

androidKey Android平台的key

Implementation

const AMapApiKey({this.iosKey, this.androidKey});