prior method
void
prior()
Moves the cursor to the previous visible record.
Implementation
void prior() => _cursorCoordinator.prior();
Moves the cursor to the previous visible record.
void prior() => _cursorCoordinator.prior();