imageWithConfiguration method
imageWithConfiguration:
Implementation
UIImage imageWithConfiguration(UIImageConfiguration configuration) {
objc.checkOsVersionInternal('UIImage.imageWithConfiguration:', iOS: (false, (13, 0, 0)));
final $ret = _objc_msgSend_1sotr3r(object$.ref.pointer, _sel_imageWithConfiguration_, configuration.ref.pointer);
return UIImage.fromPointer($ret, retain: true, release: true);
}