TaskNotificationTapCallback typedef

TaskNotificationTapCallback = void Function(Task task, NotificationType notificationType)

Signature for function you can register to be called when a notification is tapped by the user

Implementation

typedef TaskNotificationTapCallback = void Function(
    Task task, NotificationType notificationType);