getLocale method

Future<BabylAILocale> getLocale()

Get current locale

Implementation

Future<BabylAILocale> getLocale() {
  throw UnimplementedError('getLocale() has not been implemented.');
}