timerPickerHour method
- @override
override
Hour that is shown in CupertinoCountdownTimerPicker
corresponding to
the given hour value.
Examples: timerPickerHour(1) in:
- US English: 1
- Arabic: ١
Implementation
@override
String timerPickerHour(int hour) => hour.toString();