createLiveListBloc abstract method

LazyLoadBloc<T> createLiveListBloc(
  1. F filter
)

Creates a lazy loader for the objects matching the filter that is self-updated when the data changes at the origin.

Implementation

LazyLoadBloc<T> createLiveListBloc(F filter);