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