updates static method

dynamic updates(
  1. List<String> keys
)

Implementation

static updates(List<String> keys) {
  keys.forEach(update);
}