asMAAnimatedAnnotation method

Future<MAAnimatedAnnotation> asMAAnimatedAnnotation ()
inherited

Implementation

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