addBindContext abstract method

void addBindContext(
  1. BindContext module, {
  2. String tag = '',
})

adds a context to the tree.

Implementation

void addBindContext(BindContext module, {String tag = ''});