Displays a message box with an OK button for the user.

  • Parameters

    • message: string

      The message to display.

    • title: string

      The dialog title.

    Returns Promise<void>