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