stopPhysics method

void stopPhysics()

Implementation

void stopPhysics() {
  _physicsTicker?.dispose();
  _physicsTicker = null;
}