mentionsMaxLimitHitWithCount method
No description provided for @mentionsMaxLimitHitWithCount.
In en, this translates to : **'You can mention up to {count} users at once.'
Implementation
@override
String mentionsMaxLimitHitWithCount(int count) =>
'Sie können bis zu $count Benutzer gleichzeitig erwähnen.';