How to read received notifications in flutter How to read received notifications in flutter dart dart

How to read received notifications in flutter


For Android devices, you can use the Notification package. For iOS I'm afraid there's no solution yet.

void onData(NotificationEvent event) => print(event.toString());