remove static method

AnyThrottle? remove(
  1. String key
)

Implementation

static AnyThrottle? remove(String key) {
  return maps?.remove(key);
}