Function removeGlobalNotification

  • Clears a notification in the app with the given unique ID.

    Parameters

    • uniqueId: string

      The unique ID of the notification to clear.

    Returns Promise<string>

    • A promise that resolves when the notification has been cleared.

Generated using TypeDoc