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