onError property
FlutterExceptionHandler?
get
onError
Return either the current and previous Error Handler.
Implementation
FlutterExceptionHandler? get onError => _onError ?? _oldOnError;
Return either the current and previous Error Handler.
FlutterExceptionHandler? get onError => _onError ?? _oldOnError;