showAttribution method
void
showAttribution(
- ObjCObjectBase sender
Show the attribution action sheet.
This action is performed when the user taps on the attribution button provided
by default via the attributionButton property. If you implement a custom
attribution button, you should add this action to the button.
Implementation
void showAttribution(objc.ObjCObjectBase sender) {
_objc_msgSend_xtuoz7(this.ref.pointer, _sel_showAttribution_, sender.ref.pointer);
}