bindLifecycle method

Future bindLifecycle(
  1. BindingHelper helper
)

Implementation

Future bindLifecycle(BindingHelper helper) {
  return helper.bindLifecycle(this);
}