createFrozenListBloc abstract method

LazyLoadBloc<T> createFrozenListBloc(
  1. F filter
)

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

Implementation

LazyLoadBloc<T> createFrozenListBloc(F filter);