onError property

Return either the current and previous Error Handler.

Implementation

FlutterExceptionHandler? get onError => _onError ?? _oldOnError;