FunctionInstanceProvider<T> constructor
FunctionInstanceProvider<T> (})
Implementation
FunctionInstanceProvider(
Type clazz,
this.method, {
bool eager = true,
bool replace = false,
String scope = "singleton",
}) : super(type: method.type.type, host: clazz, eager: eager, scope: scope, replace: replace);