menu
catcher package
documentation
model/report_handler.dart
ReportHandler
isContextRequired method
isContextRequired method
dark_mode
light_mode
isContextRequired
method
bool
isContextRequired
(
)
Check if given report mode requires context to run
Implementation
bool isContextRequired() { return false; }
catcher package
documentation
model/report_handler
ReportHandler
isContextRequired method
ReportHandler class