dispose method

void dispose()

Disposes of the resources used by the scanner.

Implementation

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