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