toLiveData

Expose a Bloc as LiveData so it can be used with Android data binding, e.g.:

val state = toLiveData(bloc)

The same for Activities / Fragments