flutterExceptionHandler property

FlutterExceptionHandler? flutterExceptionHandler

Return the current 'Flutter Exception Handler.'

Implementation

FlutterExceptionHandler? get flutterExceptionHandler =>
    _flutterExceptionHandler;