stream property
Stream<TalkerData>
get
stream
Common stream to sent all processed events TalkerData occurred errors TalkerErrors, exceptions TalkerExceptions and logs TalkerLogs that have been sent You can connect a listener to it and catch the received errors
Or you can add your observer TalkerObserver in the settings
Implementation
Stream<TalkerData> get stream =>
_talkerStreamController.stream.asBroadcastStream();