How to fix «TheList\Contactusemail\Controller\Index\Contactusemail» / «Extra parameters passed to parent construct»?

01

How to fix

File: app/code/TheList/Contactusemail/Controller/Index/Contactusemail.php

Replace:

parent::__construct($context,$transportBuilder,$inlineTranslation);

with:

parent::__construct($context);

02