bloc method

T bloc()

Implementation

T bloc() {
  return BlocProvider.of<T>(baseContext);
}