getBloc method

B getBloc(
  1. BuildContext context
)

Implementation

B getBloc(BuildContext context) => BlocProvider.of<B>(context);