close function

void close()

Closes the window.

MDN Reference

Implementation

void close() {
  _i4.callMethod(
    _self,
    'close',
    [],
  );
}