close method
Closes the current window.
This is rather confusing and will be removed.
Should replace all usages with window.close()
or quit().
Implementation
@Deprecated('Use `window.close()` or `quit()` instead.')
void close() {
window.close();
}