bloc method

  1. @protected
BlocxCollectionBloc<T, P> bloc(
  1. BuildContext context
)

Implementation

@protected
BlocxCollectionBloc<T, P> bloc(BuildContext context) =>
    BlocProvider.of<BlocxCollectionBloc<T, P>>(context);