Let's say I have 4 files in my project.
navbar, firstPage, secondPage, thirdPage.
In the navbar I have a side drawer with navigation for the pageview and a pageview for firstPage secondPage and thirdPage.
How do I access navbar PageController.jumpToPage()
from button onTab function in other pages?