ReportHandler class abstract

Implementers

Constructors

ReportHandler()

Properties

hashCode → int
The hash code for this object.
no setterinherited
localizationOptions ↔ LocalizationOptions
Get currently used localization options
getter/setter pair
logger ↔ Catcher2Logger
Logger instance
getter/setter pair
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited

Methods

getSupportedPlatforms() → List<PlatformType>
Get list of supported platforms
handle(Report report, BuildContext? context) → Future<bool>
Method called when report has been accepted by user
isContextRequired() → bool
Check if given report mode requires context to run
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
shouldHandleWhenRejected() → bool
Check whether report mode should auto confirm without user confirmation.
toString() → String
Can be overridden to provide more information about this handler.
override

Operators

operator ==(Object other) → bool
The equality operator.
inherited