notification_newUser abstract method

String notification_newUser(
  1. String appname,
  2. String username
)

Welcome message for new users, including app name and username placeholders.

In en, this message translates to: 'Welcome to {appname}, {username}! We hope you enjoy your stay.'

Implementation

String notification_newUser(String appname, String username);