configOf static method
Implementation
static HyperRouter configOf(BuildContext context) {
return context
.dependOnInheritedWidgetOfExactType<InheritedHyperTree>()!
.router;
}
static HyperRouter configOf(BuildContext context) {
return context
.dependOnInheritedWidgetOfExactType<InheritedHyperTree>()!
.router;
}