next method

void next()

Implementation

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