PageReportMode class
- Inheritance
-
- Object
- ReportMode
- PageReportMode
Constructors
- PageReportMode({bool showStackTrace = true})
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- localizationOptions → LocalizationOptions
-
Get currently used localization options
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- showStackTrace → bool
-
final
Methods
-
getSupportedPlatforms(
) → List< PlatformType> -
Get supported platform list
override
-
isContextRequired(
) → bool -
Check if given report mode requires context to run
override
-
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
-
setLocalizationOptions(
LocalizationOptions? localizationOptions) → void -
Set localization options (translations) to this report mode
inherited
-
setReportModeAction(
ReportModeAction reportModeAction) → void -
Set report mode action.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited