ascom_amap_api_maps_model_particle_ConstantRotationOverLife method

Future<com_amap_api_maps_model_particle_ConstantRotationOverLife> ascom_amap_api_maps_model_particle_ConstantRotationOverLife ()
inherited

Implementation

Future<com_amap_api_maps_model_particle_ConstantRotationOverLife> ascom_amap_api_maps_model_particle_ConstantRotationOverLife() async {
  final result = await MethodChannel('me.yohom/amap_map_fluttify').invokeMethod('RefClass::ascom_amap_api_maps_model_particle_ConstantRotationOverLife', {'refId': refId});
  return com_amap_api_maps_model_particle_ConstantRotationOverLife()..refId = result;
}