imageWithHorizontallyFlippedOrientation method
imageWithHorizontallyFlippedOrientation
Implementation
UIImage imageWithHorizontallyFlippedOrientation() {
objc.checkOsVersionInternal('UIImage.imageWithHorizontallyFlippedOrientation', iOS: (false, (10, 0, 0)));
final $ret = _objc_msgSend_151sglz(object$.ref.pointer, _sel_imageWithHorizontallyFlippedOrientation);
return UIImage.fromPointer($ret, retain: true, release: true);
}