signUpSuccessfulMessage abstract method

String signUpSuccessfulMessage(
  1. String username
)

No description provided for @signUpSuccessfulMessage.

In en, this message translates to: 'Successfully created an account for "{username}". Please sign in and complete your profile to start using the application.'

Implementation

String signUpSuccessfulMessage(String username);