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