configureWithOpaqueBackground method

void configureWithOpaqueBackground()

Reset background and shadow properties to display theme-appropriate opaque colors.

Implementation

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