maybeOf static method

MapNavigatorProvider? maybeOf(
  1. BuildContext context
)

Implementation

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