Function: dispatchSystemNotificationIfEnabled()
dispatchSystemNotificationIfEnabled(
request: {body?:string;title:string; }):Promise<void>
Defined in: src/stores/cloud/utils/cloudStoreNotifications.ts:67
Sends a system notification if the user has enabled them.
Parametersโ
requestโ
body?โ
string
titleโ
string
Returnsโ
Promise<void>