onTapNotification method
Implementation
Future<void> onTapNotification(NotificationResponse? response) async {
if (response?.payload != null) {
selectNotificationStream.add(response?.payload);
}
}
Future<void> onTapNotification(NotificationResponse? response) async {
if (response?.payload != null) {
selectNotificationStream.add(response?.payload);
}
}