errorCallback property

  1. @override
ErrorCallbackHandler? get errorCallback
override

A custom Zone.errorCallback implementation for a new zone.

Implementation

@override
ErrorCallbackHandler? get errorCallback => zoneSpecification.errorCallback;