ascom_autonavi_ae_gmap_glanimation_AdglAnimation2V method

Future<com_autonavi_ae_gmap_glanimation_AdglAnimation2V> ascom_autonavi_ae_gmap_glanimation_AdglAnimation2V ()
inherited

Implementation

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