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