buildBinding method

  1. @override
void buildBinding()
override

Implementation

@override
void buildBinding() {
  try {
    component._context = this;
    _calling = component.createCalling(this);
  } on Exception {
    rethrow;
  }
}