close method

void close()

Calls Window.close on this cross-origin window.

Implementation

void close() => _window.close();