dispose method
Releases all resources associated with the serial port.
@note Call this function after you're done with the serial port.
Implementation
@override
void dispose() {
stopListening();
_inner.dispose();
}
Releases all resources associated with the serial port.
@note Call this function after you're done with the serial port.
@override
void dispose() {
stopListening();
_inner.dispose();
}