startSerial method

Stream<SerialResponse> startSerial()

Thrown by operations that have not been implemented yet. a UnsupportedError all things considered. This mistake is just planned for use during improvement.

Implementation

Stream<SerialResponse> startSerial() {
  throw UnimplementedError('startSerial() has not been implemented.');
}