confirmationDialogMessage abstract method

String confirmationDialogMessage(
  1. String appName
)

Message for the confirmation dialog

In en, this message translates to: 'Are you sure you want to launch {appName}?'

Implementation

String confirmationDialogMessage(String appName);