Set the label's visibility value
Future<void> setLabelVisible(bool visible) => DisplayRulePlatform.instance.setLabelVisible(id, visible);