healthScreenEnabled property

  1. @TagNumber(13)
bool get healthScreenEnabled

Enable/Disable the health telemetry module on-device display

Implementation

@$pb.TagNumber(13)
$core.bool get healthScreenEnabled => $_getBF(12);
  1. @TagNumber(13)
set healthScreenEnabled (bool value)

Implementation

@$pb.TagNumber(13)
set healthScreenEnabled($core.bool value) => $_setBool(12, value);