Catcher2Options.getDefaultProfileOptions constructor

Catcher2Options.getDefaultProfileOptions()

Builds default catcher 2 options profile instance

Implementation

Catcher2Options.getDefaultProfileOptions()
    : handlers = [ConsoleHandler()],
      reportMode = SilentReportMode(),
      handlerTimeout = 10000,
      customParameters = <String, dynamic>{},
      localizationOptions = [],
      explicitExceptionReportModesMap = {},
      explicitExceptionHandlersMap = {},
      handleSilentError = true,
      screenshotsPath = '',
      excludedParameters = const [],
      filterFunction = null,
      reportOccurrenceTimeout = 3000,
      onFlutterError = null,
      onPlatformError = null,
      logger = Catcher2Logger();