rootOf static method
Implementation
static RootHyperController rootOf(BuildContext context) {
return context
.dependOnInheritedWidgetOfExactType<InheritedHyperTree>()!
.router
.rootController;
}
static RootHyperController rootOf(BuildContext context) {
return context
.dependOnInheritedWidgetOfExactType<InheritedHyperTree>()!
.router
.rootController;
}