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