archsolar

Results 2 comments of archsolar

This also does not display. ```dart static Future _zonedScheduleAlarmClockNotification() async { await flutterLocalNotificationsPlugin.zonedSchedule( 123, 'scheduled alarm clock title', 'scheduled alarm clock body', tz.TZDateTime.now(tz.local).add(const Duration(seconds: 5)), const NotificationDetails( android: AndroidNotificationDetails( 'alarm_clock_channel',...

Thank you all for helping out! Sorry for being unresponsive.