setSlowMotion method

void setSlowMotion(
  1. bool enabled
)

Implementation

void setSlowMotion(bool enabled) {
  _slowMotion = enabled;
}