NotificationTimestampUseCase typedef

NotificationTimestampUseCase = DateTime? Function(AppNotification notification)

Implementation

typedef NotificationTimestampUseCase = DateTime? Function(
  AppNotification notification,
);