How to getRedirectUrl to page not Resource?

protected function getRedirectUrl(): string { return $this->getResource()::getUrl('index'); }
Solution
return route('xx') or YourPage::getUrl()
Was this page helpful?