SilentReportMode class

Inheritance

Constructors

SilentReportMode()

Properties

hashCode int
The hash code for this object.
no setterinherited
localizationOptions LocalizationOptions
Get currently used localization options
getter/setter pairinherited
reportModeAction ReportModeAction
Set report mode action.
no getterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

getSupportedPlatforms() List<PlatformType>
Get supported platform list
override
isContextRequired() bool
Check if given report mode requires context to run
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onActionConfirmed(Report report) → void
On user has accepted report
inherited
onActionRejected(Report report) → void
On user has rejected report
inherited
requestAction(Report report, BuildContext? context) → void
Code which should be triggered if new error has been caught and core creates report about this.
override
toString() String
A string representation of this object.
inherited

Operators

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