init method

  1. @override
void init()

Implementation

@override
void init() {
  super.init();
  _bloc.initialize();
}