zonedSchedule method

  1. @override
Future<void> zonedSchedule({
  1. required int id,
  2. String? title,
  3. String? body,
  4. required TZDateTime scheduledDate,
  5. WindowsNotificationDetails? notificationDetails,
  6. 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 {}