How to get last insert ID?

which is the new method on 2021?

C:\wamp64\www\mws\models\MovimentilistaList.php(3586): Call to undefined method Doctrine\DBAL\Connection::Insert_ID()

public function rowCustomAction($action, $row)

//Get new id
$idn = Conn()->Insert_ID();


thanks

You may try lastInsertId().