SectionBloc constructor

SectionBloc(
  1. Book book
)

Implementation

SectionBloc(this.book) : super(SectionInitial()) {
  400.msAfter(run: () {
    gotoLastReadingSection();
  });
}