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