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