canReportProblem property
bool
get
canReportProblem
Whether the app supplied an explicit problem-report callback.
Implementation
bool get canReportProblem => _onProblemReport != null;
Whether the app supplied an explicit problem-report callback.
bool get canReportProblem => _onProblemReport != null;