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