app_update_download abstract method

String app_update_download(
  1. String url
)

Prompt to download and install the latest version using the provided URL.

In en, this message translates to: 'Download the latest version and install it.'

Implementation

String app_update_download(String url);