prev method

void prev()

Implementation

void prev() {
  SchemasReader().prev();
  notifyListeners();
}