We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
TODO(gs): Document this.
new Inject.Provider()
Inject.Provider with(String key, * value)
Bind the given value to the given binding key. TODO(gs): Make this look like Inject.with
String
*
returns [[Inject.Provider|Inject.Provider]]: The provider to be chained.
Inject.Provider