of static method
Get the current AppLocale instance for the context
Implementation
static AppLocale of(BuildContext context) =>
Localizations.of<AppLocale>(context, AppLocale)!;
Get the current AppLocale instance for the context
static AppLocale of(BuildContext context) =>
Localizations.of<AppLocale>(context, AppLocale)!;