errorCallback property
A custom Zone.errorCallback implementation for a new zone.
Implementation
@override
ErrorCallbackHandler? get errorCallback => zoneSpecification.errorCallback;
A custom Zone.errorCallback implementation for a new zone.
@override
ErrorCallbackHandler? get errorCallback => zoneSpecification.errorCallback;