adminNum abstract method

String adminNum(
  1. int num
)

The number of Admin

In en, this message translates to: 'Admin ({num})'

Implementation

String adminNum(int num);