timerPickerSecondLabel abstract method

String? timerPickerSecondLabel(
  1. int second
)

Label that appears next to the minute picker in CupertinoTimerPicker when selected minute value is second. This function will deal with pluralization based on the second parameter.

Implementation

// The global version uses the translated string from the arb file.
String? timerPickerSecondLabel(int second);