ascom_autonavi_ae_gmap_glinterface_MapLabelItem method

Future<com_autonavi_ae_gmap_glinterface_MapLabelItem> ascom_autonavi_ae_gmap_glinterface_MapLabelItem ()
inherited

Implementation

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