startListening method
Starts listening to data sent over the serial port via stream.
Implementation
void startListening() => _timer = Timer.periodic(readInterval, _checkForBytes);
Starts listening to data sent over the serial port via stream.
void startListening() => _timer = Timer.periodic(readInterval, _checkForBytes);