update static method

dynamic update(
  1. String updateKey
)

Implementation

static update(String updateKey) {
  BtWidgetState.map[updateKey]?.update();
}