buildBinding method

  1. @override
void buildBinding()
override

Implementation

@override
void buildBinding() {
  component.service.context = this;
  super.buildBinding();
}