AppStateObserver constructor
AppStateObserver({
- AppEventCallback? onAppEvent,
Creates an AppStateObserver and registers it with the WidgetsBinding.
Implementation
AppStateObserver({this.onAppEvent}) {
WidgetsBinding.instance.addObserver(this);
}