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