translationsStream property

Stream<void>? translationsStream

Returns a Stream that can be listened to when the translation values change. Applications may choose to listen to this to be notified when lazy loaded translations are applied so the UI can be updated appropriately.

Implementation

Stream<void>? get translationsStream => _translationsStreamController?.stream;