set_apiKey method

Future<void> set_apiKey(
  1. String apiKey
)

Implementation

Future<void> set_apiKey(String apiKey) async {
  await kAmapCoreFluttifyChannel.invokeMethod('AMapServices::set_apiKey', <String, dynamic>{'__this__': this, "apiKey": apiKey});
}