auth_version abstract method

String auth_version(
  1. String version
)

Displays the current version of the application with a version placeholder.

In en, this message translates to: 'Version {version}'

Implementation

String auth_version(String version);