getRegBloc method

X getRegBloc(
  1. BuildContext context
)

Implementation

X getRegBloc(BuildContext context) => BlocProvider.of<X>(context);