NotificationInboxItemTap typedef

NotificationInboxItemTap = void Function(NotificationInboxItem item)

Implementation

typedef NotificationInboxItemTap = void Function(
  NotificationInboxItem item,
);