isSocialReportsEnabled property
Check if the social reports overlay is enabled.
Returns
- True if the social reports overlay is enabled, false otherwise.
Implementation
static bool get isSocialReportsEnabled {
return OverlayService.isOverlayEnabled(CommonOverlayId.socialReports.id);
}