of static method

FindXStore? of(
  1. BuildContext context
)

Implementation

static FindXStore? of(BuildContext context) =>
    context.dependOnInheritedWidgetOfExactType<FindXStore>();