singleStep abstract method Null safety
- DigitEntry? digitEntryStateFrom
Perform a single step action by running one instruction, and then returning to an appropriate state (DigitEntry or Running, as determined by the executed instruction).
Implementation
void singleStep(DigitEntry? digitEntryStateFrom);