freezeTime static method

void freezeTime()

Freeze time at the current moment.

Implementation

static void freezeTime() {
  NyTime.freeze();
}