timerPickerSecond abstract method

String timerPickerSecond(
  1. int second
)

Second that is shown in CupertinoTimerPicker corresponding to the given second value.

Examples: timerPickerSecond(1) in:

  • US English: 1
  • Arabic: ١

Implementation

// The global version uses date symbols data from the intl package.
String timerPickerSecond(int second);