How to getRedirectUrl to page not Resource?
protected function getRedirectUrl(): string
{
return $this->getResource()::getUrl('index');
}protected function getRedirectUrl(): string
{
return $this->getResource()::getUrl('index');
}return route('xx')YourPage::getUrl()