dispose method
void
dispose()
Disposes of the resources used by the scanner.
Implementation
void dispose() {
_channel.dispose();
}
Disposes of the resources used by the scanner.
void dispose() {
_channel.dispose();
}