onSkeletalLoad method

void onSkeletalLoad()

Implementation

void onSkeletalLoad(){
  if(bloc == null) return;
  if (!curModel.isLoading()) {
    logNUI("NUIListInterface", "Starting skeletal loading");
    curModel.skeletalLoading = true;
    bloc!.startSkeletalLoading(onLoadComplete: controller._onLoadComplete);
  }
}