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