I am new to Getx
's dependency injection, so can some one explain to me the benefits of Get.put()
and Get.lazyPut()
and tell me also what difference they have?
Short answer
Get.put()
will put ImmediatelyGet.lazyPut()
will put When you need it