In iOS, if you want to manipulate a UINavigationController (e.g. pop two view controllers, then push one), you can do so by using setViewControllers(_:animated:). Is there an equivalent method in watchOS 2?
If not, how can I pop two interface controllers then push a third interface controller?