createNotification function
Creates a server-side Notification (no-op).
Implementation
iface.Notification createNotification(
String title, [
iface.NotificationOptions? options,
]) => ServerNotification(title, options);
Creates a server-side Notification (no-op).
iface.Notification createNotification(
String title, [
iface.NotificationOptions? options,
]) => ServerNotification(title, options);