createNotification function

Notification createNotification(
  1. String title, [
  2. NotificationOptions? options
])

Creates a server-side Notification (no-op).

Implementation

iface.Notification createNotification(
  String title, [
  iface.NotificationOptions? options,
]) => ServerNotification(title, options);