put<S> static method
Put it into GetX container.
Implementation
static S put<S>(S dependency, {String? tag}) {
return Get.put<S>(dependency, tag: tag);
}
Put it into GetX container.
static S put<S>(S dependency, {String? tag}) {
return Get.put<S>(dependency, tag: tag);
}