Equivalent of `filament.pages.dashboard` route?

I'm just wondering if there's an equivalent to the filament.pages.dashboard in v3, or if thers's a better means of obtaining the top-level dashbaord route?
Solution
try Dashboard::getUrl()
Was this page helpful?