bind<T> method

void bind<T>(
  1. T instance
)

Implementation

void bind<T>(T instance) => bindInstance<T>(instance);