close function
void
close()
Closes the window.
Implementation
void close() {
_i4.callMethod(
_self,
'close',
[],
);
}
Closes the window.
void close() {
_i4.callMethod(
_self,
'close',
[],
);
}