dispatch

abstract suspend fun dispatch(notification: Notification): Boolean(source)

Returns true only when the platform accepted the notification for delivery. Suspends until the platform resolves the send, so the result reflects the actual outcome rather than an optimistic guess (desktop native senders shell out to OS tools and complete asynchronously).