restart method Null safety
- RunningController newFake,
- {void singleStepOnDone( )?}
Implementation
Running restart(RunningController newFake,
{void Function(CalculatorError?)? singleStepOnDone}) {
_caller._fake = newFake;
_caller.restarting(singleStepOnDone);
resume();
return _caller;
}