isKindOfcom_amap_api_maps_utils_overlay_SmoothMoveMarker method

Future<bool> isKindOfcom_amap_api_maps_utils_overlay_SmoothMoveMarker ()
inherited

Implementation

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