loadContent method

void loadContent()

Implementation

void loadContent() {
  emit(HomeLoaded(imageUrls: _imageUrls, currentPage: 0));
  _startAutoSlide();
}