clearHighlights function
Implementation
void clearHighlights(int sectionIndex, Book book, ReaderBloc readerBloc) {
box.put(book.getHighlightFileName(sectionIndex), null);
readerBloc.highlights = [];
// setState(() {});
}
void clearHighlights(int sectionIndex, Book book, ReaderBloc readerBloc) {
box.put(book.getHighlightFileName(sectionIndex), null);
readerBloc.highlights = [];
// setState(() {});
}