maybeOf static method

Implementation

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