setLocaleOverride method
- String localeIdentifier
Sets the locale override
Implementation
Future<void> setLocaleOverride(String localeIdentifier) async {
return await _module.channel.invokeMethod('locale#setLocaleOverride', localeIdentifier);
}
Sets the locale override
Future<void> setLocaleOverride(String localeIdentifier) async {
return await _module.channel.invokeMethod('locale#setLocaleOverride', localeIdentifier);
}