errorHandler property
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;
Returns the current Error Handler.
// Used in app_statefulwidget.dart and app_state.dart
@Deprecated('Should not be an exposed property')
v.AppErrorHandler? get errorHandler => _errorHandler;