AppLifecycleObserver constructor

AppLifecycleObserver({
  1. dynamic onForeground()?,
  2. dynamic onBackground()?,
  3. dynamic onChanged(
    1. bool isActive
    )?,
})

Implementation

AppLifecycleObserver({this.onForeground, this.onBackground, this.onChanged});