calendar_tasksCountLabel abstract method

String calendar_tasksCountLabel(
  1. int count
)

Label showing the number of tasks, with pluralization based on count.

In en, this message translates to: '{count, plural, zero{No Tasks} one{1 Task} other{{count} Tasks}}'

Implementation

String calendar_tasksCountLabel(int count);