of static method

Provider of(
  1. BuildContext context
)

Implementation

static Provider of(final BuildContext context) =>
    context.dependOnInheritedWidgetOfExactType<Provider>();