mobile abstract method

String mobile(
  1. String appname
)

Error message displayed when the user tries to access the app on a mobile device.

In en, this message translates to: 'Sorry, {appname} is currently only available on desktop devices. Please try again on a desktop device.'

Implementation

String mobile(String appname);