addValue<T> abstract method

void addValue<T>(
  1. T value
)

Bind the value to be injected to the type T on the InjectorScope.

Implementation

void addValue<T>(T value);