print method

void print()

Will print the current web page.

Implementation

void print() {
  web.window.print();
}