dispose method

void dispose()

Releases any resources allocated by the console.

Call this method when you are done using the console to free any native resources that may have been allocated.

Implementation

void dispose() {
  _termlib.dispose();
}