Registering the Helper from the Plugin

I am trying to Find a way to automatically register the Helper “testHelper” instead of the need to add that line in src/View/AppView.php (in the demo project):

public function initialize(): void
    {
		$this->loadHelper('MyHelper');
    }


Please if you can help me, I would really appreciate it. Thanks