of static method

Implementation

static InheritedStore of(BuildContext context) {
  return context.dependOnInheritedWidgetOfExactType<InheritedStore>()!;
}