loadSectionText method

void loadSectionText()

Implementation

void loadSectionText() async {
  await loadSectionTextAndHighlights();
  emit(ReaderReady());
  Future.delayed(Duration(milliseconds: 50), () {
    gotoLastLocation();
  });
}