AppLifecycleStateObserver constructor

AppLifecycleStateObserver(
  1. ValueChanged<AppLifecycleState> _didChange
)

Implementation

AppLifecycleStateObserver(this._didChange);