zonedScheduleRawXml method
Future<void>
zonedScheduleRawXml(
- int id,
- String xml,
- TZDateTime scheduledDate,
- 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 {}