errorHandler property

  1. @Deprecated('Should not be an exposed property')
AppErrorHandler? get errorHandler

Returns the current Error Handler.

Implementation

// Used in app_statefulwidget.dart and app_state.dart
@Deprecated('Should not be an exposed property')
v.AppErrorHandler? get errorHandler => _errorHandler;