createLiveByIdBloc abstract method

ModelByIdBloc<I, T> createLiveByIdBloc(
  1. I id
)

Creates a loader for a single object by id that is self-updated when the data changes at the origin.

Implementation

ModelByIdBloc<I, T> createLiveByIdBloc(I id);