menu
pp_kits package
documentation
commons/count_down.dart
CountDownManager
getRemainingSeconds method
getRemainingSeconds method
dark_mode
light_mode
getRemainingSeconds
method
int
?
getRemainingSeconds
(
String
id
)
获取剩余时间(秒)
Implementation
int? getRemainingSeconds(String id) { return _instances[id]?.remainingSeconds; }
pp_kits package
documentation
commons/count_down
CountDownManager
getRemainingSeconds method
CountDownManager class