disableSocialReports static method
Disables the social reports overlay.
Returns
- GemError.success on success, GemError.notFound if the overlay is not found
Throws
- An exception if it fails.
Implementation
static GemError disableSocialReports() {
return OverlayService.disableOverlay(CommonOverlayId.socialReports.id);
}