NotificationProcessor typedef

NotificationProcessor = void Function(Notification notification)

Type of callbacks used to process notifications.

Implementation

typedef NotificationProcessor = void Function(Notification notification);