remove method

void remove(
  1. String key
)

Remove the callback for a key

Implementation

void remove(String key) {
  _handlers.remove(key);
}