ascom_autonavi_amap_mapcore_animation_GLAnimationSet method
inherited
Implementation
Future<com_autonavi_amap_mapcore_animation_GLAnimationSet> ascom_autonavi_amap_mapcore_animation_GLAnimationSet() async {
final result = await MethodChannel('me.yohom/amap_map_fluttify').invokeMethod('RefClass::ascom_autonavi_amap_mapcore_animation_GLAnimationSet', {'refId': refId});
return com_autonavi_amap_mapcore_animation_GLAnimationSet()..refId = result;
}