stopSimulation static method

void stopSimulation()

Stops any active simulation.

Implementation

static void stopSimulation() {
  SmartLocationImpl().stopSimulation();
}