maybeOf static method

NomoNavigator? maybeOf(
  1. BuildContext context
)

Implementation

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