notifyRoleText method

  1. @override
String notifyRoleText(
  1. String role
)

The text shown under a role mention entry in the mention autocomplete, describing that it notifies every member holding the role named role.

Implementation

@override
String notifyRoleText(String role) => 'Benachrichtige alle $role-Mitglieder';