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