singleStep abstract method Null safety

void singleStep(
  1. 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);