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