notification_invite abstract method
- String username
Notification message indicating that a user has invited you to join their plan, includes username.
In en, this message translates to: '{username} invited you to join their plan!'
Implementation
String notification_invite(String username);