isKindOfcom_autonavi_ae_gmap_glanimation_AdglMapAnimPivotZoom method

Future<bool> isKindOfcom_autonavi_ae_gmap_glanimation_AdglMapAnimPivotZoom ()
inherited

Implementation

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