stream property

Stream<Object> get stream

A stream that provides updates on any errors that occur in the application.

Implementation

Stream<Object> get stream => _streamController.stream;