isValidXml method

  1. @override
bool isValidXml(
  1. String xml
)

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;