I want to dismiss any presented sheet on receiving deeplink or notification. This was possible in UIKit by checking rootview/navigation controller has presented modal and then easily you can dismiss it. How can I achieve the same behavior by using SwiftUI?