getStream method

Gets the stream of locale changes.

This exposes the "raw" locale. LocaleSettings will convert this to the actual enum value which is also supported by the app.

Implementation

Stream<BaseAppLocale> getStream() {
  return _controller.stream;
}