createLiveListBloc method

  1. @override
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

@override
LazyLoadBloc<T> createLiveListBloc(F filter) {
  throw UnimplementedError();
}