index library

Extensions

DetachLiveData on LiveData<P>

Functions

attach<P, C>(LiveData<P> parent, C child, {String? name}) LiveData<C>
createDataSourceInterface<T>({Future<T> loadValueAction()?, Future<void> onValueUpdatedAction(T value, bool hasChange)?}) DataSourceInterface<T>
detach<P, C>(LiveData<P> parent, C child) LiveData<C>?
eachItemsInListAsLiveData<T>({void then(LiveData<T> item)?}) → void Function(LiveData<List<T>> liveData)
unAttach<P, C>(LiveData<P> parent, C child) bool