appNotInstalledDialogMessage abstract method

String appNotInstalledDialogMessage(
  1. String appName
)

Message for the app not installed dialog

In en, this message translates to: 'The {appName} app is not installed on your device.'

Implementation

String appNotInstalledDialogMessage(String appName);