configureWithDefaultBackground method

void configureWithDefaultBackground()

Reset background and shadow properties to their defaults.

Implementation

void configureWithDefaultBackground() {
  objc.checkOsVersionInternal('UIBarAppearance.configureWithDefaultBackground', iOS: (false, (13, 0, 0)));
  _objc_msgSend_1pl9qdv(object$.ref.pointer, _sel_configureWithDefaultBackground);
}