appUpdateCommentCount method

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

No description provided for @appUpdateCommentCount.

In en, this message translates to: '{count} comments'

Implementation

@override
String appUpdateCommentCount(int count) {
  return '$count comentários';
}