In my applicatioin written in swiftui i have successfully added notifications. I want to open a specific view when user taps on the notification. With UIKit we can use Storyboard identifier to navigate to a specific viewcontroller. How to do the same scenario with SwiftUI.