AddonsLifecycle extension


Extension for easy access:

Use anywhere you have a BuildContext:

context.addLifecycleManager.onAppPaused = () { ... };

on

Properties

addLifecycleManager AddLifecycleManager

Available on BuildContext, provided by the AddonsLifecycle extension

Shortcut to access the AddLifecycleManager singleton.
no setter