handlePSE method Null safety
Handle the pause operation. Note that this enables stack lift -- see p. 100
Implementation
@mustCallSuper
void handlePSE() => _stackLiftEnabled = true;
Handle the pause operation. Note that this enables stack lift -- see p. 100
@mustCallSuper
void handlePSE() => _stackLiftEnabled = true;