toLocation method

void toLocation(
  1. int pos
)

Implementation

void toLocation(int pos) {
  SchemasReader().currentIndex = pos;
  notifyListeners();
}