currentLocale static method

Locale? currentLocale(
  1. dynamic context
)

Implementation

static Locale? currentLocale(context) => LocaleNotifier.of(context)!.locale;