numSelect abstract method

String numSelect(
  1. int num
)

The number of messages select

In en, this message translates to: '{num, plural, zero {Select Messages} other {{num} Selected}}'

Implementation

String numSelect(int num);