asAMapPOIConfig method

Future<AMapPOIConfig> asAMapPOIConfig ()
inherited

Implementation

Future<AMapPOIConfig> asAMapPOIConfig() async {
  final result = await MethodChannel('me.yohom/amap_map_fluttify').invokeMethod('RefClass::asAMapPOIConfig', {'refId': refId});
  return AMapPOIConfig()..refId = result;
}