closeWindow static method

void closeWindow()

Closes the current window.

Implementation

static void closeWindow() {
  // No-op.
}