numChats abstract method

String numChats(
  1. int num
)

The number of selected chats

In en, this message translates to: '{num, plural, zero {No Chat Selected} one {1 Chat} other {{num} Chats}}'

Implementation

String numChats(int num);