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