handlePSE method Null safety

  1. @mustCallSuper
void handlePSE()

Handle the pause operation. Note that this enables stack lift -- see p. 100

Implementation

@mustCallSuper
void handlePSE() => _stackLiftEnabled = true;