notification_planLeft abstract method

String notification_planLeft(
  1. String username
)

Notification message when a user leaves a shared plan, includes username.

In en, this message translates to: '{username} left your plan. You can invite them back anytime.'

Implementation

String notification_planLeft(String username);