getLocale method

  1. @override
String getLocale()
override

Gets the current locale.

  • Returns: The current locale code.

Implementation

@override
String getLocale() => _currentLocale;