makeKeyAndVisible method

void makeKeyAndVisible()

makeKeyAndVisible

Implementation

void makeKeyAndVisible() {
  objc.checkOsVersionInternal('UIWindow.makeKeyAndVisible', iOS: (false, (2, 0, 0)));
  _objc_msgSend_1pl9qdv(this.ref.pointer, _sel_makeKeyAndVisible);
}