zonedSchedule method
Future<void>
zonedSchedule({
- required int id,
- String? title,
- String? body,
- required TZDateTime scheduledDate,
- WindowsNotificationDetails? notificationDetails,
- String? payload,
Schedules a notification to appear at the given date and time.
Implementation
@override
Future<void> zonedSchedule({
required int id,
String? title,
String? body,
required TZDateTime scheduledDate,
WindowsNotificationDetails? notificationDetails,
String? payload,
}) async {}