zonedScheduleRawXml method

  1. @override
Future<void> zonedScheduleRawXml(
  1. int id,
  2. String xml,
  3. TZDateTime scheduledDate,
  4. WindowsNotificationDetails? details,
)

Schedules a notification to appear using raw XML at this date and time.

See https://learn.microsoft.com/en-us/uwp/schemas/tiles/toastschema/schema-root. For validation, see the Windows Notifications Visualizer.

Implementation

@override
Future<void> zonedScheduleRawXml(
  int id,
  String xml,
  TZDateTime scheduledDate,
  WindowsNotificationDetails? details,
) async {}