onUncaughtError property
Stream<UncaughtError>
get
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;