showRawXml method
Shows a notification using raw XML passed to the Windows APIs.
To check if the XML is valid, use isValidXml.
Implementation
@override
Future<void> showRawXml({
required int id,
required String xml,
Map<String, String> bindings = const <String, String>{},
}) async {}