showNotification method
Show notification
Implementation
Future<void> showNotification({
required String title,
required String body,
String? icon,
String id = 'mcp_notification',
}) {
throw UnimplementedError('showNotification() has not been implemented.');
}