configureWithDefaultForStyle method
Reset this appearance to that of a given style.
Implementation
void configureWithDefaultForStyle(UIBarButtonItemStyle style) {
objc.checkOsVersionInternal('UIBarButtonItemAppearance.configureWithDefaultForStyle:', iOS: (false, (13, 0, 0)));
_objc_msgSend_11ist7u(this.ref.pointer, _sel_configureWithDefaultForStyle_, style.value);
}