onUncaughtError property

Stream<UncaughtError> onUncaughtError

Notifies that an uncaught error was thrown insing of the zone.

This is the callback hook used by exception handling behind the scenes.

Implementation

Stream<UncaughtError> get onUncaughtError => _onUncaughtError.stream;