ComposerLifecycle extension
Extension for easy access:
Use anywhere you have a BuildContext:
context.addLifecycleManager.onAppPaused = () { ... };
- on
Properties
- addLifecycleManager → ComposerCycleManager
-
Available on BuildContext, provided by the ComposerLifecycle extension
Shortcut to access the ComposerCycleManager singleton.no setter