locale property
Gets the current locale.
Implementation
Future<String> get locale async {
return await _module.channel.invokeMethod('locale#getCurrentLocale');
}
Gets the current locale.
Future<String> get locale async {
return await _module.channel.invokeMethod('locale#getCurrentLocale');
}