LocalNotificationConfig constructor
LocalNotificationConfig({})
Implementation
LocalNotificationConfig({
required this.type,
required this.title,
required this.body,
required this.loopNum,
required this.singleAddMinute,
this.logoName="ic_launcher",
this.logoFolder="mipmap",
});