off static method

void off(
  1. String key
)

Implementation

static void off(String key) {
  _workers.remove(key);
}