LocalNotificationCallback constructor
const
LocalNotificationCallback({
- required void clickNotificationCallback(
- String notificationType
- required void lockScreenNotificationShow(),
Implementation
const LocalNotificationCallback({
required this.clickNotificationCallback,
required this.lockScreenNotificationShow,
});