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명까지 멘션할 수 있습니다.';