onNotificationRead method

  1. @override
void onNotificationRead(
  1. VoidCallback onNotificationRead
)
override

a listener which listens to changes when a push notification arrives when app is active state.

Implementation

@override
void onNotificationRead(VoidCallback onNotificationRead) {
  notificationRead = onNotificationRead;
}