of static method
Implementation
static bool of(BuildContext context) {
return context
.dependOnInheritedWidgetOfExactType<SafaehNavigatorScope>()
?.useRootNavigator ??
true;
}
static bool of(BuildContext context) {
return context
.dependOnInheritedWidgetOfExactType<SafaehNavigatorScope>()
?.useRootNavigator ??
true;
}