menu
flutter_conscent_plugin package
documentation
paywalls/flutter_flow/internationalization.dart
FFLocalizations
storeLocale static method
storeLocale static method
dark_mode
light_mode
storeLocale
static method
Future
storeLocale
(
String
locale
)
Implementation
static Future storeLocale(String locale) => _prefs.setString(_kLocaleStorageKey, locale);
flutter_conscent_plugin package
documentation
paywalls/flutter_flow/internationalization
FFLocalizations
storeLocale static method
FFLocalizations class