void notice(String event, Callback call) { _listeners.add(FastNotification.addListener(event, call)); }