resolvedColorWithTraitCollection method
resolvedColorWithTraitCollection:
Implementation
UIColor resolvedColorWithTraitCollection(UITraitCollection traitCollection) {
final _$$ref = object$.ref;
final _$$ref$1 = traitCollection.ref;
objc.checkOsVersionInternal('UIColor.resolvedColorWithTraitCollection:', iOS: (false, (13, 0, 0)));
final $ret = _objc_msgSend_1sotr3r(_$$ref.pointer, _sel_resolvedColorWithTraitCollection_, _$$ref$1.pointer);
return UIColor.fromPointer($ret, retain: true, release: true);
}