setLabel method

Future<void> setLabel(
  1. String label
)

Set the label string

Implementation

Future<void> setLabel(String label) =>
    DisplayRulePlatform.instance.setLabel(id, label);