Add a callback with the given key
void add(String key, Callback<T> callback) { _map[key] = callback; }