zonedSchedule method

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