previous method

void previous(
  1. Type page
)

Implementation

void previous(Type page) {
  _tutorials[page]?.previous();
  notifyListeners();
}