stopListening method

void stopListening()

Stops listening to the serial port.

Implementation

void stopListening() => _timer?.cancel();