errorHandler property

FlutterExceptionHandler? get errorHandler

The current Error Handler. Used in app_state.dart

Implementation

FlutterExceptionHandler? get errorHandler => _errorHandler;