inject<T> abstract method

void inject<T>(
  1. T item,
  2. dynamic args
)

Implementation

void inject<T>(T item, dynamic args);