hide static method

void hide(
  1. String key
)

Implementation

static void hide(String key) {
  _map.remove(key)?.hide();
}