create<S> static method
Implementation
static Bind create<S>(
InstanceCreateBuilderCallback<S> builder, {
String? tag,
bool permanent = true,
}) {
return _FactoryBind<S>(create: builder, tag: tag, global: false);
}
static Bind create<S>(
InstanceCreateBuilderCallback<S> builder, {
String? tag,
bool permanent = true,
}) {
return _FactoryBind<S>(create: builder, tag: tag, global: false);
}