updateShowNum method
dynamic
updateShowNum()
Implementation
updateShowNum(){
_todayShow++;
_showNumStorage.saveData("${todayTimeStr()}_$_todayShow");
}
updateShowNum(){
_todayShow++;
_showNumStorage.saveData("${todayTimeStr()}_$_todayShow");
}