drawLayer method
drawLayer:inContext:
Implementation
void drawLayer(CALayer layer$1, {required ffi.Pointer<CGContext> inContext}) {
objc.checkOsVersionInternal('UIView.drawLayer:inContext:', iOS: (false, (10, 0, 0)), macOS: (false, (10, 12, 0)));
if (!objc.respondsToSelector(this.ref.pointer, _sel_drawLayer_inContext_)) {
throw objc.UnimplementedOptionalMethodException('UIView', 'drawLayer:inContext:');
}
_objc_msgSend_a4xp11(this.ref.pointer, _sel_drawLayer_inContext_, layer$1.ref.pointer, inContext);
}