showRawXml method

  1. @override
Future<void> showRawXml({
  1. required int id,
  2. required String xml,
  3. Map<String, String> bindings = const <String, String>{},
})

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 {}