supportedLocales constant

Iterable<Locale> const supportedLocales

The list of supported locales for the SDK.

Implementation

static const Iterable<Locale> supportedLocales = [Locale('en'), Locale('ar')];