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) =>
'您一次最多可以提及 $count 个用户。';