onErrorEvent property

Stream<ReadiumError> get onErrorEvent

Stream of error events from the reader.

Emits ReadiumError when errors occur during reading.

Implementation

Stream<ReadiumError> get onErrorEvent {
  return _platform.onErrorEvent;
}