onTap method
Implementation
@override
void onTap(ServerNotificationModel notification) {
read(notification);
onNotificationTapped(
notification.data..putIfAbsent('code', () => notification.code));
}
@override
void onTap(ServerNotificationModel notification) {
read(notification);
onNotificationTapped(
notification.data..putIfAbsent('code', () => notification.code));
}