remove static method

AntiBouncer? remove(
  1. String key
)

Implementation

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