maybeOf static method
Implementation
static NomoNavigator? maybeOf(BuildContext context) {
return context.dependOnInheritedWidgetOfExactType<NomoNavigator>();
}
static NomoNavigator? maybeOf(BuildContext context) {
return context.dependOnInheritedWidgetOfExactType<NomoNavigator>();
}