show method

void show()

Implementation

void show() {
  final hwnd = this.hwnd;

  ShowWindow(hwnd, SHOW_WINDOW_CMD.SW_SHOWNORMAL);
}