ReportMode class abstract
- Implementers
 
Constructors
Properties
- hashCode → int
 - 
  The hash code for this object.
  no setterinherited
 - localizationOptions ↔ LocalizationOptions
 - 
  Get currently used localization options
  getter/setter pair
 - reportModeAction ← ReportModeAction
 - 
  Set report mode action.
  no getter
 - 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.
 - 
  toString(
) → String  - 
  A string representation of this object.
  inherited
 
Operators
- 
  operator ==(
Object other) → bool  - 
  The equality operator.
  inherited