of static method

BeamerProvider? of(
  1. BuildContext context
)

Implementation

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