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