onEnginePause method

void onEnginePause()

Implementation

void onEnginePause() {
  _enginePaused = true;
}