Remove a callback by key Returns true if the key existed and was removed
bool remove(String key) { return _map.remove(key) != null; }