saveLastReadedSection method

void saveLastReadedSection(
  1. int index
)

Implementation

void saveLastReadedSection(int index) {
  boxLastReadedSectionId.put(book.assetFolder, index);
}