isKindOfcom_autonavi_amap_mapcore_AMapNativeParticleSystem method

Future<bool> isKindOfcom_autonavi_amap_mapcore_AMapNativeParticleSystem ()
inherited

Implementation

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