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