of static method

LocaleNotifier? of(
  1. BuildContext context
)

Implementation

static LocaleNotifier? of(BuildContext context) {
  return context.dependOnInheritedWidgetOfExactType<LocaleNotifier>();
}