isValidXml method
Checks if some XML is a valid Windows notification.
See https://learn.microsoft.com/en-us/uwp/schemas/tiles/toastschema/schema-root. For validation, see the Windows Notifications Visualizer.
Implementation
@override
bool isValidXml(String xml) => false;