locale property

Future<String> get locale

Gets the current locale.

Implementation

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