set_apiKey_batch method

Future<void> set_apiKey_batch(
  1. List<String> apiKey
)

Implementation

Future<void> set_apiKey_batch(List<String> apiKey) async {
  await kAmapCoreFluttifyChannel.invokeMethod('AMapServices::set_apiKey_batch', [for (int __i__ = 0; __i__ < this.length; __i__++) {'__this__': this[__i__], "apiKey": apiKey[__i__]}]);


}