clear static method

void clear(
  1. String key
)

Implementation

static void clear(String key) => _throttle.remove(key);