resolveFromContext method
Perform resolve from Localizations.maybeLocaleOf.
Implementation
String? resolveFromContext(BuildContext context) {
return resolve(Localizations.maybeLocaleOf(context));
}
Perform resolve from Localizations.maybeLocaleOf.
String? resolveFromContext(BuildContext context) {
return resolve(Localizations.maybeLocaleOf(context));
}