close method
void
close()
The Document.close()
method finishes writing to a
document, opened with Document.open.
Implementation
external void close();
The Document.close()
method finishes writing to a
document, opened with Document.open.
external void close();