resolveInstance<T> method

T resolveInstance<T>()

Implementation

T resolveInstance<T>() {
  return container.make<T>();
}