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