healthScreenEnabled property
Enable/Disable the health telemetry module on-device display
Implementation
@$pb.TagNumber(13)
$core.bool get healthScreenEnabled => $_getBF(12);
Implementation
@$pb.TagNumber(13)
set healthScreenEnabled($core.bool value) => $_setBool(12, value);