sendCount method

  1. @override
String sendCount(
  1. int count
)
override

No description provided for @sendCount.

In en, this message translates to: 'Send ({count})'

Implementation

@override
String sendCount(int count) {
  return '보내기 ($count)';
}