productAtCursor

open fun productAtCursor(cursor: Cursor): Product

Returns the current product where the cursor is currently pointing at. Does not modify the state of the cursor.

The cursor should be a Cursor that is returned from the functions

searchByCode or searchByFoldedName