Function ::exo::db::push_notification

Overview
async fn push_notification(value, value1: String, value2: String, value3: String) -> Result

Sends a push notification to all devices of the defined users. The user can be defined via a UUID or his ident.

Example:

exo::db::push_notification("admin", "New Notification", "This is a new test documentation", "/#/search").await;