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