onNotificationRead abstract method

void onNotificationRead(
  1. VoidCallback onNotificationRead
)

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

Implementation

void onNotificationRead(VoidCallback onNotificationRead);