onExceptionChanged property

Stream<Exception?> onExceptionChanged

Implementation

Stream<Exception?> get onExceptionChanged =>
    _exceptionChangedStreamController.stream;