NotificationInboxItemTap typedef
NotificationInboxItemTap =
void Function(NotificationInboxItem item)
Implementation
typedef NotificationInboxItemTap = void Function(
NotificationInboxItem item,
);
typedef NotificationInboxItemTap = void Function(
NotificationInboxItem item,
);