startListening method

void startListening()

Starts listening to data sent over the serial port via stream.

Implementation

void startListening() => _timer = Timer.periodic(readInterval, _checkForBytes);