AppStateObserver constructor
const
AppStateObserver({
- required void call(
- bool back
Implementation
const AppStateObserver({
required this.call,
});
const AppStateObserver({
required this.call,
});