load method

void load()

Implementation

void load() {
  _isReady = true;
  onLoaded?.call();
  if (_isRotating) {
    startRotation();
  }
}