noLoop method

void noLoop()

Implementation

void noLoop() {
  _isLooping = false;
  _noLoop?.call();
}