``` void onData(NotificationEvent event) { print(event.toString()); // can it like this? // event.remove() } ```