jet_instance/src/lifecycle library

Classes

JetxService
Unlike JetxController, which serves to control events on each of its pages, JetxService is not automatically disposed (nor can be removed with Jet.delete()). It is ideal for situations where, once started, that service will remain in memory, such as Auth control for example. Only way to remove it is Jet.reset().

Mixins

JetLifeCycleMixin
The GetLifeCycle
JetxServiceMixin
Allow track difference between JetxServices and JetxControllers