delayForShow method Null safety
- int updateDisplay(
override
Implementation
@override
bool delayForShow(int Function() updateDisplay) {
pause = updateDisplay;
return true;
}
@override
bool delayForShow(int Function() updateDisplay) {
pause = updateDisplay;
return true;
}