ReportMode class abstract
- Implementers
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- localizationOptions → LocalizationOptions
-
Get currently used localization options
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
getSupportedPlatforms(
) → List< PlatformType> - Get supported platform list
-
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
-
onActionConfirmed(
Report report) → void - On user has accepted report
-
onActionRejected(
Report report) → void - On user has rejected report
-
requestAction(
Report report, BuildContext? context) → void - Code which should be triggered if new error has been caught and core creates report about this.
-
setLocalizationOptions(
LocalizationOptions? localizationOptions) → void - Set localization options (translations) to this report mode
-
setReportModeAction(
ReportModeAction reportModeAction) → void - Set report mode action.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited