spawn<S> method
Implementation
void spawn<S>(
InstanceBuilderCallback<S> builder, {
String? tag,
bool permanent = true,
}) => Get.spawn<S>(builder, tag: tag, permanent: permanent);
void spawn<S>(
InstanceBuilderCallback<S> builder, {
String? tag,
bool permanent = true,
}) => Get.spawn<S>(builder, tag: tag, permanent: permanent);